Skip to content

Commit 8b3dab2

Browse files
authored
Merge pull request #223 from nspcc-dev/rel-0.10.0
2 parents d7e7a9e + 8b9facd commit 8b3dab2

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ This document outlines major changes between releases.
44

55
## [Unreleased]
66

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+
717
### Updating from 0.9.0
818

9-
Notice that the configuration parameter `external-address` in the
19+
Notice that the configuration parameter `external-address` in the
1020
`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
1222
`address` and `tls.enabled`.
1323

1424
## [0.9.0] - 2024-05-30
@@ -248,4 +258,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
248258
[0.8.2]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.1...v0.8.2
249259
[0.8.3]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.2...v0.8.3
250260
[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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

0 commit comments

Comments
 (0)