Releases: artiofix/artio
Releases · artiofix/artio
0.22
Bump dependencies to Agrona 0.9.23, SBE 1.12.1, and Aeron 1.15.2.
Fix bug where messages read counter was being incorrectly incremented on occassion.
Improve documentation around performance, slow consumers and operability.
0.21
Bump Aeron, Agrona and SBE dependencies.
Simplify Session initialisation logic
Fix bug related to reuse of sessionId in SessionContexts
Add a common header interface for the header encoder
0.20: More Configuration Choices, Less Bugs
- Alter resend request behaviour to by default not send redundant requests and add an option to do so if required
- for compliance with some venues.
- Added a ResendRequestChunkSize option that limits the maximum number of records requested in a resend.
- Fix bugs in DecimalFloat.compareTo and add test coverage for larger number of digits after the point.
- Switch over to using the Aeron Counters file rather than a custom counters file to make monitoring Artio easier.
- Implement support for the LastMsgSeqNumProcessed tag, and add a EnableLastMsgSeqNumProcessed configuration option.
- Improve handling of messages with incorrectly calculated bodyLength field.