Skip to content

Releases: marcosschroh/dataclasses-avroschema

0.63.10

22 Oct 14:34
Compare
Choose a tag to compare

0.63.10 (2024-10-22)

Fix

  • python38 support dropped (#781)

[master dd4327d] bump: version 0.63.9 → 0.63.10
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.9

21 Oct 13:59
Compare
Choose a tag to compare

0.63.9 (2024-10-21)

Fix

  • generate proper Model when there is name clashe between field name and type hints. Closes #769 (#778)

[master dcc9518] bump: version 0.63.8 → 0.63.9
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.8

21 Oct 11:50
Compare
Choose a tag to compare

0.63.8 (2024-10-21)

Fix

  • dc-avro dependency updated (#779)

[master 46b6a67] bump: version 0.63.7 → 0.63.8
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.7

17 Oct 07:14
Compare
Choose a tag to compare

0.63.7 (2024-10-17)

Fix

  • AttributeError exception raised when trying to generate schema from AvroModel itself and not a subclass of it. Closes #739 (#777)

[master 14d657d] bump: version 0.63.6 → 0.63.7
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.6

16 Oct 12:30
Compare
Choose a tag to compare

0.63.6 (2024-10-16)

Fix

  • model generation simplified. Closes #746 (#776)

[master 0a2991e] bump: version 0.63.5 → 0.63.6
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.5

11 Oct 13:11
Compare
Choose a tag to compare

0.63.5 (2024-10-11)

Fix

  • make context optional during dezerialization. Serialization utils included in docs. SerializationType included (#774)

[master 34daed3] bump: version 0.63.4 → 0.63.5
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.4

10 Oct 07:05
Compare
Choose a tag to compare

0.63.4 (2024-10-10)

Refactor

  • Module schema_generator renamed to main. Some type hints improvements (#773)

[master cb33acd] bump: version 0.63.3 → 0.63.4
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.3

09 Oct 12:11
Compare
Choose a tag to compare

0.63.3 (2024-10-09)

Fix

  • serialization improvements for nested unions. Related to #763 (#770)

[master cb5d127] bump: version 0.63.2 → 0.63.3
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.2

27 Sep 15:23
Compare
Choose a tag to compare

0.63.2 (2024-09-27)

Fix

  • serialiaze properly unions when types are similar. Closes #749 (#751)

[master c129b96] bump: version 0.63.1 → 0.63.2
2 files changed, 8 insertions(+), 2 deletions(-)

0.63.1

24 Sep 16:52
Compare
Choose a tag to compare

0.63.1 (2024-09-24)

Fix

  • Explicit all to make mypy happy (#757)

[master 31e3724] bump: version 0.63.0 → 0.63.1
2 files changed, 8 insertions(+), 2 deletions(-)