Skip to content

Releases: pynamodb/PynamoDB

5.3.3

27 Nov 03:37
d2037b8
Compare
Choose a tag to compare

What's Changed

  • Allow handling an exception raised when retrieving the first item by @ikonst in #1121

Full Changelog: 5.3.2...5.3.3

5.3.2

18 Nov 17:06
821a493
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.1...5.3.2

5.3.1

18 Nov 04:35
f6f1b4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.0...5.3.1

5.3.0

03 Nov 01:50
c022adc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.3...5.3.0

5.2.3

25 Oct 18:12
efe50f9
Compare
Choose a tag to compare

What's Changed

Update for botocore 1.28 private API change (#1087) which caused the following exception:

TypeError: Cannot mix str and non-str arguments

Full Changelog: 5.2.2...5.2.3

Update for botocore 1.28 private API change

25 Oct 15:46
Compare
Choose a tag to compare

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

09 Feb 20:56
d950158
Compare
Choose a tag to compare

This is a backwards compatible, minor release.

Please read the release notes for a full list of changes

5.2.0

04 Jan 23:06
23eec8a
Compare
Choose a tag to compare

This is a backwards compatible, minor release.

Please read the release notes for a full list of changes.

5.1.0

29 Jun 15:30
3d29ab4
Compare
Choose a tag to compare
  • Introduce DynamicMapAttribute to enable partially defining attributes on a MapAttribute (#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)

18 Feb 22:45
69f6643
Compare
Choose a tag to compare
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.