* Fixed bugs in decimal serialization and deserialization (jancespivo in PR 361)
0.22.3
* Change the way stdout is detected since `buffer` is not a part of the FileIO API (scottbelden in PR 359) * For codec errors, differentiate between codec not supported and coded not installed (scottbelden in PR 355) * Add support for zstandard codec (scottbelden in PR 356) * Add support for bzip2 codec (scottbelden in PR 357)
0.22.2
* Fix bug where we could not validate a union with a logical type (Artimi in PR 349)
0.22.1
* Fix snappy compression reader (mattomatic in PR 346)
0.22.0
* Implement an initial json_reader and json_writer (scottbelden in PR 343)
0.21.24
* Allow streaming to sys.stdout.buffer on OSX without raising ValueError (jquast in PR 342)