Skip to content

Commit 8a53aa9

Browse files
authored
Merge pull request #663 from quickfixgo/ackleymi-patch-1
v0.9.5 release notes
2 parents 9191a58 + 2e60bad commit 8a53aa9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.9.5 (August 14, 2024)
2+
3+
### ENHANCEMENTS
4+
* Introduce message iterator to avoid loading all messages into memory at once upon resend request https://github.com/quickfixgo/quickfix/pull/659
5+
* Only lock fieldmap once during message parsing https://github.com/quickfixgo/quickfix/pull/658
6+
* Optimize tag value parsing https://github.com/quickfixgo/quickfix/pull/657
7+
* Use bytes.Count to count the number of message fields https://github.com/quickfixgo/quickfix/pull/655
8+
* Port config documentation into proper go doc format https://github.com/quickfixgo/quickfix/pull/649
9+
* Support TLS configuration as raw bytes https://github.com/quickfixgo/quickfix/pull/647
10+
11+
### BUG FIXES
12+
* Use the Go generated file convention https://github.com/quickfixgo/quickfix/pull/660
13+
* Fix stuck call to Dial when calling Stop on the Initiator https://github.com/quickfixgo/quickfix/pull/654
14+
* Do not increment NextTargetMsgSeqNum for out of sequence Logout and Test Requests https://github.com/quickfixgo/quickfix/pull/645
15+
116
## 0.9.4 (May 29, 2024)
217

318
### ENHANCEMENTS

0 commit comments

Comments
 (0)