Skip to content

Commit 14111b8

Browse files
committed
changelog: Assemble changes for 25.9 release
1 parent 7576ee2 commit 14111b8

6 files changed

Lines changed: 34 additions & 16 deletions

File tree

.changelog/6321.feature.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/6352.bugfix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/6413.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/6414.trivial.md

Whitespace-only changes.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
year = '25'
2-
minor = 8
2+
minor = 9
33
micro = 0

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,39 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 25.9 (2025-11-28)
16+
17+
| Protocol | Version |
18+
|:------------------|:---------:|
19+
| Consensus | 7.0.0 |
20+
| Runtime Host | 5.1.0 |
21+
| Runtime Committee | 5.0.0 |
22+
23+
### Features
24+
25+
- go/oasis-node: Add new command for offline pruning of consensus databases
26+
([#6321](https://github.com/oasisprotocol/oasis-core/issues/6321))
27+
28+
A new experimental command `oasis-node storage prune-experimental`
29+
was added, enabling offline pruning as specified in the configuration.
30+
31+
Operators are encouraged to run this command whenever they change pruning
32+
configuration, to ensure node is healthy when it starts.
33+
34+
### Bug Fixes
35+
36+
- Fix runtime state pruning performance
37+
([#6352](https://github.com/oasisprotocol/oasis-core/issues/6352))
38+
39+
Previously, pruning the runtime state with many local versions could
40+
significantly slow down state synchronization.
41+
42+
This has been fixed by moving state pruning out of the BadgerDB
43+
transaction responsible for pruning the runtime’s light history.
44+
45+
- registry/api: Use nil instead of empty slices
46+
([#6413](https://github.com/oasisprotocol/oasis-core/issues/6413))
47+
1548
## 25.8 (2025-11-17)
1649

1750
| Protocol | Version |

0 commit comments

Comments
 (0)