Skip to content

v1.11.9

Latest
Compare
Choose a tag to compare
@tgregg tgregg released this 12 Jul 22:49

What's Changed

  • Fixes handling of annotation wrapper length overflows. (#908)
  • Restores float <-> decimal conversions in the binary reader. (#905)
  • Addresses an ion-test-driver failure by upgrading pip with setup-python action. (#875)
  • Removes some unused code. (#858)
  • Sets Java toolchain for the spotbugs task. (#863)

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.9 and will be included in a future release:

  • 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)
  • Removes more unused code. (#864)

Full Changelog: v1.11.8...v1.11.9