forked from TrueCloudLab/frostfs-node
Release v0.39.0
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
6e71ae3bda
commit
d0f64c23a5
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -9,6 +9,25 @@ Changelog for FrostFS Node
|
||||||
### Removed
|
### Removed
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
## [v0.39.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Preliminary erasure coding support (#1065, #1112, #1103, #1120)
|
||||||
|
- TTL cache for blobovnicza tree (#1004)
|
||||||
|
- Cache for frostfsid and policy contracts (#1117)
|
||||||
|
- Writecache path to metric labels (#966)
|
||||||
|
- Documentation for authentication mechanisms (#1097, #1104)
|
||||||
|
- Metrics for metabase resync status (#1029)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Speed up metabase resync (#1024)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Possible panic in GET_RANGE (#1077)
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- Minimum required Go version to 1.21
|
||||||
|
|
||||||
## [v0.38.0]
|
## [v0.38.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.38.0
|
v0.39.0
|
||||||
|
|
Loading…
Reference in a new issue