Skip to content

Commit 41f298f

Browse files
committed
Prep for 3.1.0 release
1 parent 3fb076f commit 41f298f

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>tools.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>3.1.0-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
</parent>
88
<groupId>tools.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-binary</artifactId>

release-notes/VERSION

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,13 @@ implementations)
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
3.1.0 (not yet released)
17+
3.1.0 (23-Feb-2026)
1818

1919
#73: (protobuf) Cannot resolve inner types in protoc definitions
2020
(reported by Kenji N)
2121
(fix by @cowtowncoder, w/ Claude code)
2222
#436: (ion) `IonFactory.createParser(IonReader)` does not initialize state
2323
(fix by @cowtowncoder, w/ Claude code)
24-
#649: (cbor, smile) `StreamReadConstraints.maxDocumentLength` not checked
25-
when creating parser with fixed buffer
26-
27-
3.1.0-rc1 (27-Jan-2026)
28-
2924
#514: (avro) Update to Avro 1.12.1 (Jackson 3.x only)
3025
#598: (protobuf) Protobuf parser state handling wrong for implicit close (END_OBJECT)
3126
(fix by @cowtowncoder, w/ Claude code)
@@ -39,6 +34,8 @@ implementations)
3934
(reported by Josh C)
4035
#629: (ion) Unnecessary `IOException` in `IonObjectMapper` method signatures
4136
(fix contributed by Michael L)
37+
#649: (cbor, smile) `StreamReadConstraints.maxDocumentLength` not checked
38+
when creating parser with fixed buffer
4239

4340
3.0.4 (not yet released)
4441

0 commit comments

Comments
 (0)