File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments