0.20: More Configuration Choices, Less Bugs
·
2333 commits
to master
since this release
- 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.