Release v0.32.0
All checks were successful
/ Builds (pull_request) Successful in 4m31s
/ Vulncheck (pull_request) Successful in 4m28s
/ DCO (pull_request) Successful in 9m59s
/ Lint (pull_request) Successful in 12m15s
/ Tests (pull_request) Successful in 10m43s

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2024-12-20 13:49:13 +03:00
parent a658f3adc0
commit 53c8f8bcb7
2 changed files with 16 additions and 2 deletions

View file

@ -4,6 +4,19 @@ This document outlines major changes between releases.
## [Unreleased]
## [0.32.0] - Rongbuk - 2024-12-20
### Fixed
- Getting S3 object with FrostFS Object ID-like key (#166)
- Ignore delete marked objects in versioned bucket in index page (#181)
### Added
- Metric of dropped logs by log sampler (#150)
- Fallback FileName attribute search during FilePath attribute search (#174)
### Changed
- Updated tree service pool without api-go dependency (#178)
## [0.31.0] - Rongbuk - 2024-11-20
### Fixed
@ -170,4 +183,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
[0.30.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...v0.30.2
[0.30.3]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.2...v0.30.3
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.3...v0.31.0
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...master
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...v0.32.0
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.0...master

View file

@ -1 +1 @@
v0.31.0
v0.32.0