Skip to content

Commit fd6c01c

Browse files
committed
Merge branch '3.0' into 3.x
2 parents 0dce23b + b46492a commit fd6c01c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ Manuel Sugawara (@sugmanue)
386386
(2.19.0)
387387
* Contributed fix for #616: CBOR text gets truncated on decoding
388388
(2.19.3)
389+
* Conribued fix for #640: (cbor) CBOR throws ArrayIndexOutOfBoundsException
390+
with long ASCII text
391+
(2.20.2)
389392

390393
Josh Curry (@seadbrane)
391394
* Reported, contributed fix for #571: Unable to deserialize a pojo with IonStruct

release-notes/VERSION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ implementations)
2929
#629: (ion) Unnecessary `IOException` in `IonObjectMapper` method signatures
3030
(fix contributed by Michael L)
3131

32+
3.0.4 (not yet released)
33+
34+
#640: (cbor) CBOR throws ArrayIndexOutOfBoundsException with long ASCII text
35+
(reported, fix contributed by Manuel S)
36+
3237
3.0.3 (28-Nov-2025)
3338

3439
- (avro) Upgrade `avro` lib dep to 1.11.5 (from 1.11.4)

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Active maintainers:
2424
(reported by Josh C)
2525
- (avro) Upgrade `avro` lib dep to 1.11.5 (from 1.11.4)
2626

27+
2.20.2 (not yet released)
28+
29+
#640: (cbor) CBOR throws ArrayIndexOutOfBoundsException with long ASCII text
30+
(reported, fix contributed by Manuel S)
31+
2732
2.20.1 (30-Oct-2025)
2833

2934
#599: (cbor) Unable to deserialize stringref-enabled CBOR with ignored properties

0 commit comments

Comments
 (0)