Skip to content

v1.11.4

Compare
Choose a tag to compare
@tgregg tgregg released this 01 Mar 21:31

What's Changed

  • Removes the binary reader's SymbolToken cache, which provided a minor optimization for certain cases but a major regression for others. (#756)

Note

This release does not include all commits present on the master branch at the time of release. The following commits are excluded from 1.11.4 and will be included in a future release:

  • Implements patch list as a single contiguous array of reusable PatchPoint instances. (#521)
  • Remove the repeated logic of the method that overwrites the lower nibble of container type descriptor. (#548)
  • Adds support for writing binary Ion 1.1 null, bool, int, and float binary encoding. (#612)
  • Adds support for writing binary Ion 1.1 timestamps. (#618)
  • Adds support for writing binary Ion 1.1 decimal binary encoding. (#636)
  • Adds support for writing binary Ion 1.1 text and lob types and some annotations. (#637)
  • Enable auto-flush and configurable block size in the binary writer. (#650, #651)

Full Changelog: v1.11.3...v1.11.4