Skip to content

Tags: sabidib/PynamoDB

Tags

5.2.1

Toggle 5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for 5.2.1 release (pynamodb#1019)

5.2.0

Toggle 5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for 5.2.0 release (pynamodb#1010)

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Notes : 5.1.0 (pynamodb#956)

* 5.1.0

Co-authored-by: Garrett <[email protected]>

5.0.3

Toggle 5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Propagate null_check flag when serializing nested MapAttributes (pyna…

…modb#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.

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error message (pynamodb#907)

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix type errors when deriving from a MapAttribute and another type (p…

…ynamodb#904)

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move to github actions for CI (pynamodb#895)

5.0.0b4

Toggle 5.0.0b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix item refresh when using model discriminators. Fixes pynamodb#879 (p…

…ynamodb#880)

5.0.0b3

Toggle 5.0.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure queries and scans return model subclasses when using discrimin…

…ators. (pynamodb#873)

5.0.0b2

Toggle 5.0.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove snake_to_camel_case and just use constants. (pynamodb#865)