0.52
RichardWarburton
released this
08 Feb 10:39
·
1723 commits
to master
since this release
- Remove allocation from the debuglogger internally and introduce an API in order to allow backing the debug logger into an external logging system such as log4j or slf4j
- Improve flexibility of metadata writes: allow updates to subsequences of Session metadata, rather than just replacement.
- Add a more garbage friendly appendTo() API for debugging FIX codecs and also a low GC toString() method.
- Fix bug where rejected messages could still update the saved sequence number for a session.