Skip to content

Releases: marcosschroh/dataclasses-avroschema

Avro Union support added

17 Oct 19:03
Compare
Choose a tag to compare
v0.6.0

Bump version v${VERSION}

Support for some logical types

13 Oct 12:11
Compare
Choose a tag to compare
Avro Type Logical Type Python Type
int date datetime.date
int time-millis datetime.time
long timestamp-millis datetime.datetime
string uuid uuid.uuid4

FIelds refactor

10 Oct 22:05
Compare
Choose a tag to compare
  • Field have been devided into several field classes to make the code more redeable

Recursive Schema Relationships

05 Oct 18:43
Compare
Choose a tag to compare
  • Recursive OneToOne relationship added
  • Recursive OneToMany relationship added

Code refactor

05 Sep 10:53
Compare
Choose a tag to compare
v0.3.1

Bump version v${VERSION}

Singular names

03 Sep 13:45
Compare
Choose a tag to compare
  • Singular name for array's child name
  • Singular name for map's child name
  • Singular name for nested relationship OneToMany

Schema Relationships

02 Sep 13:29
Compare
Choose a tag to compare
  • OneToOne relationship added
  • OneToMany relationship added (array and map)

Enum, Array and Map fields fixed

01 Sep 22:41
51330f8
Compare
Choose a tag to compare
  • Enum, Array and Map fields fixed
  • Schema Parse tests added using fastavro

First Release

29 Aug 17:18
Compare
Choose a tag to compare
v0.1.0

Bump version v${VERSION}