Releases: JustinTArthur/ddbcereal
Releases · JustinTArthur/ddbcereal
v2.1.1
v2.1.0
- 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 nowstr
s of their type symbol.
v2.0.1
- Fix exceptions from typing on pre-3.9 Python
v2.0.0
- Remove
nullify_empty_string
andvalidate_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
First release, feature parity with boto3 [de]serializers.