Skip to content

Commit

Permalink
CHANGELOG: release 0.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Oct 1, 2024
1 parent eecea8f commit 9f4de5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ This document outlines major changes between releases.
## [Unreleased]

### Added
- Config option placement_policy.locations as alternative for placement_policy.region_mapping (#989)

### Changed

### Fixed

### Updated

## [0.32.0] - 2024-10-01

### Added
- placement_policy.locations config option (#989)
- Placement policy search using contract (#999)

### Fixed
- Reading chunked payload if header content-encoding: aws-chunked is not set (#1009)

## [0.31.1] - 2024-09-13

### Added
Expand Down Expand Up @@ -648,4 +656,5 @@ releases.
[0.30.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.0...v0.30.1
[0.31.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...v0.31.0
[0.31.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...v0.31.1
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.1...master
[0.32.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.1...v0.32.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.32.0...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.31.1
v0.32.0

0 comments on commit 9f4de5d

Please sign in to comment.