Releases: marcosschroh/dataclasses-avroschema
Releases · marcosschroh/dataclasses-avroschema
v0.22.0
30 Jun 10:25
Compare
Sorry, something went wrong.
No results found
Alias for nested items (nested records, arrays and maps) 110
Improve type annotations 109
v0.21.0
17 Jun 08:53
Compare
Sorry, something went wrong.
No results found
Mitration to GithubCI
GenericAlias test in Python 3.9
Add Python 3.8 and 3.9 in the CI build
Add schema_name attribute to SchemaMetadata
Add optional writer_schema in deserialization
v0.20.4
05 May 19:50
Compare
Sorry, something went wrong.
No results found
Unpin install_requires with version ranges 99
v0.20.3
29 Apr 14:06
Compare
Sorry, something went wrong.
No results found
Improve error message in unknown type: #88
dependencies updated
v0.20.2
27 Jan 11:46
Compare
Sorry, something went wrong.
No results found
avro-json serialization with defaults 89
v0.20.1
04 Dec 18:35
Compare
Sorry, something went wrong.
No results found
Correct out-of-spec Avro schemas with typing.Union #87
v0.20.0
24 Nov 17:13
Compare
Sorry, something went wrong.
No results found
Support for decimal logical type added #86
v0.19.0
12 Nov 10:26
Compare
Sorry, something went wrong.
No results found
Default Avro type for Python ints has been changed from int to long and float to double 83 . Reason:
v0.18.0
10 Oct 18:27
Compare
Sorry, something went wrong.
No results found
Allow multiple references to the same class in record relationships
Correct name generation for nested records 81
v0.17.0
04 Sep 13:08
Compare
Sorry, something went wrong.
No results found
Fake instances generation added