We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522a0c8 commit c3b052cCopy full SHA for c3b052c
release-notes/VERSION
@@ -17,13 +17,16 @@ JSON library.
17
18
3.1.0 (not yet released)
19
20
-#1288: Add new method like `JsonParser.readText(Writer)` (and
21
- implementation) for truly non-buffering reads
+#1288: Add new method `JsonParser.readString(Writer)` (and implementation)
+ for truly non-buffering reads
22
(contributed by @sri-adarsh-kumar)
23
#1548: `StreamReadConstraints.maxDocumentLength` not checked when
24
creating parser with fixed buffer
25
#1553: Max Depth validation not working for `DataInput`-backed `JsonParser`s
26
in 3.0
27
+#1555: Enforce `StreamReadConstraints.maxNumberLength` for
28
+ non-blocking (async) parser
29
+ (fix by @pjfanning)
30
31
3.1.0-rc1 (27-Jan-2026)
32
0 commit comments