forked from TrueCloudLab/frostfs-http-gw
Release v0.26.0
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
6abd500b11
commit
72734ab486
2 changed files with 20 additions and 6 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -4,20 +4,22 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.26.0] - 2022-12-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Download zip archive when `FilePath` is invalid (#222)
|
- ENV config example (#236)
|
||||||
- Only one peer must be healthy to init pool (#233)
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Support the `Date` header on upload (#214)
|
- Support the `Date` header on upload (#214)
|
||||||
|
- Available routes specification (#216)
|
||||||
|
- Mention caching strategy in docs (#215)
|
||||||
- Add error response on attribute duplicates (#221)
|
- Add error response on attribute duplicates (#221)
|
||||||
- Timeout for individual operations in streaming RPC (#234)
|
|
||||||
- Multiple server listeners (#228)
|
- Multiple server listeners (#228)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Deprecated linters (#239)
|
- Deprecated linters (#239)
|
||||||
|
|
||||||
### Updating from v0.25.0
|
### Updating from v0.25.1
|
||||||
Make sure your configuration is valid:
|
Make sure your configuration is valid:
|
||||||
|
|
||||||
If you configure application using environment variables change:
|
If you configure application using environment variables change:
|
||||||
|
@ -30,6 +32,16 @@ If you configure application using `.yaml` file change:
|
||||||
* `tls.cert_file` -> `server.0.tls.cert_file` (and set `server.0.tls.enabled: true`)
|
* `tls.cert_file` -> `server.0.tls.cert_file` (and set `server.0.tls.enabled: true`)
|
||||||
* `tls.key_file` -> `server.0.tls.key_file` (and set `server.0.tls.enabled: true`)
|
* `tls.key_file` -> `server.0.tls.key_file` (and set `server.0.tls.enabled: true`)
|
||||||
|
|
||||||
|
## [0.25.1] - 2022-11-30
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Download zip archive when `FilePath` is invalid (#222)
|
||||||
|
- Only one peer must be healthy to init pool (#233)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Debian packaging (#223)
|
||||||
|
- Timeout for individual operations in streaming RPC (#234)
|
||||||
|
|
||||||
## [0.25.0] - 2022-10-31
|
## [0.25.0] - 2022-10-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -262,4 +274,6 @@ 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
|
||||||
|
[0.26.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.1...v0.26.0
|
||||||
|
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.26.0...master
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.25.0
|
v0.26.0
|
||||||
|
|
Loading…
Reference in a new issue