This is a backwards compatible, minor bug fix release.
Check out the [release notes](https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst#v331) for a full list of changes.
3.3.0
This is a backwards compatible, major bug fix release.
Check out the [release notes](https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst#v330) for a full list of changes.
3.2.1
- Removes experimental Throttle api. - Supports pagination in high-level api query and scan methods. - Fixes deserialization in Model.refresh() and Model.loads(). - Fixes bypassing serialization of NULL nested attributes. - Fixes legacy update item subset removal using DELETE operator. - Handles attributes that cannot be retrieved by getattr.
3.2.0
* Add support for current version of the DynamoDB API. * Improved ``MapAttribute`` item assignment and access.