forked from TrueCloudLab/frostfs-node
Release v0.40.0
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
5aacb8fc86
commit
f2d2908745
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -9,6 +9,20 @@ Changelog for FrostFS Node
|
||||||
### Removed
|
### Removed
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
## [v0.40.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support EC chunk reconstruction in policer (#1129)
|
||||||
|
- Support LOCK, DELETE and SEARCH methods on EC objects (#1147, 1144)
|
||||||
|
- apemanager service to manage APE chains (#1105)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Properly verify GetRangeHash response (#1083)
|
||||||
|
- Send `MONOTONIC_USEC` in sdnotify on reload (#1135)
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- neo-go to `v0.106.0`
|
||||||
|
|
||||||
## [v0.39.0]
|
## [v0.39.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.39.0
|
v0.40.0
|
||||||
|
|
Loading…
Reference in a new issue