Skip to content

Releases: JustinTArthur/ddbcereal

v2.1.1

10 Aug 05:47
Compare
Choose a tag to compare
  • Faster Binary (de)serialization in raw transport mode.
  • Fix main constructor strict type checking for referring projects.
  • Expose ddbcereal.FLOAT_ONLY

v2.1.0

26 Jul 23:30
Compare
Choose a tag to compare
  • Empty Python set is now serialized to a configurable Set type.
  • Faster serialization for Number Sets and Binary Sets.
  • Behind the scenes, DynamoDBType enumerations are now strs of their type symbol.

v2.0.1

21 Jul 21:48
Compare
Choose a tag to compare
  • Fix exceptions from typing on pre-3.9 Python

v2.0.0

21 Jul 21:47
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release
  • Remove nullify_empty_string and validate_strings options. DynamoDB supports empty strings now and users could do this at a different layer.
  • Fix ddbcereal.Serialize.serialize_item()
  • Fixed typing issues.
  • Publish exception API

v1.0.0

21 Jul 21:41
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

First release, feature parity with boto3 [de]serializers.