* Fix pre-epoch timestamps on Windows Python 3+ (jmgpeeters in PR 394)
0.22.9
* Add some documentation about return_record_name * Fix bug when using return_record_name for a union that only has the record name (scottbelden in PR 386) * Add support for a codec compression level (scottbelden in PR 385) * Fix bug in JSON parser when a record contains an empty map or array (scottbelden in PR 384)
0.22.8
* Add support for lz4 coded (mcguipat in PR 381)
0.22.7
* Support Python 3.8 (scottbelden in PR 373)
0.22.6
* Add `return_record_name` option to schemaless reader so that it returns the record name along with the record (bstockton in PR 370) * Optimize read - decimal, logical type (Artimi in PR 371)
0.22.5
* Fix bug where schema migration was not working correctly for records within an array (scottbelden in PR 364) * Fix issue where cython errors were not be raised correctly (scottbelden in PR 366)