Skip to content

Commit 79cada8

Browse files
authored
feat: add validation config and provide ability to disable orig sent time for admin messages (#334)
* Issue 332: allow to skip orig time check for admin messages * 322: create builder for verification config to maintain version compatibility in future * Add possibility to skip upload to codecov * fix: change log to include proper PR * Remove config and just skip verififcation for reset messages
1 parent a722447 commit 79cada8

3 files changed

Lines changed: 342 additions & 41 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
fail_ci_if_error: true
5454
token: ${{ secrets.CODECOV_TOKEN }}
55+
dry_run: ${{ vars.CODECOV_DRY_RUN == 'true'}}
5556
flags: core
5657
files: lcov.info
5758

@@ -71,5 +72,6 @@ jobs:
7172
with:
7273
fail_ci_if_error: true
7374
token: ${{ secrets.CODECOV_TOKEN }}
75+
dry_run: ${{ vars.CODECOV_DRY_RUN == 'true'}}
7476
flags: mongodb
7577
files: lcov.info

crates/hotfix/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- skip check for original sending time(tag 122) in sequence reset messages ([#322](https://github.com/Validus-Risk-Management/hotfix/pull/334))
12+
1013
## [0.11.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.10.0...hotfix-v0.11.0) - 2026-03-25
1114

1215
### Added

0 commit comments

Comments
 (0)