* Add support for Python 3.11 (scottbelden in PR 652) * Add default value checks when parsing the schema (scottbelden in PR 650) * Raise EOFError for truncated bytes and fixed data (ksunden in PR 647)
1.6.1
* Fix a bug where the strict options were not catching extra fields (scottbelden in PR 639) * Better conform to the specification by having records match via unqualified names (scottbelden in PR 636)
1.6.0
* Add option to disable tuple notation (scottbelden in PR 634) * Add strict option to validate APIs (scottbelden in PR 633) * Fix an issue where a reader schema was not being used correctly when doing schema migration (scottbelden in PR 632)
1.5.4
* Add options for "strict" and "strict_allow_default" when calling writer functions (scottbelden in PR 628) * Fix an issue where the json_reader would fail to decode a map of records (scottbelden in PR 630)
1.5.3
* Add return_record_name_override option that will override the return_record_name option for unions that contain no more than one record (untereiner in PR 626)
1.5.2
* Add support for custom JSON Encoders and Decoders (scottbelden in PR 618) * Fix issue where avro encoded file with zlib could not be decompressed (scottbelden in PR 620)