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 <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Oct 1, 2024
1 parent eecea8f commit ef3fb4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This document outlines major changes between releases.

## [Unreleased]

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

### Changed

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

### Updated
- Linter rules (#1004)

## [0.32.0] - 2024-10-01

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

Expand Down Expand Up @@ -648,4 +662,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 ef3fb4f

Please sign in to comment.