Release v0.25.0

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
support/v0.25
Alexey Vanin 2022-10-26 14:17:50 +03:00 committed by Alex Vanin
parent f6b94c25c5
commit 8573b3efc4
2 changed files with 21 additions and 4 deletions

View File

@ -4,14 +4,30 @@ This document outlines major changes between releases.
## [Unreleased] ## [Unreleased]
### Added ## [0.25.0] - 2022-10-31
- Stop pool dial on SIGINT (#712)
### Fixed ### Fixed
- Legal hold object lock enabling (#709)
- Errors at object locking (#719)
- Unrestricted access to not owned objects via cache (#713) - Unrestricted access to not owned objects via cache (#713)
- Check tree service health (#699) - Check tree service health (#699)
- Bucket names in listing (#733) - Bucket names in listing (#733)
### Added
- Config reloading on SIGHUP (#702, #715, #716)
- Stop pool dial on SIGINT (#712)
### Changed
- GitHub actions update (#710)
- Makefile help (#725)
- Optimized object tags setting (#669)
- Improved logging (#728)
- Unified unit test names (#617)
- Improved docs (#732)
### Removed
- Unused cache methods (#650)
### Updating from v0.24.0 ### Updating from v0.24.0
New config parameters were added. Make sure the default parameters are appropriate for you. New config parameters were added. Make sure the default parameters are appropriate for you.
@ -343,4 +359,5 @@ releases.
[0.22.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.1...v0.22.0 [0.22.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.1...v0.22.0
[0.23.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.22.0...v0.23.0 [0.23.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.22.0...v0.23.0
[0.24.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.23.0...v0.24.0 [0.24.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.23.0...v0.24.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.24.0...master [0.25.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.24.0...v0.25.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.25.0...master

View File

@ -1 +1 @@
v0.24.0 v0.25.0