You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 0.9.7 (April 23, 2025)
2
+
3
+
### FEATURES
4
+
* Adds SQL, MongoDB and Composite FIX Log and LogFactory implementations, see `config/configuration.go` for details [#672](https://github.com/quickfixgo/quickfix/pull/672)
5
+
* Adds convenience getters for session log and store [#675](https://github.com/quickfixgo/quickfix/pull/675)
6
+
* Adds config option for ResetSeqTime [#705](https://github.com/quickfixgo/quickfix/pull/705)
7
+
8
+
### ENHANCEMENTS
9
+
* File store uses files exclusively [#680](https://github.com/quickfixgo/quickfix/pull/680)
10
+
* Protect concurrent usage of filestore [#688](https://github.com/quickfixgo/quickfix/pull/688)
11
+
* Support udecimal library in code generation [#700](https://github.com/quickfixgo/quickfix/pull/700)
12
+
13
+
### BUG FIXES
14
+
* Avoid unkeyed fields usage for exported struct in generated code [#683](https://github.com/quickfixgo/quickfix/pull/683)
15
+
* Iterate messages in filestore opens a separate file to avoid deadlock [#703](https://github.com/quickfixgo/quickfix/pull/703)
16
+
* Correct ordering in message trailer [#707](https://github.com/quickfixgo/quickfix/pull/707)
0 commit comments