Skip to content

Commit 69367db

Browse files
committed
Overwrite changelog to reduce noise
1 parent bf28cb5 commit 69367db

3 files changed

Lines changed: 3 additions & 32 deletions

File tree

crates/hotfix-dictionary/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Other
1313

14-
- Fix clippy warnings related to elided lifetimes introduced in v1.89
15-
- Disconnect counterparty if they respond with non-logon message to logon
14+
- Initial release with changelogs

crates/hotfix-message/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Other
1313

14-
- Fix clippy warnings related to elided lifetimes introduced in v1.89
15-
- Disconnect counterparty if they respond with non-logon message to logon
14+
- Initial release with changelogs

crates/hotfix/CHANGELOG.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Other
1313

14-
- Fix bug in sequence reset resetting to incorrect sequence number
15-
- Individually increment target sequence number in message type specific branches
16-
- Yet another increase to test timeouts
17-
- Fix issue with incorrectly incremented target seq number on logons
18-
- Add message verification to business messages
19-
- Add test for logon timeouts
20-
- Correctly handle peer timeouts when we are awaiting logon
21-
- Add logon timeout as peer timer to session state
22-
- Add logon timeout to config
23-
- Rewrite reject tests to use the fluent API for constructing Reject objects
24-
- Send reject message in response to message with invalid field
25-
- Add reject message type and a failing test for invalid fields being rejected
26-
- Further increase test assertion timeouts
27-
- Autofix clippy issues after version upgrade
28-
- Implement the logon flow with sequence number too high to completion with message recovery
29-
- Add test case for logon response whose sequence number is too high
30-
- Add test case for logon response whose sequence number is too low
31-
- Add business test case using a new order and an execution report
32-
- Disconnect counterparty if they respond with non-logon message to logon
33-
- Refactor setup into helpers using the wording 'given'
34-
- Take idea of when/then wording further
35-
- Experiment with the language used for actions and assertions in session test cases
36-
- Increase default timeout
37-
- Add test case for happy logon flow
38-
- Move setup utilities into common module to share between test modules
39-
- Refactor session tests into multiple modules
40-
- Leverage session info API to improve test case for peer timeout
41-
- Add API to get information on the session
14+
- Initial release with changelogs

0 commit comments

Comments
 (0)