We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807c9fe commit fbe0cd7Copy full SHA for fbe0cd7
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.9.3 (May 9, 2024)
2
+
3
+### BUG FIXES
4
+* Change filestore.offsets from map[int]msgDef to sync.Map https://github.com/quickfixgo/quickfix/pull/639
5
+* Unregister sessions on stop https://github.com/quickfixgo/quickfix/pull/637
6
+* Corrects ResetOnLogon behavior for initiators https://github.com/quickfixgo/quickfix/pull/635
7
8
+### FEATURES
9
+* Add AllowUnknownMessageFields & CheckUserDefinedFields settings as included in QuickFIX/J https://github.com/quickfixgo/quickfix/pull/632
10
11
## 0.9.2 (April 23, 2024)
12
13
### BUG FIXES
0 commit comments