Current section

Files

Jump to
avro_ex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v1.2.0
### Fixed
* Fix exception when encoding bad Record data
* Address dialyzer issues
* Add type for AvroEx.Schema.Record.Field to fix compilation error
* Fix long encoding
* Fix variable integer and long decoding
### Added
* Support encoding DateTime and Time to logical types in Union
### Changed
* Records can accept atoms for encoding keys
* String values can accept atoms for encoding
* Enums can accept atoms for encoding
* Simplify integer and long encoding