Skip to content

Commit

Permalink
Merge pull request #663 from quickfixgo/ackleymi-patch-1
Browse files Browse the repository at this point in the history
v0.9.5 release notes
  • Loading branch information
ackleymi authored Aug 14, 2024
2 parents 9191a58 + 2e60bad commit 8a53aa9
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 8a53aa9

Please sign in to comment.