Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #271 from nspcc-dev/rel-0.27.4
Browse files Browse the repository at this point in the history
CHANGELOG: release 0.27.4
  • Loading branch information
roman-khimov authored Sep 8, 2023
2 parents 237f0a9 + ab0e0aa commit 6e637e9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ This document outlines major changes between releases.

## [Unreleased]

## [0.27.3] - 2022-08-29
## [0.27.4] - 2023-09-08

### Fixed
- missing version Prometheus metric (#269)

### Changed
- SDK dependency updated to 1.0.0-rc.11 (#270)

## [0.27.3] - 2023-08-29

### Fixed
- segfault on get_by_attribute request with zero returned results (#265)

## [0.27.2] - 2022-08-25
## [0.27.2] - 2023-08-25

### Fixed
- gateway stopped resolving container names after RPC connection failure (#256)
Expand All @@ -18,15 +26,15 @@ This document outlines major changes between releases.
- SDK dependency updated to 1.0.0-rc.10 (#261)
- optimized buffering (#261)

## [0.27.1] - 2022-06-15
## [0.27.1] - 2023-06-15

### Fixed
- "Bad Request" returned for removed objects instead of "Not Found" (#258)

### Changed
- SDK dependency updated to 1.0.0-rc.9 (#258)

## [0.27.0] - 2022-05-19
## [0.27.0] - 2023-05-19

### Added
- Version metric (#251)
Expand Down Expand Up @@ -312,4 +320,5 @@ releases.
[0.27.1]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.0...v0.27.1
[0.27.2]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.1...v0.27.2
[0.27.3]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.2...v0.27.3
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.3...master
[0.27.4]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.3...v0.27.4
[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.27.4...master

0 comments on commit 6e637e9

Please sign in to comment.