We’re happy to announce the release of QuickFIX/n 1.14.1.
It’s not a radical release, but it adds a few things that are somewhat big:
- Add .NET 10 support (in addition to existing .NET 8)
- Experimental support for CME Enhanced Resend — see https://quickfixengine.org/n/documentation/cme-enhanced-resend.html (I announced this a month ago when it went into master, but now it’s in a release)
Lesser additions/changes of note:
- new interface method IMessageStore.SetAndIncrNextSenderMsgSeqNum, for certain Store impls where it is appropriate to combine set+increment into a single atomic operation
- new GenerateKeys app to create Example-app SSL certs
- new MessageFactoryNotFound exception provides better feedback for certain errors
- minor deprecations
- fix an AT function that malfunctioned when run in certain other culture environments
One other announcement:
Because .NET 8 and 9 reach their end-of-support on November 10…
( https://dotnet.microsoft.com/en-us/download/visual-studio-sdks )
v1.14.1 is the last version that will support .NET 8 !
v1.15 will drop support for .NET 8 !
Please consider upgrading your applications to .NET 10 today!