Skip to content

Commit

Permalink
Merge pull request #223 from nspcc-dev/rel-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Jun 10, 2024
2 parents d7e7a9e + 8b9facd commit 8b3dab2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ This document outlines major changes between releases.

## [Unreleased]

## [0.10.0] - 2024-06-10

### Fixed
- Documentation for the `server` section (#220)
- "unknown config parameter listen-address" warning (#220)

### Changed
- `external-address` configuration behavior to include scheme (#218)
- Timestamp is no longer logged if program is not running in TTY (#222)

### Updating from 0.9.0

Notice that the configuration parameter `external-address` in the
Notice that the configuration parameter `external-address` in the
`server.endpoints` section now also includes the scheme (http/https), not just
the host and port. If `external-address` is not set, it will be generated from
the host and port. If `external-address` is not set, it will be generated from
`address` and `tls.enabled`.

## [0.9.0] - 2024-05-30
Expand Down Expand Up @@ -248,4 +258,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
[0.8.2]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.1...v0.8.2
[0.8.3]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.2...v0.8.3
[0.9.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.8.3...v0.9.0
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...master
[0.10.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...v0.10.0
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.0...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0

0 comments on commit 8b3dab2

Please sign in to comment.