From 22fd10878398816d6d03dc438d571034f43b3137 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 12 Jun 2023 14:52:16 -0700 Subject: [PATCH] Add ref to #943 in release-notes/VERSION-2.x --- release-notes/VERSION-2.x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index a90ecb4542..3aeb41dba8 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -57,10 +57,11 @@ a pure JSON library. allow for deferred decoding in some cases #921: Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection (contributed by @yawkat) +#943: Add `StreamReadConstraints.maxNestingDepth()` to constraint max nesting + depth (default: 1000) #948: Use `StreamConstraintsException` in name canonicalizers (contributed by @pjfanning) #962: Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder) -#965: 2.15.0-rc1 missing Gradle module metadata marker in pom.xml #968: Prevent inefficient internal conversion from `BigDecimal` to `BigInteger` wrt ultra-large scale #984: Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`