@@ -4,12 +4,20 @@ This document outlines major changes between releases.
44
55## [ Unreleased]
66
7- ## [ 0.27.3] - 2022-08-29
7+ ## [ 0.27.4] - 2023-09-08
8+
9+ ### Fixed
10+ - missing version Prometheus metric (#269 )
11+
12+ ### Changed
13+ - SDK dependency updated to 1.0.0-rc.11 (#270 )
14+
15+ ## [ 0.27.3] - 2023-08-29
816
917### Fixed
1018- segfault on get_by_attribute request with zero returned results (#265 )
1119
12- ## [ 0.27.2] - 2022 -08-25
20+ ## [ 0.27.2] - 2023 -08-25
1321
1422### Fixed
1523- gateway stopped resolving container names after RPC connection failure (#256 )
@@ -18,15 +26,15 @@ This document outlines major changes between releases.
1826- SDK dependency updated to 1.0.0-rc.10 (#261 )
1927- optimized buffering (#261 )
2028
21- ## [ 0.27.1] - 2022 -06-15
29+ ## [ 0.27.1] - 2023 -06-15
2230
2331### Fixed
2432- "Bad Request" returned for removed objects instead of "Not Found" (#258 )
2533
2634### Changed
2735- SDK dependency updated to 1.0.0-rc.9 (#258 )
2836
29- ## [ 0.27.0] - 2022 -05-19
37+ ## [ 0.27.0] - 2023 -05-19
3038
3139### Added
3240- Version metric (#251 )
@@ -312,4 +320,5 @@ releases.
312320[ 0.27.1 ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.0...v0.27.1
313321[ 0.27.2 ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.1...v0.27.2
314322[ 0.27.3 ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.2...v0.27.3
315- [ Unreleased ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.3...master
323+ [ 0.27.4 ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.3...v0.27.4
324+ [ Unreleased ] : https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.4...master
0 commit comments