- Added support for xz codec via a ([pull request](https://github.com/pluralsight/spavro/pull/7)) - Improved the error reporting / validation for integers, calling out overflows as a separate case from non-integers. - Add union test for integer/float case
1.1.21
=====================
- Add fix for case when int values are presented to a union containing a 'float' schema. Allow the int to be stored using the float schema.
1.1.20
=====================
- Add better handling for appending avro records when the file obejct isn't opened using the right mode.
1.1.18
=====================
- Fixed bug with the schema resolver where named schemas were not being handled properly
1.1.17
=====================
- Version bump to try and fix the docs again
1.1.16
=====================
- Deploy Bug: Bug with new pypi deploy led to extension code not being in the package. This release has the extension code in it.