Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 1794e39

Browse files
alexvaninKira
authored andcommitted
Release v0.26.0
Signed-off-by: Alex Vanin <[email protected]>
1 parent f88fe10 commit 1794e39

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ This document outlines major changes between releases.
44

55
## [Unreleased]
66

7+
## [0.26.0] - 2022-12-28
8+
79
### Fixed
8-
- Download zip archive when `FilePath` is invalid (#222)
9-
- Only one peer must be healthy to init pool (#233)
10+
- ENV config example (#236)
1011

1112
### Added
1213
- Support the `Date` header on upload (#214)
14+
- Available routes specification (#216)
15+
- Mention caching strategy in docs (#215)
1316
- Add error response on attribute duplicates (#221)
14-
- Timeout for individual operations in streaming RPC (#234)
1517
- Multiple server listeners (#228)
1618

1719
### Removed
1820
- Deprecated linters (#239)
1921

20-
### Updating from v0.25.0
22+
### Updating from v0.25.1
2123
Make sure your configuration is valid:
2224

2325
If you configure application using environment variables change:
@@ -30,6 +32,16 @@ If you configure application using `.yaml` file change:
3032
* `tls.cert_file` -> `server.0.tls.cert_file` (and set `server.0.tls.enabled: true`)
3133
* `tls.key_file` -> `server.0.tls.key_file` (and set `server.0.tls.enabled: true`)
3234

35+
## [0.25.1] - 2022-11-30
36+
37+
### Fixed
38+
- Download zip archive when `FilePath` is invalid (#222)
39+
- Only one peer must be healthy to init pool (#233)
40+
41+
### Added
42+
- Debian packaging (#223)
43+
- Timeout for individual operations in streaming RPC (#234)
44+
3345
## [0.25.0] - 2022-10-31
3446

3547
### Added
@@ -262,4 +274,6 @@ releases.
262274
[0.23.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.22.0...v0.23.0
263275
[0.24.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.23.0...v0.24.0
264276
[0.25.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.24.0...v0.25.0
265-
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...master
277+
[0.25.1]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...v0.25.1
278+
[0.26.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.1...v0.26.0
279+
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.26.0...master

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.25.0
1+
v0.26.0

0 commit comments

Comments
 (0)