File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ a pure JSON library.
52
52
53
53
2.15 .0 (23 - Apr - 2023 )
54
54
55
- #827 : Add numeric value size limits via `StreamReadConstraints` (fixes
55
+ #815 : Add maximum numeric value length limits via `StreamReadConstraints` (fixes
56
56
`sonatype - 2022 - 6438 `)
57
57
(contributed by @pjfanning )
58
58
#844 : Add SLSA provenance via build script
@@ -73,10 +73,11 @@ a pure JSON library.
73
73
allow for deferred decoding in some cases
74
74
#921 : Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection
75
75
(contributed by @yawkat )
76
+ #943 : Add `StreamReadConstraints.maxNestingDepth()` to constraint max nesting
77
+ depth (default : 1000 )
76
78
#948 : Use `StreamConstraintsException` in name canonicalizers
77
79
(contributed by @pjfanning )
78
80
#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
80
81
#968 : Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
81
82
wrt ultra - large scale
82
83
#984 : Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`
You can’t perform that action at this time.
0 commit comments