Releases: EpicWink/dynamodb-serialise
Releases · EpicWink/dynamodb-serialise
Version 1.1
Changes since v1.0
Changes
- Removed empty-set warning
Features
- Command-line app
- Serialisation of
decimal.Decimal
Improvements
- Don't copy list when serialising heterogeneous set
- Instance check of classes in
collectionsis skipped ifcollectionshas not been imported
Miscellaneous
- Test with Python 3.7 - 3.13 (not 3.6) in CI
- Move project metadata to pyproject.toml
- Add more Trove classifiers
- Trusted publishing of package in CI
Full Changelog: v1.0.0...v1.1.0b0
v1.1.0b0
Changes since v1.0
Features
- Command-line app
- Serialisation of
decimal.Decimal
Improvements
- Don't copy list when serialising heterogeneous set
- Instance check of classes in
collectionsis skipped ifcollectionshas not been imported
Miscellaneous
- Test with Python 3.7 - 3.13 (not 3.6) in CI
- Move project metadata to pyproject.toml
- Add more Trove classifiers
- Trusted publishing of package in CI
Full Changelog: v1.0.0...v1.1.0b0
Version 1.0
Initial release