Releases: jpmorganchase/py-adapter
Releases · jpmorganchase/py-adapter
Release 0.4.3
Release 0.4.2
UTC date deserialization fix - Parse int to to date via a timezone-aware UTC datetime rather than directly using date.fromtimestamp(), as the latter returns a date in the local timezone
Release 0.4.1
Type hint improvements
Release 0.4.0
Add CSV plugin
Release 0.3.0
Implement serialization to/from streams
Release 0.2.0
Implement serialize/deserialize many
Release 0.1.1
Documentation configuration changes only
Release 0.1.0
v0.1.0 Add tests for conflicting plugin loading (#10)
Release 0.0.2
v0.0.2 Catch TypeNotSupportedError with py-avro-schema 2.2 (#6)
Release 0.0.1
v0.0.1 Unsupported type error handling (#5)