Skip to content

Commit

Permalink
proto: Add kernel version to message GetMinerDetailsResponse
Browse files Browse the repository at this point in the history
- updated CHANGELOG.md
  • Loading branch information
Kamil Triščík authored and kamil-triscik committed May 9, 2024
1 parent 8d6033d commit 4a40cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* Introduced new field `last_share_time` in the `braiins.bos.v1.PoolStats` that provides info about last share time,
* Introduced new field `token` in the `braiins.bos.v1.LoginResponse` that provides info created authentication token that was till now available only in response header,
* Introduced new field `timeout_s` in the `braiins.bos.v1.LoginResponse` that provides info about authentication token expiration time,
* Introduced new method `GetNetworkInfo` in the `braiins.bos.v1.NetworkService` to get current network configuration for the default network interface.
* Introduced new method `GetNetworkInfo` in the `braiins.bos.v1.NetworkService` to get current network configuration for the default network interface,
* Introduced new field `kernel_version` in the `braiins.bos.v1.GetMinerDetailsResponse` that provides info about Kernel version.

## [1.0.0] - 2024-03-26
The first stable release of the Public API incorporates minor enhancements.
Expand Down
2 changes: 2 additions & 0 deletions proto/bos/v1/miner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ message GetMinerDetailsResponse {
uint64 system_uptime_s = 11;
// Miner status
MinerStatus status = 12;
// Kernel version
string kernel_version = 13;
}

message MinerPowerStats {
Expand Down

0 comments on commit 4a40cb1

Please sign in to comment.