Improvement
- [ILINKBOECPP-927] - BREAKING CHANGE: Add SessionStorage::warmup
- [ILINKBOECPP-920] - Support iLink3 Binary Order Entry Protocol for CGW
- [ILINKBOECPP-899] - Add logLevel to Gateway::enableLogger
- [ILINKBOECPP-893] - BREAKING CHANGE: Use millisecond resolution for Gateway emulator timeouts
- [ILINKBOECPP-888] - Support Visual Studio 2022
- [ILINKBOECPP-885] - BREAKING CHANGE: Remove SessionStorage::store(X)boundMessage isOriginal argument
- [ILINKBOECPP-879] - Improve Async message storage performance
- [ILINKBOECPP-874] - Add an option to use spin lock
- [ILINKBOECPP-616] - Remove Support Version 7 of the SBE Schema
Sub-task
- [ILINKBOECPP-910] - Add warmup command
- [ILINKBOECPP-909] - Improve memory consumption
- [ILINKBOECPP-908] - Fix false sharing issues
- [ILINKBOECPP-907] - Use unlocked file write for Split file::writeIntegral
- [ILINKBOECPP-906] - Improve summary file flow
- [ILINKBOECPP-904] - Use table for AsyncSplitFileBasedSessionStorage::Command
- [ILINKBOECPP-903] - Improve SplitFile::writeIntegral
- [ILINKBOECPP-902] - Refactor Command
- [ILINKBOECPP-901] - Do not call SplitFile::seekEnd before each write
- [ILINKBOECPP-900] - Improve Timestamp processing
- [ILINKBOECPP-897] - Improve interthread communication primitives
- [ILINKBOECPP-895] - Use external buffer for System::File
- [ILINKBOECPP-890] - Simplify state file flow
- [ILINKBOECPP-889] - Improve SplitFileBasedSessionStorage
New Feature
- [ILINKBOECPP-881] - Add Gateway::tryReceive & tryAcceptConnection facilities
- [ILINKBOECPP-862] - Add TCPStandardBenchmark sample