Skip to content

Commit d005f80

Browse files
committed
Merge branch '2.15' into 2.16
2 parents 9da8659 + f3da625 commit d005f80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ a pure JSON library.
5252

5353
2.15.0 (23-Apr-2023)
5454

55-
#827: Add numeric value size limits via `StreamReadConstraints` (fixes
55+
#815: Add maximum numeric value length limits via `StreamReadConstraints` (fixes
5656
`sonatype-2022-6438`)
5757
(contributed by @pjfanning)
5858
#844: Add SLSA provenance via build script
@@ -73,10 +73,11 @@ a pure JSON library.
7373
allow for deferred decoding in some cases
7474
#921: Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection
7575
(contributed by @yawkat)
76+
#943: Add `StreamReadConstraints.maxNestingDepth()` to constraint max nesting
77+
depth (default: 1000)
7678
#948: Use `StreamConstraintsException` in name canonicalizers
7779
(contributed by @pjfanning)
7880
#962: Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder)
79-
#965: 2.15.0-rc1 missing Gradle module metadata marker in pom.xml
8081
#968: Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
8182
wrt ultra-large scale
8283
#984: Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`

0 commit comments

Comments
 (0)