Release v2.16.0
All checks were successful
DCO action / DCO (pull_request) Successful in 52s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m24s
Tests and linters / Tests with -race (pull_request) Successful in 1m28s
Tests and linters / Tests (1.20) (pull_request) Successful in 6m25s
Tests and linters / Lint (pull_request) Successful in 7m11s
All checks were successful
DCO action / DCO (pull_request) Successful in 52s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m24s
Tests and linters / Tests with -race (pull_request) Successful in 1m28s
Tests and linters / Tests (1.20) (pull_request) Successful in 6m25s
Tests and linters / Lint (pull_request) Successful in 7m11s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
17bed735a1
commit
309aa4ac78
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,11 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
### Fixed
|
||||
### Changed
|
||||
### Removed
|
||||
### Updated
|
||||
|
||||
## [2.16.0] - 2023-09-14 - Academy of Sciences Glacier
|
||||
|
||||
### Added
|
||||
- Add impersonate flag to bearer token (#17)
|
||||
- `NOT` and `UNIQUE` keywords to the placement policy (#26)
|
||||
- `PutSingle` RPC (#45)
|
||||
|
||||
### Fixed
|
||||
### Changed
|
||||
- `StableSize()` is optimized and no does no allocations (#49)
|
||||
- Marshaling code now uses `protowire` package (#50)
|
||||
### Removed
|
||||
- Reputation system (#21)
|
||||
|
||||
|
|
Loading…
Reference in a new issue