Release v0.25.1
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
e1de48ff67
commit
71b40185a9
2 changed files with 6 additions and 2 deletions
|
@ -4,11 +4,14 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.25.1] - 2022-11-30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Download zip archive when `FilePath` is invalid (#222)
|
- Download zip archive when `FilePath` is invalid (#222)
|
||||||
- Only one peer must be healthy to init pool (#233)
|
- Only one peer must be healthy to init pool (#233)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Debian packaging (#223)
|
||||||
- Timeout for individual operations in streaming RPC (#234)
|
- Timeout for individual operations in streaming RPC (#234)
|
||||||
|
|
||||||
## [0.25.0] - 2022-10-31
|
## [0.25.0] - 2022-10-31
|
||||||
|
@ -243,4 +246,5 @@ releases.
|
||||||
[0.23.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.22.0...v0.23.0
|
[0.23.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.22.0...v0.23.0
|
||||||
[0.24.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.23.0...v0.24.0
|
[0.24.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.23.0...v0.24.0
|
||||||
[0.25.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.24.0...v0.25.0
|
[0.25.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.24.0...v0.25.0
|
||||||
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...master
|
[0.25.1]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...v0.25.1
|
||||||
|
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.1...master
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.25.0
|
v0.25.1
|
||||||
|
|
Loading…
Reference in a new issue