We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fa96b commit b7d706fCopy full SHA for b7d706f
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.9.6 (September 20, 2024)
2
+
3
+### ENHANCEMENTS
4
+* Allow the clients of acceptor to specify their own tls.Config https://github.com/quickfixgo/quickfix/pull/667
5
+* Adds NextExpectedSeqNum setting https://github.com/quickfixgo/quickfix/pull/668
6
7
+### BUG FIXES
8
+* Reinit stop sync to prevent deadlock on sequential start/stops https://github.com/quickfixgo/quickfix/pull/669
9
+* Check logon auth before resetting store https://github.com/quickfixgo/quickfix/pull/670
10
+* Reverts ToAdmin call sequencing https://github.com/quickfixgo/quickfix/pull/674
11
12
## 0.9.5 (August 14, 2024)
13
14
### ENHANCEMENTS
0 commit comments