Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
- bumped version to 1.1.0
- updated README.md
- updated CHANGELOG.md
  • Loading branch information
Kamil Triščík authored and kamil-triscik committed May 9, 2024
1 parent 4a40cb1 commit ef54e01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion proto/bos/version.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef54e01

Please sign in to comment.