Skip to content

Commit c549f4c

Browse files
committed
CHANGELOG: release 0.11.1
Signed-off-by: Roman Khimov <roman@nspcc.ru>
1 parent 84bdfa8 commit c549f4c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ This document outlines major changes between releases.
1414

1515
### Updated
1616

17+
## [0.11.1] - 2024-10-28
18+
19+
### Changed
20+
- Network settings are cached now for faster processing (#251)
21+
22+
### Fixed
23+
- Gateway not reacting to network settings changes (#251)
24+
- Incorrect request for container creation hangs indefinitely (#253)
25+
- Incorrect HTTP codes returned in many cases (#252, #253)
26+
1727
## [0.11.0] - 2024-08-28
1828

1929
### Added
@@ -299,4 +309,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
299309
[0.10.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.9.0...v0.10.0
300310
[0.10.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.0...v0.10.1
301311
[0.11.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.10.1...v0.11.0
302-
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.0...master
312+
[0.11.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.0...v0.11.1
313+
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.11.1...master

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

0 commit comments

Comments
 (0)