Skip to content

Commit

Permalink
v0.9.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed May 9, 2024
1 parent 807c9fe commit fbe0cd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.9.3 (May 9, 2024)

### BUG FIXES
* Change filestore.offsets from map[int]msgDef to sync.Map https://github.com/quickfixgo/quickfix/pull/639
* Unregister sessions on stop https://github.com/quickfixgo/quickfix/pull/637
* Corrects ResetOnLogon behavior for initiators https://github.com/quickfixgo/quickfix/pull/635

### FEATURES
* Add AllowUnknownMessageFields & CheckUserDefinedFields settings as included in QuickFIX/J https://github.com/quickfixgo/quickfix/pull/632

## 0.9.2 (April 23, 2024)

### BUG FIXES
Expand Down

0 comments on commit fbe0cd7

Please sign in to comment.