All Versions
59
Latest Version
Avg Release Cycle
8 days
Latest Release
847 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.1.12 Changes
April 05, 2020- More efficient serialization of float, doubles, and short strings
- ๐ More efficient parsing of
java.time._
values
All changes v2.1.11...v2.1.12
-
v2.1.11 Changes
March 30, 2020- ๐ Fixed an unexpected error during parsing from
java.io.InputStream
orjava.nio.DirectByteBuffer
whennull
,true
, andfalse
values appear on borders of chunks and should be skipped (or read as raw JSON values), see #492 for details
All changes v2.1.10...v2.1.11
- ๐ Fixed an unexpected error during parsing from
-
v2.1.10 Changes
March 29, 2020๐ SECURITY RELEASE
- ๐ Fixed vulnerability during parsing of
java.time.ZoneId
andjava.time.ZonedDateTime
values that was introduces in v2.1.9 release, see #491 for details
All changes v2.1.9...v2.1.1
- ๐ Fixed vulnerability during parsing of
-
v2.1.9 Changes
March 28, 2020- ๐ค Revised caching of
java.time.ZoneOffset
andjava.time.ZoneId
values to improve scalability and reduce latency on parsing of firstjava.time._
value which contains them - ๐ More efficient parsing of floats, doubles, and
BigDecimal
values with up to 19-digit mantissa - ๐ Tuned and limited capacity of internal buffers for less allocations when parsing/serializing from/to strings
All changes v2.1.8...v2.1.9
- ๐ค Revised caching of
-
v2.1.8 Changes
March 21, 2020- ๐ More precise reporting of an error position when parsing
java.time._
values - ๐ More efficient parsing of long ASCII string with Graal JIT compiler
All changes v2.1.7...v2.1.8
- ๐ More precise reporting of an error position when parsing
-
v2.1.7 Changes
February 19, 2020- ๐ More efficient parsing of float and double values
All changes v2.1.6...v2.1.7
-
v2.1.6 Changes
January 26, 2020- โ Removed the
provided
scoped dependencies on theeval
macro in thejsoniter-scala-core
module - โ Removed using of the
-opt:l:method
option of thescalac
optimizer
All changes v2.1.5...v2.1.6
- โ Removed the
-
v2.1.5 Changes
January 18, 2020All changes v2.1.4...v2.1.5
-
v2.1.4 Changes
January 15, 2020- ๐ More efficient parsing of float, double,
BigInt
andBigDecimal
values - Faster skipping of JSON strings
- โช Restored GraalVM example for Scala 2.13.x
All changes v2.1.3...v2.1.4
- ๐ More efficient parsing of float, double,
-
v2.1.3 Changes
January 11, 2020- ๐ More efficient parsing of int and long values using Hotspot JIT
- ๐ More efficient parsing of immutable Scala maps
All changes v2.1.2...v2.1.3