Skip to content

v 1.6.0

Compare
Choose a tag to compare
@raganhan raganhan released this 26 Feb 18:30
fddacf3

Features

Add support for writing local symbol table append. If enabled a local symbol table append is written when the writer is flushed. To enable this feature create a writer using IonBinaryWriterBuilder#withLocalSymbolTableAppendEnabled()

Bug fixes and Optimizations

  • Optimizations for reading and writing binary strings
  • Fixes a bug that could cause an infinite loop when an IonValue was modified while being read with the tree reader.

Full list of commits: com_amazon_ion_v1.5.1...v1.6.0