Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upgrade guide to docs #1149

Closed
ikonst opened this issue Jan 17, 2023 · 1 comment · Fixed by #1197
Closed

Add upgrade guide to docs #1149

ikonst opened this issue Jan 17, 2023 · 1 comment · Fixed by #1197
Milestone

Comments

@ikonst
Copy link
Contributor

ikonst commented Jan 17, 2023

PynamoDB 2 -> 3

PynamoDB 3 -> 4

  • Rewriting conditional expressions (e.g. foo__none=True -> condition=MyModel.foo.does_not_exist())
  • Rewriting actions

PynamoDB 4 -> 5

  • TODO: Release notes should be split into breaking changes and features
  • Maps in lists now have nullability enforced
  • Empty strings no longer coalesced to None on read-back

PynamoDB 5 -> 6

@zhang-alvin
Copy link

not related to this issue directly, but what is the intended release schedule for version 6.0?

@ikonst ikonst added this to the 6.0 milestone Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants