Fixed - Updated dependencies to address undefined dll symbol _PyUnicode_DecodeUnicodeEscape - Added ability to test in docker.
0.12.0
Added - Support for the "map" and "fixed" avro types. Changed - Alphabetically sort generated imports. - Gather imports from the same module onto a single line. Fixed - An issue retrieving items from array types within lists of types.
0.11.2
Changed - Upgraded internal dependencies
0.11.1
Changed - Moved black from prod to dev dependencies and update lock file.
0.11.0
Removed - `astunparse` has been removed as the built-in `ast` module supports unparsing ASTs, as of Python 3.9. Changed - Refactoring of AST deduplication logic.
0.10.0
Changed - Added the ability to provide schema references by their file names. Useful when the - schema types don't match the file names and fastavro can't automatically load them.