News
Ion Java 1.6.0 Released
26 February 2020
This release includes:
- Opt-in support for local symbol table appends, which allow strings to be dynamically added to the symbol table. In many cases, this produces a more compact encoding and requires less in-memory buffering. To take advantage of this, use the withLocalSymbolTableAppendEnabled() method on the IonBinaryWriterBuilder.
- Optimizations for reading and writing binary strings.
- A fix for a bug that could cause an infinite loop when an IonValue was modified while simultaneously being read with a TreeReader.
Release Notes | Ion Java |