All Versions
59
Latest Version
Avg Release Cycle
8 days
Latest Release
1258 days ago

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 or java.nio.DirectByteBuffer when null, true, and false 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

  • v2.1.10 Changes

    March 29, 2020

    🚀 SECURITY RELEASE

    • 🛠 Fixed vulnerability during parsing of java.time.ZoneId and java.time.ZonedDateTime values that was introduces in v2.1.9 release, see #491 for details

    All changes v2.1.9...v2.1.1

  • v2.1.9 Changes

    March 28, 2020
    • 🚤 Revised caching of java.time.ZoneOffset and java.time.ZoneId values to improve scalability and reduce latency on parsing of first java.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

  • 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

  • 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 the eval macro in the jsoniter-scala-core module
    • ✂ Removed using of the -opt:l:method option of the scalac optimizer

    All changes v2.1.5...v2.1.6

  • v2.1.5 Changes

    January 18, 2020
    • 🛠 Fix of warnings in code generated by the macros that was submitted by @jozic #460

    All changes v2.1.4...v2.1.5

  • v2.1.4 Changes

    January 15, 2020
    • 📜 More efficient parsing of float, double, BigInt and BigDecimal values
    • Faster skipping of JSON strings
    • ⏪ Restored GraalVM example for Scala 2.13.x

    All changes v2.1.3...v2.1.4

  • 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