Releases: LMAX-Exchange/nanofix
Releases · LMAX-Exchange/nanofix
Release list
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 (@tom-smalls) in #2
- Create FixClientConfiguration object to allow for easier FixClientConfiguration by Tom (@tom-smalls) in #5
- Add ability to timeout connection attempts by singlaj in #7
- Configure Github actions by Alexander A. (@fillreject) in #8
- Update gradle wrapper; remove unused suppressions by Alexander A. (@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 Josh Thody (@thody1994) in #12
- Run CI on all branches by Daniel Milnes (@thebeanogamer) and Simon Warren (@swarren12) in #13
Full Changelog: v1.0.0...v2.0.0
First release
v1.0.0 Ensure sources jar is assembled.