File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,21 @@ This document outlines major changes between releases.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.10.0] - 2024-06-10
8
+
9
+ ### Fixed
10
+ - Documentation for the ` server ` section (#220 )
11
+ - "unknown config parameter listen-address" warning (#220 )
12
+
13
+ ### Changed
14
+ - ` external-address ` configuration behavior to include scheme (#218 )
15
+ - Timestamp is no longer logged if program is not running in TTY (#222 )
16
+
7
17
### Updating from 0.9.0
8
18
9
- Notice that the configuration parameter ` external-address ` in the
19
+ Notice that the configuration parameter ` external-address ` in the
10
20
` server.endpoints ` section now also includes the scheme (http/https), not just
11
- the host and port. If ` external-address ` is not set, it will be generated from
21
+ the host and port. If ` external-address ` is not set, it will be generated from
12
22
` address ` and ` tls.enabled ` .
13
23
14
24
## [ 0.9.0] - 2024-05-30
@@ -248,4 +258,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
248
258
[ 0.8.2 ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.1...v0.8.2
249
259
[ 0.8.3 ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.2...v0.8.3
250
260
[ 0.9.0 ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.3...v0.9.0
251
- [ Unreleased ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...master
261
+ [ 0.10.0 ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...v0.10.0
262
+ [ Unreleased ] : https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.0...master
Original file line number Diff line number Diff line change 1
- 0.9 .0
1
+ 0.10 .0
You can’t perform that action at this time.
0 commit comments