|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.0.25](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.0.24...hotfix-v0.0.25) - 2025-09-01 |
| 11 | + |
| 12 | +### Other |
| 13 | + |
| 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 |
0 commit comments