Skip to content

Commit df0bf14

Browse files
authored
Merge pull request #1079 from oasisprotocol/ptrus/release-0.7.8
Changelog 0.7.8
2 parents 477295d + d2d4b51 commit df0bf14

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

.changelog/1076.bugfix.md

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

.changelog/1077.feature.md

Lines changed: 0 additions & 10 deletions
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 = 7
3+
patch = 8

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 0.7.8 (2025-07-01)
16+
17+
### Features
18+
19+
- api/rofl_apps: Add support for sorting by creation time
20+
([#1077](https://github.com/oasisprotocol/nexus/issues/1077))
21+
22+
Supports the `sort_by` query parameter:
23+
24+
- `sort_by=created_at`
25+
26+
- `sort_by=created_at_desc`
27+
28+
Example:
29+
`GET v1/{runtime}/rofl_apps?sort_by=created_at`
30+
31+
### Bug Fixes and Improvements
32+
33+
- api/rofl_apps: No active instances for removed apps
34+
([#1076](https://github.com/oasisprotocol/nexus/issues/1076))
35+
1536
## 0.7.7 (2025-06-27)
1637

1738
### Features

0 commit comments

Comments
 (0)