Releases: artiofix/artio
Releases · artiofix/artio
0.175
0.174
0.173
- Use the associated length field to determine how much to copy from a data/xmldata buffer when encoding a message (#559)
- Allow FIX workflow to act as liveness indicators for engine and library
- Ensure replay plan is synchronized with outbound replay index for accurate replay (#561). The Library/Framer previously would send a ValidResendRequest on inbound stream to trigger archive replay. The Replayer/Gapfiller would listen on inbound stream for this request. Artio no longer uses inbound stream but rather outbound stream so both the engine and library should be upgraded together.
- Bump Aeron 1.49.1
- Bump Shadow 8.3.9
- Bump Junit 6.0.0
0.161.6
- Fix gapfiller bug introduced in https://github.com/artiofix/artio/releases/tag/0.161.5
0.161.5
- Allow FIX workflow to act as liveness indicators for engine and library
- Ensure replay plan is synchronized with outbound replay index for accurate replay plan and query. The Library/Framer previously would send a ValidResendRequest on inbound stream to trigger archive replay. The Replayer/Gapfiller would listen on inbound stream for this request. Artio no longer uses inbound stream but rather outbound stream so both the engine and library should be upgraded together.
0.172
- Bump Aeron to 1.49.0.
- Bump Agrona to 2.3.0.
- Bump SBE to 1.36.0.
- Bump ByteBuddy to 1.17.7.
- Bump Checkstyle to 11.1.0.
- Bump Mockito 5.20.0
- Bump Version to 0.53.0.
- Use same timestamp as SendingTime in outbound FIX and FixMessage.timestamp
- Fixing bug when checking tag 10 existence during tests
- Fix crash in UtcTimeOnlyEncoder
- Fix SequenceNumberIndexWriter term roll check
- Improve trySendSequenceReset exception message
- Add session id to trySendSequenceReset exception message
- Allow ReleaseSessionReply to act as a liveness indicator
- Allow SeqIndexSync and ThrottleConfiguration to act as liveness indicators
0.161.4
- Fix SequenceNumberIndexWriter term roll check
- Add more details to trySendSequenceReset exception message
0.171
- Bump Agrona to 2.2.4.
- Bump SBE to 1.35.6.
- Bump Aeron to 1.48.4.
- Bump ByteBuddy to 1.17.6.
- Bump Checkstyle to 10.26.0.
- Bump Junit to 5.13.2.
- Bump ShadowJar to 8.3.7.