Release v0.39.0 #1131

Merged
fyrchik merged 1 commits from fyrchik/frostfs-node:release-039 into master 2024-05-14 14:31:07 +00:00
2 changed files with 20 additions and 1 deletions

View File

@ -9,6 +9,25 @@ Changelog for FrostFS Node
### Removed
### 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]
### Added

View File

@ -1 +1 @@
v0.38.0
v0.39.0