Skip to content

Commit ef54e01

Browse files
committed
1.1.0 release
- bumped version to 1.1.0 - updated README.md - updated CHANGELOG.md
1 parent 4a40cb1 commit ef54e01

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 2024-05-09
4+
Version **1.1.0** introduce possibility to read network configuration, changes in authentication and few more changes.
5+
36
### Added
47
* Introduced new field `last_share_time` in the `braiins.bos.v1.PoolStats` that provides info about last share time,
58
* 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,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh
77

88
| Public API Version | BOS+ version |
99
|--------------------|--------------|
10+
| 1.1.0 | 24.04 |
1011
| 1.0.0 | 24.03 |
1112
| 1.0.0-beta.6 | 24.02 |
1213
| 1.0.0-beta.5 | 23.12 |
@@ -20,7 +21,7 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh
2021

2122
### Overview
2223

23-
The Braiins OS+ Public API, introduced in version 23.03, represents a significant milestone in our platform's evolution. This API sets a standard for all present and forthcoming hardware variants, irrespective of their manufacturer. While currently in beta, it offers a glimpse into the future of our platform's capabilities. Despite its beta status, the API is actively being refined, with plans for a stable release in the near future.
24+
The Braiins OS+ Public API, introduced in version 23.03, represents a significant milestone in our platform's evolution. This API sets a standard for all present and forthcoming hardware variants, irrespective of their manufacturer. It provides a unified interface for interacting with mining hardware, enabling seamless integration with third-party applications and services. The API is designed to be intuitive, efficient, and versatile, offering a wide range of functionalities to meet diverse requirements.
2425

2526
### Examples
2627

proto/bos/version.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option go_package = "github.com/braiins/bos-plus-api/braiins/bos;bos_proto";
3333
// proto3 extensions and proto3 does not allow specifying custom
3434
// default values. Value follows semver format.
3535

36-
// LATEST_API_VERSION=1.0.0
36+
// LATEST_API_VERSION=1.1.0
3737
message ApiVersion {
3838
uint64 major = 1;
3939
uint64 minor = 2;

0 commit comments

Comments
 (0)