Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: release 0.11.1 #255

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ This document outlines major changes between releases.

### Updated

## [0.11.1] - 2024-10-28

### Changed
- Network settings are cached now for faster processing (#251)

### Fixed
- Gateway not reacting to network settings changes (#251)
- Incorrect request for container creation hangs indefinitely (#253)
- Incorrect HTTP codes returned in many cases (#252, #253)

## [0.11.0] - 2024-08-28

### Added
Expand Down Expand Up @@ -299,4 +309,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
[0.10.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...v0.10.0
[0.10.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.0...v0.10.1
[0.11.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.1...v0.11.0
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.0...master
[0.11.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.0...v0.11.1
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.1...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
Loading