v1.11.11
What's Changed
- Copies changes from
ion-11-encodingbranch that are not specific to Ion 1.1. (https://github.com/amazon-ion/ion-java/pull/1096) - Resurrect copy optimization. (https://github.com/amazon-ion/ion-java/pull/1093)
- Shortens AbstractIonWriter.writeValues, allowing the JIT to optimize it more efficiently, improving performance by up to 12%. (https://github.com/amazon-ion/ion-java/pull/1094)
- Specify that OversizedSymbolTableHandler is required for limited buffers. (https://github.com/amazon-ion/ion-java/pull/1098)
- Improve write performance in some cases by managing PatchPoints and containers directly in writer. (https://github.com/amazon-ion/ion-java/pull/1101)
- Fixes IonReader.getIntegerSize() calculation. (https://github.com/amazon-ion/ion-java/pull/1055)
Full Changelog: https://github.com/amazon-ion/ion-java/compare/v1.11.0...v1.11.11