* Improve type hints (scottbelden in PR 606) * Fix a bug where a reader schema should have matched the writer schema but it wasn't (scottbelden in PR 603) * Fix some issues in the generate functions so that the names are valid avro names
1.4.12
* Fix issue where custom logical types were not working for the json_reader (arop in PR 598)
1.4.11
* When appending, one can now just supply None as the schema (scottbelden in PR 586)
1.4.10
* Add ability to load schemas stored in any directory structure rather than needing all schemas to exist in the same folder (SerikDM in PR 582)
1.4.9
* Allow decompressing zstandard stream blocks (kristianlm in PR 575)