Releases: pynamodb/PynamoDB
Releases · pynamodb/PynamoDB
5.3.3
5.3.2
What's Changed
- Do not package typing_tests by @musicinmybrain in #1118
New Contributors
- @musicinmybrain made their first contribution in #1118
Full Changelog: 5.3.1...5.3.2
5.3.1
5.3.0
5.2.3
Update for botocore 1.28 private API change
Backporting #1083 update for a botocore 1.28 private API change which caused the following exception:
TypeError: _convert_to_request_dict() missing 1 required positional argument: 'endpoint_url'
Full Changelog: 5.2.1...5.2.2
5.2.1
This is a backwards compatible, minor release.
Please read the release notes for a full list of changes
5.2.0
This is a backwards compatible, minor release.
Please read the release notes for a full list of changes.
5.1.0
- Introduce
DynamicMapAttribute
to enable partially defining attributes on aMapAttribute
(#868) - Quality of life improvements: Type annotations, better comment, more resilient test (#934, #936, #948)
- Fix type annotation of
is_in
conditional expression (#947) - Null errors should include full attribute path (#915)
- Fix for serializing and deserializing dates prior to year 1000 (#949)
5.0.3: Propagate null_check flag when serializing nested MapAttributes (#908)
Before this change, the Model would propagate null_check to the immediate MapAttributes but then those MapAttributes wouldn't propagate it to deeper-nested ones.