[Quickfix-announce] QuickFIX 1.9.3 Available
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-11-09 16:49:34
|
QuickFIX 1.9.3 is now available at http://www.quickfixengine.org/ Release Notes: https://sourceforge.net/project/shownotes.php?release_id=280488 This is mostly a series of bug fixes, some pretty important depending on which API / features you use. Look through the release notes to see if this version fixes one of these problems. Many of these fixes were direct results of reports to the bug tracker. There are a few requests that were cut off from this version. To see which issues are still open, see the open reports in the bug tracker: http://www.quickfixengine.org/bugtracker/query.php? op=doquery&status[]=2 All of these are either pretty insignificant, a feature request, or have a reasonable work-around. One of the more important aspects of this version is it fixes instability problems with .NET. Also the various reports concerning several aspects of repeating groups have been addressed. There is also some more robust session handling logic and message parsing. Upgrading is a recommended for 1.9.x users. When upgrading note that the MessageStore::get( int, std::string& ) method is gone. If you are currently overloading this in a message store, you can simply get rid of it, it's no longer needed. --oren |