File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
43403.0.4 (not yet released)
4441
You can’t perform that action at this time.
0 commit comments