[#203] Port changelog from support branch
All checks were successful
/ DCO (pull_request) Successful in 47s
/ Vulncheck (pull_request) Successful in 51s
/ Builds (pull_request) Successful in 1m5s
/ OCI image (pull_request) Successful in 1m27s
/ Lint (pull_request) Successful in 2m26s
/ Tests (pull_request) Successful in 54s
/ Integration tests (pull_request) Successful in 5m43s
All checks were successful
/ DCO (pull_request) Successful in 47s
/ Vulncheck (pull_request) Successful in 51s
/ Builds (pull_request) Successful in 1m5s
/ OCI image (pull_request) Successful in 1m27s
/ Lint (pull_request) Successful in 2m26s
/ Tests (pull_request) Successful in 54s
/ Integration tests (pull_request) Successful in 5m43s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
96122187f3
commit
410ac6872b
2 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,11 @@ This document outlines major changes between releases.
|
||||||
### Added
|
### Added
|
||||||
- Add handling quota limit reached error (#187)
|
- Add handling quota limit reached error (#187)
|
||||||
|
|
||||||
|
## [0.32.2] - 2025-01-31
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Possible memory leak in gRPC client (#202)
|
||||||
|
|
||||||
## [0.32.1] - 2025-01-27
|
## [0.32.1] - 2025-01-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -193,4 +198,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
||||||
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.3...v0.31.0
|
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.3...v0.31.0
|
||||||
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...v0.32.0
|
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...v0.32.0
|
||||||
[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.0...v0.32.1
|
[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.0...v0.32.1
|
||||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.1...master
|
[0.32.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.1...v0.32.2
|
||||||
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.2...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.32.1
|
v0.32.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue