* Fix issue with json decoding of complex types within maps (scottbelden in PR 573) * Drop support for Python 3.6 (scottbelden in PR 574)
1.4.7
* Add support for Python 3.10 (scottbelden in PR 562)
1.4.6
* Use the compression level specified when using the zstandard codec (scottbelden in PR 567) * Validate that default values for enums are in the symbol list (scottbelden in PR 564)
1.4.5
* Fixes a bug where old avro files could not be read using a modern version of fastavro (aserednyakov in PR 561) * Errors when serializing a string type with a non-string datum should give a better message now (scottbelden in PR 557)
1.4.4
* Add option to write unions without type hint in the JSON output (gudjonragnar in PR 555)
1.4.3
* No changes; new version to build wheels that were missing from the 1.4.2 release