Skip to content

Commit 4eeefdb

Browse files
committed
Adds v0.9.7 release notes
1 parent 64212a2 commit 4eeefdb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
17+
118
## 0.9.6 (September 20, 2024)
219

320
### ENHANCEMENTS

0 commit comments

Comments
 (0)