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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments