Skip to content

Commit 67c6042

Browse files
committed
Add release notes
1 parent a13d0d6 commit 67c6042

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ Michal Foksa (MichalFoksa@github)
232232
(2.19.0)
233233
* Contributed #536: (avro) Add Logical Type support for `java.util.UUID`
234234
(2.19.0)
235+
* Contributed fix for #589: AvroSchema: Does not include base class for records
236+
with subclasses
237+
(2.19.1)
235238

236239
Hunter Herman (hherman1@github)
237240

@@ -385,3 +388,9 @@ Manuel Sugawara (@sugmanue)
385388
Josh Curry (@seadbrane)
386389
* Reported, contributed fix for #571: Unable to deserialize a pojo with IonStruct
387390
(2.19.0)
391+
392+
Rafael Winterhalter (@raphw)
393+
* Reported #589: AvroSchema: Does not include base class for records
394+
with subclasses
395+
(2.19.1)
396+

release-notes/VERSION-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Active maintainers:
1818

1919
-
2020

21+
2.19.1 (not yet released)
22+
23+
#589: AvroSchema: Does not include base class for records with subclasses
24+
(reported by Rafael W)
25+
(fix contributed by Michal F)
26+
2127
2.19.0 (24-Apr-2025)
2228

2329
#300: (smile) Floats are encoded with sign extension while doubles without

0 commit comments

Comments
 (0)