Skip to content

1.2.0

Compare
Choose a tag to compare
@OlehVasylievEPAM OlehVasylievEPAM released this 11 Nov 08:01
· 23 commits to main since this release
b0105ce

New Features and Improvements

  • The ability to load global settings from the properties file located in any directory was added. The ability to load settings from the fixengine.properties file located in any directory via Config.ConfigurationDirectory parameter was added. The value of the Config.ConfigurationDirectory parameter can be specified as a path in the client's code.
  • New type for EntryImpl.AddTag method was added. New CHAR override-method type for EntryImple.AddTag method was added.
  • Case-sensitive register functionality was removed for properties in the fixengine.properties file. For example, now the name of the sessions.testSession.senderCompID property can be written as:
    sessions.testSession.senderCompId
    Sessions.TestSession.SenderCompID
    SESSIONS.testSession.senderCompID

Other Changes

  • Stopped testing TLS 1.0 and 1.1 versions.

Fixed Bugs

  • Fixed the issue when the outgoing Logon message did not contain the 141=Y field when the incoming Logon message contained it and the ignoreResetSeqNumFlagOnReset was set to 'true'.
  • Fixed the issue when FIX Antenna .NET Core added misleading log entry "Skipping message" when TestRequest messages were processed correctly.
  • Fixed the issue when the ByteByffer.Add(char) method was encoding-dependent.