v1.11.3
What's Changed
- Fixes a bug that made concurrent access of a large nested IonStruct unsafe when only its parent had been made read-only. (#722)
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.3 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.2...v1.11.3