Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 888 Bytes

2020-02-26-ion-java-1_6_0-released.md

File metadata and controls

13 lines (11 loc) · 888 Bytes
layout title date categories
news_item
Ion Java 1.6.0 Released
2020-02-26
news ion-java

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 |