File tree Expand file tree Collapse file tree 4 files changed +22
-12
lines changed
Expand file tree Collapse file tree 4 files changed +22
-12
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11major = 0
22minor = 7
3- patch = 7
3+ patch = 8
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments