* Fix bug where JSON reader/writer wouldn't work with named schemas (gudjonragnar in PR 419)
0.23.1
* Fix some bugs in the validation where the schema was not being automatically parsed (scottbelden in PR 417)
0.23.0
* Add support for xz codec (scottbelden in PR 412) * Fix bug in schema migration from a record to a union (eino and scottbelden in PR 411)
0.22.13
* Fix bug in the JSON reader when using unions inside an array (scottbelden in PR 400)
0.22.12
* Add public API at `fastavro.schema.expand_schema` that will expand named types (scottbelden in PR 340) * Add public API at `fastavro.schema.fullname` that will return the fullname of a schema (scottbelden in PR 397) * Retain the doc field in the result of parse_schema (scottbelden in PR 398)
0.22.11
* Use pytz for the UTC timezone rather than our own custom one to prevent compatibility issues with pandas (scottbelden in PR 396)