Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.5 KB

File metadata and controls

33 lines (26 loc) · 2.5 KB

Changes Slated for the Next Version

This is a running list of changes for the changelog of the next version.

Upon the next release, the items below will be copied to the release notes.

For each change, please indicate the issue number (if any), and how the change should affect the version level (e.g. patch/minor/major):

  • Patch version Z (x.y.Z) MUST be incremented if only backwards compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes incorrect behavior.
  • Minor version Y (x.Y.z) MUST be incremented if new, backwards compatible functionality is introduced to the public API. It MUST be incremented if any public API functionality is marked as deprecated. It MAY be incremented if substantial new functionality or improvements are introduced within the private code. It MAY include patch level changes. Patch version MUST be reset to 0 when minor version is incremented.
  • Major version X (X.y.z) MUST be incremented if any backwards incompatible changes are introduced to the public API. It MAY include minor and patch level changes. Patch and minor version MUST be reset to 0 when major version is incremented.

Don't forget to note the contributor's name or git handle!

Changes since the last version:

  • (minor) Extended Session.cs to enable setting of NextTargetSequenceNum and NextSenderSequenceNum. (chrisbarker)
  • (minor) Extended Session.cs to implement static method DoesSessionExist(SessionID sessionID) as per QuickFIX. (chrisbarker)
  • (patch) Fixed issue #21 - DecimalConverter is now culture-insensitive (harvinder)
  • (minor) Fixed issue #22 - Sequence numbers not being reset (kkozel)
  • (patch) Repeating groups always write to default DD order. (gbirchmeier)
  • (minor) Fixed issue #16 - added GetSessionID methods to IAcceptor and IInitiator (gbirchmeier)
  • (patch) Fixed issue #35 - Proper BeginString for FIX5 messages (gbirchmeier)
  • (patch) Fixed issue #36 - update version number in release script (gbirchmeier)
  • (patch) Fixed issue #11 reopen - nested group's counter erroneously appearing twice (gbirchmeier)
  • (patch) Fixed issue #39 - "length" types generated as ints, was wrongly being generated as decimal (g0t4)
  • (patch) Fixed issue #44 - LogonTimedOut (mgatny)
  • (patch) Fixed issue #42 - Environment.TickCount bug (mjwood7)
  • (patch) Fixed issue #59 - Bug in determining whether we're inside a weeklong session (cbusbey)
  • (patch) Fixed issue #57 - Heartbeat not sent during constant traffic (cbusbey)