FIX Antenna .NET Core Release notes
FIX Antenna .NET Core 1.2.3
FIX Antenna .NET Core 1.2.3 is released on Feb 19, 2025.
Improvements
Upgraded the target framework from .NET 6 to .NET 8.
Updated all NuGet packages to their latest stable versions.
FIX Antenna .NET Core 1.2.2
FIX Antenna .NET Core 1.2.2 is released on Oct 24, 2023.
Fixed Bugs
Fixed the issue when the old logs could not be removed from the storage when storageCleanupMode=Delete and storageFactory=Epam.FixAntenna.NetCore.FixEngine.Storage.SlicedFileStorageFactory.
FIX Antenna .NET Core 1.2.1
FIX Antenna .NET Core 1.2.1 is released on Apr 5, 2023.
Fixed Bugs
Fixed the issue when the race condition occurred on accepting the new FIX connection.
FIX Antenna .NET Core 1.2.0
FIX Antenna .NET Core 1.2.0 is released on Nov 23, 2022.
New Features and Improvements
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 unexpectedly sent not-required TestRequests messages.
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.
FIX Antenna .NET Core 1.1.0
FIX Antenna .NET Core 1.1.0 is released on Oct 3, 2022.
New Features and Improvements
Fixed Bugs
Fixed the issue when FIX Antenna .NET Core crashed on receiving an incoming HTTP connection.
FIX Antenna .NET Core 1.0.2
FIX Antenna .NET Core 1.0.2 is released onFeb 8, 2022.
Source code and documentation are available on GitHub under an Apache 2.0 license.
Breaking changes
API of version 1.0 is not compatible with 0.9.x versions.
All namespaces were reorganized and renamed with the 'Epam.' prefix.
Many methods converted to properties.
The number of binaries was reduced.
New Features and Improvements
FIX Antenna .NET Core 0.9.4
FIX Antenna .NET Core 0.9.4 is released on May 25, 2021.
New Features and Improvements
FIX Antenna .NET Core 0.9.3
FIX Antenna .NET Core 0.9.3 is released on Dec 29, 2020.
New Features and Improvements
Fixed Bugs
Fixed the issue when FIX Antenna .NET Core didn't send the SendingTime(52) tag in the message body for the Sequence Reset(35=4) message.
Fixed the issue when the MmfStorageFactory could not initialize the index file when FIX Antenna .NET Core was restarted.
FIX Antenna .NET Core 0.9.2
FIX Antenna .NET Core 0.9.2 is released on Aug 31, 2020.
FIX Antenna .NET Core 0.9.2 is now compatible with the latest 4.8 .NET framework version. Testing was performed on .NET Core 3.1 and .NET Framework 4.8 platform versions.