Skip to content

Commit 73447b7

Browse files
authored
Merge pull request #1178 from oasisprotocol/ptrus/feature/nexus-0.7.17
Changelog 0.7.17
2 parents a20f6d9 + 6b93aeb commit 73447b7

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

.changelog/1038.feature.md

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

.changelog/1074.internal.md

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

.changelog/1143.internal.md

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

.changelog/1173.trivial.md

Whitespace-only changes.

.changelog/1177.feature.md

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

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 0
22
minor = 7
3-
patch = 16
3+
patch = 17

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 0.7.17 (2025-10-14)
16+
17+
### Features
18+
19+
- Optimize consensus block fetching
20+
([#1038](https://github.com/oasisprotocol/nexus/issues/1038))
21+
22+
- Pontus-X native symbol rename
23+
([#1177](https://github.com/oasisprotocol/nexus/issues/1177))
24+
25+
### Internal Changes
26+
27+
- Add consensus analyzer Prometheus metrics for block fetch statuses
28+
([#1074](https://github.com/oasisprotocol/nexus/issues/1074))
29+
30+
- Update Go to 1.25 and docker images to Debian trixie
31+
([#1143](https://github.com/oasisprotocol/nexus/issues/1143))
32+
1533
## 0.7.16 (2025-09-24)
1634

1735
### Bug Fixes and Improvements

0 commit comments

Comments
 (0)