Skip to content

Commit 90bc9bb

Browse files
committed
2 parents 56e88cb + 8a19f41 commit 90bc9bb

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.9.1"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.9.1](https://github.com/AppsGanin/rospanel/compare/v2.9.0...v2.9.1) (2026-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* a re-ask no longer re-arms a node command already delivered ([820dc86](https://github.com/AppsGanin/rospanel/commit/820dc86e3d575bdec5d2224c50507fcb25e26fc7))
9+
* a refused subscription must not look like an empty one ([a1375b3](https://github.com/AppsGanin/rospanel/commit/a1375b3e453ce253ca089cf2e0878ba91c4eba2e))
10+
* bound a bulk user action ([435aaed](https://github.com/AppsGanin/rospanel/commit/435aaedd9521f252828bb5fffda2619c3075f2e1))
11+
* **mcp:** keep the whole backup surface out of the assistant's toolbox ([3c11034](https://github.com/AppsGanin/rospanel/commit/3c110344dbf0dd1739ad10677f9fecdafb3ba761))
12+
* node commands survive handover; subscription access fails closed ([9ac057c](https://github.com/AppsGanin/rospanel/commit/9ac057c8ae5d8a436d7dc1964529893a63e83fc3))
13+
* persist node commands; make GET /v1/nodes/{id} match the list ([66ffe8f](https://github.com/AppsGanin/rospanel/commit/66ffe8f29572ffae0ade60af476be65da134f975))
14+
15+
16+
### Performance Improvements
17+
18+
* write a fleet-wide node command in one transaction ([de92428](https://github.com/AppsGanin/rospanel/commit/de92428e00873fc1ded9201ce87f14ce6affaac0))
19+
320
## [2.9.0](https://github.com/AppsGanin/rospanel/compare/v2.8.0...v2.9.0) (2026-08-18)
421

522

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Version is the current release, kept in sync automatically by release-please
55
// (via the extra-files entry in release-please-config.json). The trailing
66
// annotation comment is the marker release-please rewrites on each release.
7-
const Version = "2.9.0" // x-release-please-version
7+
const Version = "2.9.1" // x-release-please-version

0 commit comments

Comments
 (0)