[#1025] Fill last releases changelog
DCO action / DCO (pull_request) Successful in 3m51s Details
Vulncheck / Vulncheck (pull_request) Successful in 5m9s Details
Build / Build Components (1.21) (pull_request) Successful in 5m56s Details
Build / Build Components (1.20) (pull_request) Successful in 6m5s Details
Tests and linters / Staticcheck (pull_request) Successful in 6m44s Details
Tests and linters / gopls check (pull_request) Successful in 7m31s Details
Tests and linters / Lint (pull_request) Successful in 7m57s Details
Tests and linters / Tests (1.20) (pull_request) Successful in 9m7s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 9m34s Details
Tests and linters / Tests with -race (pull_request) Successful in 10m32s Details

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/1025/head v0.38.0-rc.2
Evgenii Stratonikov 2024-03-05 11:14:21 +03:00
parent 702351a5d1
commit c6f0545298
1 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,36 @@ Changelog for FrostFS Node
## [Unreleased]
### Added
### Changed
### Fixed
### Removed
### Updated
## [v0.38.0-rc.2]
### Added
- Add `trace_id` to logs in `frostfs-node` (#146)
- Allow to forcefully remove container from IR (#733)
- LOKI support (#740)
- Allow sealing writecache (#569)
- Support tree service in data evacuation (#947)
- Use new policy engine mechanism for access control (#770, #804)
### Changed
- Sort output in `frostfs-cli` subcommands (#333)
- Send bootstrap query at each epoch tick (#721)
- Do not retain garbage in fstree on systems supporting O_TMPFILE (#970)
### Fixed
- Handle synchronization failures better in tree service (#741)
- Fix invalid batch size for iterator traversal in morph (#1000)
### Updated
- `neo-go` to `v0.105.0`
## [v0.37.0]
### Added
- Support impersonate bearer token (#229)
- Change log level on SIGHUP for ir (#125)