Skip to content

Commit fbe0cd7

Browse files
authored
v0.9.3 release notes
1 parent 807c9fe commit fbe0cd7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.9.2 (April 23, 2024)
212

313
### BUG FIXES

0 commit comments

Comments
 (0)