You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ We deprecated the functionality of json serializing as of ``1.6.0`` but left the
19
19
If you have any ``UnicodeSetAttributes`` that have not been persisted since version ``1.6.0`` you will need to migrate your data or manage the json encoding and decoding with a custom attribute in application.
20
20
21
21
* Performance enhancements for the ``UTCDateTimeAttribute`` deserialize method. (#277)
22
+
* There was a regression with attribute discovery. Fixes attribute discovery for model classes with inheritance (#280)
22
23
* Fix to ignore null checks for batch delete (#283)
23
24
* Fix for ``ListAttribute`` and ``MapAttribute`` serialize (#286)
24
25
* Fix for ``MapAttribute`` pythonic access (#292) This is a breaking change.
0 commit comments