update CHANGELOG
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 2m5s
Build and Publish / container-images (push) Successful in 2m14s

This commit is contained in:
2026-07-16 16:34:32 -04:00
parent df01e060e4
commit 516eccec0c
+6 -1
View File
@@ -6,7 +6,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [v0.4.0] - 2026-07-16 ## [v0.5.0] - 2026-07-16
### Added ### Added
@@ -31,6 +31,11 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* `supported_modes` on the `Device` proto message (the settable modes for that * `supported_modes` on the `Device` proto message (the settable modes for that
unit), populated from the device's reported mode list and surfaced over gRPC, unit), populated from the device's reported mode list and surfaced over gRPC,
REST, and MCP. REST, and MCP.
## [v0.4.0] - 2026-07-16
### Added
* **Mode control (first mutating RPC).** New `SetMode` RPC on `EconetService`, * **Mode control (first mutating RPC).** New `SetMode` RPC on `EconetService`,
exposed over gRPC, the REST gateway (`POST /v1alpha1/devices/{serial}/mode`), exposed over gRPC, the REST gateway (`POST /v1alpha1/devices/{serial}/mode`),
and as an MCP tool. Writes go out over ClearBlade's REST publish endpoint and as an MCP tool. Writes go out over ClearBlade's REST publish endpoint