[#102] Port release v0.28.1 changelog
/ DCO (pull_request) Successful in 2m20s Details
/ Vulncheck (pull_request) Successful in 2m44s Details
/ Builds (1.20) (pull_request) Successful in 3m39s Details
/ Builds (1.21) (pull_request) Successful in 3m11s Details
/ Lint (pull_request) Successful in 5m4s Details
/ Tests (1.20) (pull_request) Successful in 3m20s Details
/ Tests (1.21) (pull_request) Successful in 3m10s Details

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/102/head
Alexey Vanin 2024-01-24 15:06:26 +03:00
parent 2c95250f72
commit 4049255eed
2 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,14 @@ This document outlines major changes between releases.
## [Unreleased]
## [0.28.1] - 2024-01-24
### Added
- Tree pool traversal limit (#92)
### Update from 0.28.0
See new `frostfs.tree_pool_max_attempts` config parameter.
### Fixed
- Fix possibility of panic during SIGHUP (#99)
@ -88,4 +96,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
[0.27.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/72734ab4...v0.27.0
[0.28.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.27.0...v0.28.0
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.0...master
[0.28.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.0...v0.28.1
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.1...master

View File

@ -1 +1 @@
v0.28.0
v0.28.1