[Quickfix-developers] Version 1.1.1 is available!
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-07-12 18:44:35
|
Version 1.1.1, is now available from http://quickfix.thoughtworks.com. As always release notes are below. RELEASE NOTES ________________ 1.1.1 ----- Fixed memory leak caused by copying repeating groups. Added acceptance tests for FIX 4.0 and 4.1 When new fields are added to the header or trailer portion of the XML data dictionary, QuickFIX will now handle them appropriately. Header fields, not just body fields, can now be added to messages passing through toApp and toAdmin callbacks New setting CheckLatency and MaxLatency are available for session configuration. CheckLatency defaults to Y and determines if a session will check if a message looks too old to process. MaxLatency defaults to 120 and is the maximum number of seconds a message can be out of date and still be considered good. New setting ValidateFieldsOutOfOrder is available for session configuration. Sets whether or not header and body fields can be out of order. Useful for connecting to systems that don't properly sort their fields. New setting LogonTimeout is availbale for session configuration. Number of seconds QuickFIX will wait to receive a logon response. Defaults to 10. Another fix put in to allow string based enumeration to be properly validated. RefMsgType field no longer added to reject messages in versions earlier thatn 4.2 SequenceReset messages are now appropriately send with OrigSendingTime field. RejectLogon, DoNotSend and UnsupportedMessageType exceptions added to JAVA interface. New settings ResetOnLogout and ResetOnDisconnect will reset sequence numbers when a session is respectively normally or abnormally terminated. <string> is included from Exceptions.h, which makes QF compilable with STLPort. --oren |