-
Notifications
You must be signed in to change notification settings - Fork 617
QFJ 1.6.3 release notes
Christoph John edited this page Dec 12, 2016
·
8 revisions
You need at least Java 7 to run QuickFIX/J.
- Bug fix release with some internal enhancements.
- MINA library has been updated to 2.0.16 due to some critical bugs.
Many thanks to all the people who have also contributed to this release (hopefully not missing someone):
amichair
guidomedina
the-thing
RockManJoe64
manureno
Uwe Guenther
Youyu Shao
Mike Starkie
James Olsen
Scott Harrington
Adam MacDonald
NoopMessageStore implementation
Queues drain tweak
Refactored and cleaned up FIXMessageDecoder
FixMessageEncoder refactorings
Optimized decoder pattern matching and eliminated unnecessary object allocations
... and some more
- [QFJ-868] - IoSessionInitiator can't reconnect the disconnected session
- [QFJ-876] - Code Generator creates bad code for nested repeating groups
- [QFJ-882] - FIX50.xml / LegSecAltIDGrp incorrect
- [QFJ-884] - quickfixj-messages-fix44 is including quickfixj-messages-all
- [QFJ-886] - FIX44.xml InstrumentLeg Inconsistently Defined
- [QFJ-895] - Reconnecting initiator does not work under some circumstances
- [QFJ-897] - AbstractSocketAcceptor does not stop its internal IoAcceptors correctly
- [QFJ-903] - Infinite Loop on Malformed Message - Bad BodyLength (tag 9)