Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.5 release notes #663

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.9.5 (August 14, 2024)

### ENHANCEMENTS
* Introduce message iterator to avoid loading all messages into memory at once upon resend request https://github.com/quickfixgo/quickfix/pull/659
* Only lock fieldmap once during message parsing https://github.com/quickfixgo/quickfix/pull/658
* Optimize tag value parsing https://github.com/quickfixgo/quickfix/pull/657
* Use bytes.Count to count the number of message fields https://github.com/quickfixgo/quickfix/pull/655
* Port config documentation into proper go doc format https://github.com/quickfixgo/quickfix/pull/649
* Support TLS configuration as raw bytes https://github.com/quickfixgo/quickfix/pull/647

### BUG FIXES
* Use the Go generated file convention https://github.com/quickfixgo/quickfix/pull/660
* Fix stuck call to Dial when calling Stop on the Initiator https://github.com/quickfixgo/quickfix/pull/654
* Do not increment NextTargetMsgSeqNum for out of sequence Logout and Test Requests https://github.com/quickfixgo/quickfix/pull/645

## 0.9.4 (May 29, 2024)

### ENHANCEMENTS
Expand Down
Loading