1.0.0-beta.4
kamil-triscik
released this
23 Nov 14:28
·
20 commits
to main
since this release
[1.0.0-beta.4] - 2023-11-23
Version 1.0.0-beta.4 contains one new feature and one breaking change.
Added
- We added option to clean tuner profiles by adding
braiins.bos.v1.PerformanceService::RemoveTunedProfiles
- Introduced a new field
system_uptime_s
in thebraiins.bos.v1.GetMinerDetailsResponse
that replacessystem_uptime
(marked as deprecated) to keep the best practice that a field name should also describe the unit (when applicable).
Breaking Changes:
- We reverted removing
braiins.bos.v1.MinerModel
enumeration from the previous release because this change was causing troubles to our users.
Instead of dropping enumeration, we decided to mark it as deprecated and introduce new fieldminer_model
for string representation.