Skip to content

v1.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 17:55
· 207 commits to master since this release
25d24b6

What's Changed

  • Bumps version to 1.10.3-SNAPSHOT by @popematt in #537
  • Removes patch buffer and writes the patch length to the outputStream directly. by @linlin-s in #518
  • Remove unnecessary PR-content-check workflow by @popematt in #541
  • Save SpotBugs reports with GHA runs by @gliptak in #544
  • Use https links in CONTRIBUTING.md by @popematt in #554
  • Refactor ion-java-cli to standard layout by @gliptak in #545
  • Iteratively writes values in IonValue.writeTo. by @tgregg in #542
  • Iteratively writes values in IonValue.toString. by @tgregg in #543
  • Iteratively traverses the document during IonValue.hashCode; improves IonValue.writeTo performance. by @tgregg in #546
  • Iteratively traverses the document during IonValue.makeReadOnly by @desaikd in #549
  • Makes IonValue.clone iterative and improves clone performance. by @tgregg in #557
  • Adds a configurable maximum comparison depth to Equivalence. by @tgregg in #558
  • Prepare v1.10.3 release by @popematt in #563

New Contributors

Full Changelog: v1.10.2...v1.10.3