Releases: LMAX-Exchange/nanofix
Releases · LMAX-Exchange/nanofix
Java 17 Support
What's Changed
- upgrade to java 17 by @markus-lmax in #16
- change Checkstyle and IntelliJ formatting settings to put left curlies on the same line by @markus-lmax in #17
- fix IntelliJ warnings by @markus-lmax in #18
- add support for FIX tags GapFill(36), NewSeqNo(36) and TimeInForce(59) by @markus-lmax in #19
New Contributors
- @markus-lmax made their first contribution in #16
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Use SLF4J rather than Log4J for logging by @tom-smalls in #2
- Create FixClientConfiguration object to allow for easier FixClientConfiguration by @tom-smalls in #5
- Add ability to timeout connection attempts by @singlaj in #7
- Configure Github actions by @fillreject in #8
- Update gradle wrapper; remove unused suppressions by @fillreject in #9
- Ignore ascii equals found in string value when parsing FIX message by @dmeow17 in #10
- Update to Java 1.8 and replace Joda with Java time by @thody1994 in #12
- Run CI on all branches by @thebeanogamer and @swarren12 in #13
Full Changelog: v1.0.0...v2.0.0
First release
v1.0.0 Ensure sources jar is assembled.