-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b10e69
commit fab36cb
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## [1.0.0-alpha] - 2023-05-25 | ||
The first release for the new Braiins OS+ Public API, which introduces the first batch of features. | ||
|
||
##### Actions | ||
With actions from `ActionService`, user can start/stop/restart/pause/resume mining (BOS+). Reboot of the whole miner is supported as well. | ||
|
||
##### Configuration | ||
With `ConfigurationService` methods, user can read current miner configuration and configuration constraints. | ||
|
||
##### Cooling | ||
With `CoolingService`methods, user can read current state of fans or current temperatures, or configure immersion mode. | ||
|
||
##### Miner | ||
With `MinerService` methods, user can read miner HW details, overall miner or hashboards statistics. | ||
|
||
##### Pools | ||
With `PoolService` methods, user can read all currently used pool groups, as well as update a specific pool group. | ||
|
||
##### Tuner | ||
With `TunerService` methods, user can read current tuner state and configure tuner power target. | ||
|
||
##### Other | ||
Overall to use gRPC API, user must be authenticated. For this purpose, `AuthenticationService` with `Login` method is present. | ||
|
||
The method in `VersionService` provides information about a particular version of the public Braiins OS+ API. |