Releases: localstack/py-avro-schema
Releases · localstack/py-avro-schema
3.9.17
27 Mar 14:41
Compare
Sorry, something went wrong.
No results found
Bytes marker support for non-total dicts
3.9.16
27 Feb 19:32
Compare
Sorry, something went wrong.
No results found
Revert drop namespaces for wrapped records (#22 ) due to issue in serialization
3.9.15
27 Feb 18:26
Compare
Sorry, something went wrong.
No results found
disallow TypedDict/Sequence/Dict unions (#24 )
Drop namespaces for wrapped records (#22 )
3.9.14
25 Feb 09:39
Compare
Sorry, something went wrong.
No results found
add support for __id in wrapped list and map records
3.9.13
24 Feb 13:40
Compare
Sorry, something went wrong.
No results found
Support for __id field for record types;
Option to wrap list and map types into records;
Option for deterministic defaults in dataclasses factories;
Use of __td_missing__ as default value for non-total TypedDict.
3.9.12
10 Feb 11:06
Compare
Sorry, something went wrong.
No results found
Support for typing.NotRequired
3.9.11
06 Feb 10:05
Compare
Sorry, something went wrong.
No results found
3.9.10
16 Dec 14:25
Compare
Sorry, something went wrong.
No results found
Add ADD_RUNTIME_TYPE_FIELD option
3.9.9
05 Dec 07:25
Compare
Sorry, something went wrong.
No results found
Extend JSON serialization to List[Any] types (#12 ).
Add string type to all fields for non-total TypedDict (#11 ).
3.9.8
19 Nov 10:02
Compare
Sorry, something went wrong.
No results found
Support for typing.Final
Support for sets