Skip to content

Commit 2e4d58a

Browse files
committed
Compare 0.22.3 and 0.22.4 and fix changelog
1 parent 946fb19 commit 2e4d58a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ changes.
3535

3636
- **BREAKING** Rename `--script-info` option to `--hydra-script-catalogue` in the `hydra-node` CLI.
3737

38-
- Fix rotation log id consistency after restart by changing the rotation check to trigger only
39-
when the number of persisted `StateChanged` events exceeds the configured `--persistence-rotate-after` threshold.
40-
* This also prevents immediate rotation on startup when the threshold is set to 1.
41-
* `Checkpoint` event ids now match the suffix of their preceding rotated log file and the last `StateChanged` event id within it,
42-
preserving sequential order and making it easier to identify which rotated log file was used to compute it.
38+
4339

4440
- Label threads, queues and vars.
4541

@@ -68,6 +64,12 @@ when the number of persisted `StateChanged` events exceeds the configured `--per
6864
but is enough to resolve the problem until we can identify the central cause
6965
of the issue.
7066

67+
- Fix rotation log id consistency after restart by changing the rotation check to trigger only
68+
when the number of persisted `StateChanged` events exceeds the configured `--persistence-rotate-after` threshold.
69+
* This also prevents immediate rotation on startup when the threshold is set to 1.
70+
* `Checkpoint` event ids now match the suffix of their preceding rotated log file and the last `StateChanged` event id within it,
71+
preserving sequential order and making it easier to identify which rotated log file was used to compute it.
72+
7173
## [0.22.3] - 2025-07-21
7274

7375
- Change behavior of `Hydra.Network.Etcd` to fallback to earliest possible

0 commit comments

Comments
 (0)