Skip to content

Releases: marcosschroh/dataclasses-avroschema

v0.22.0

30 Jun 10:25

Choose a tag to compare

  • Alias for nested items (nested records, arrays and maps) 110
  • Improve type annotations 109

v0.21.0

17 Jun 08:53

Choose a tag to compare

  • 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

Choose a tag to compare

  • Unpin install_requires with version ranges 99

v0.20.3

29 Apr 14:06

Choose a tag to compare

  • Improve error message in unknown type: #88
  • dependencies updated

v0.20.2

27 Jan 11:46

Choose a tag to compare

  • avro-json serialization with defaults 89

v0.20.1

04 Dec 18:35

Choose a tag to compare

  • Correct out-of-spec Avro schemas with typing.Union #87

v0.20.0

24 Nov 17:13

Choose a tag to compare

  • Support for decimal logical type added #86

v0.19.0

12 Nov 10:26

Choose a tag to compare

v0.18.0

10 Oct 18:27

Choose a tag to compare

  • Allow multiple references to the same class in record relationships
  • Correct name generation for nested records 81

v0.17.0

04 Sep 13:08

Choose a tag to compare

  • Fake instances generation added