forked from TrueCloudLab/frostfs-node
Release v0.37.0
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
2be938f3cd
commit
1f07e8b375
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Changelog
|
||||
Changelog for FrostFS Node
|
||||
|
||||
## [Unreleased]
|
||||
## [v0.37.0] - 2023-12-07 - Academy of Sciences
|
||||
|
||||
### Added
|
||||
- Support impersonate bearer token (#229)
|
||||
|
@ -11,9 +11,12 @@ Changelog for FrostFS Node
|
|||
- Set extra wallets on SIGHUP for ir (#125)
|
||||
- Writecache metrics (#312)
|
||||
- Add tree service metrics (#370)
|
||||
- Add `frostfs-cli control ir remove-container` (#733)
|
||||
|
||||
### Changed
|
||||
- `frostfs-cli util locode generate` is now much faster (#309)
|
||||
- Send bootstrap query every epoch in `frostfs-node` (#691)
|
||||
|
||||
### Fixed
|
||||
- Take network settings into account during netmap contract update (#100)
|
||||
- Read config files from dir even if config file not provided via `--config` for node (#238)
|
||||
|
@ -21,6 +24,8 @@ Changelog for FrostFS Node
|
|||
- Tree service panic in its internal client cache (#322)
|
||||
- Iterate over endpoints when create ws client in morph's constructor (#304)
|
||||
- Delete complex objects with GC (#332)
|
||||
- Connection leaks after netmap address updates (#674)
|
||||
- Count writecache metrics properly (#725)
|
||||
|
||||
### Removed
|
||||
### Updated
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.36.0
|
||||
v0.37.0
|
||||
|
|
Loading…
Reference in a new issue