v 1.6.0
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