Skip to content

Commit 76c9cb5

Browse files
committed
Merge branch '2.20' into 2.x
2 parents 1d33114 + 93765ef commit 76c9cb5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@ Rafael Winterhalter (@raphw)
393393
* Reported #589: AvroSchema: Does not include base class for records
394394
with subclasses
395395
(2.19.1)
396+
* Reported #601: Jackson subtype Avro schema unions are non-deterministic and
397+
therefore incompatible with each other
398+
(2.20.1)
396399

397400
Brian Gruber (@bgruber)
398401
* Reported #431: (cbor) Negative `BigInteger` values not encoded/decoded correctly
@@ -412,3 +415,8 @@ Fawzi Essam (@iifawzi)
412415
Oleg Koretsky (@Radiokot)
413416
* Contributed #603 (cbor) Add support for writing unsigned numbers to CBOR
414417
(2.20.0)
418+
419+
Vincent Eigenberger (@beseder1)
420+
* Contributed fix for #601: Jackson subtype Avro schema unions are non-deterministic
421+
and therefore incompatible with each other
422+
(2.20.1)

release-notes/VERSION-2.x

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

1919
No changes since 2.20
2020

21+
2.20.1 (not yet released)
22+
23+
#601: Jackson subtype Avro schema unions are non-deterministic and therefore
24+
incompatible with each other
25+
(reported by Raphael W)
26+
(fix by Vincent E)
27+
2128
2.20.0 (28-Aug-2025)
2229

2330
#137: (cbor) Allow exposing CBOR "undefined" value as `JsonToken.VALUE_EMBEDDED_OBJECT`;

0 commit comments

Comments
 (0)