forked from TrueCloudLab/frostfs-api-go
Release v2.16.0
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