Releases: real-logic/artio
Releases · real-logic/artio
0.160
0.159
0.158
- Make STATE_CLEANUP log details of performed purges.
- Make FIX_MESSAGE also log messages sent using SessionWriter.
- Upgrade to Aeron 1.46.6, Agrona 1.23.1, SBE 1.33.1.
0.157
0.156
0.155 (JDK 17 migration)
Breaking changes
- JDK 17 is required for compiling and running!
Changelog
- [Java] Upgrade to Aeron 1.46.0.
- [Java] Upgrade to Agrona 1.23.0.
- [Java] Upgrade to SBE 1.33.0.
- [Java] Upgrade to Gradle 8.10.
- [Java] Upgrade to ByteBuddy 1.15.0.
- [Java] Upgrade to Shadow 8.3.0.
- [Java] Upgrade to Mockito 5.12.0.
- [Java] Upgrade to release 3.0.2.
0.154
- [Java] Upgrade to Aeron 1.45.0.
- [Java] Upgrade to Agrona 1.22.0.
- [Java] Upgrade to SBE 1.32.1.
- [Java] Upgrade to Hamcrest 3.0.
- [Java] Upgrade to Junit 5.11.0.
0.153
- Fix an issue where values of required temporal fields would get retained on decoders after reset. This should rarely be a problem, considering they are required and hence replaced on next decode.
- Add
--delimiter
option toFixArchivePrinter
to replace field delimiters in printed messages (#509).
0.152
- Upgrade Agrona to 1.21.2 to prevent a potential exception when pruning archive.
- Fix
FixReplayerSession
state scope when running multiple Artio instances in a single JVM. - Fix
adminEnginePublication
stream name whenprintAeronStreamIdentifiers
is enabled.
0.151
- Fix float parsing of numbers which were fractions using scientific notation with a non-zero exponent with trailing zeros, e.g. 1.2e10. Also tighten up scientific notation validation a bit.
- Upgrade to ByteBuddy 1.14.16.