From ef54e01f578054d6606549cefa7219278b39d331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Tri=C5=A1=C4=8D=C3=ADk?= Date: Mon, 6 May 2024 08:02:30 +0200 Subject: [PATCH] 1.1.0 release - bumped version to 1.1.0 - updated README.md - updated CHANGELOG.md --- CHANGELOG.md | 3 +++ README.md | 3 ++- proto/bos/version.proto | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5d5c3..67d8c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.1.0] - 2024-05-09 +Version **1.1.0** introduce possibility to read network configuration, changes in authentication and few more changes. + ### Added * 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, diff --git a/README.md b/README.md index 35d83af..dd0a1da 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh | Public API Version | BOS+ version | |--------------------|--------------| +| 1.1.0 | 24.04 | | 1.0.0 | 24.03 | | 1.0.0-beta.6 | 24.02 | | 1.0.0-beta.5 | 23.12 | @@ -20,7 +21,7 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh ### Overview -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. +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. ### Examples diff --git a/proto/bos/version.proto b/proto/bos/version.proto index 628597e..b80bef0 100644 --- a/proto/bos/version.proto +++ b/proto/bos/version.proto @@ -33,7 +33,7 @@ option go_package = "github.com/braiins/bos-plus-api/braiins/bos;bos_proto"; // proto3 extensions and proto3 does not allow specifying custom // default values. Value follows semver format. -// LATEST_API_VERSION=1.0.0 +// LATEST_API_VERSION=1.1.0 message ApiVersion { uint64 major = 1; uint64 minor = 2;