Skip to content

CHANGELOG: release 0.37.0 #1165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,52 @@ This document outlines major changes between releases.

## [Unreleased]

### Added

### Changed

### Fixed

### Updated

### Removed

### Upgrading from 0.37.0

## [0.37.0] - 2025-05-12

### Added
- Support of `x-amz-content-sha256` header with `STREAMING-UNSIGNED-PAYLOAD-TRAILER` value (#1028)
- Fetching metadata consistency policy from contract (#1150)

### Changed
- AWS SDK migrated to V2 (#1028)
- Request-related metrics are histograms now (#1127)
- Bucket ownership settings moved from EACL to bucket settings meta objects (#1120)
- Bucket settings data is versioned now (#1143)
- Unified prefixes for object attributes (#1145)
- Peers list definition in config files (#1149)
- Object's Epoch attribute is no longer considered when sorting (only timestamp is used, #1163)
- ChaCha20-Poly1305 is replaced by AES for access boxes (#1136)

### Fixed
- Requirement to pass Content-MD5 header when deleting multiple objects (#1113)
- Missing prefix in ListObjectVersions result (#1128)
- Duplicates in object listings (#1133)
- Incorrect ownership of multipart upload metadata objects (#1139)
- Homomorphic hashing enabled for new bucket when it's disabled network-wide (#1138)
- Attempt to list whole bucket when removing it (#1157)

### Updated
- AWS SDK to V2 (#1028)

### Removed
- MetaMultipartType object attribute (#1146)

## Upgrading from 0.36.1
### Upgrading from 0.36.1
authmate tool "reset-bucket-acl" command was updated to clean redundant EACL records. These settings were moved to
bucket settings object.

Updating peers config should be done from old format:
Please change peer config from the old format:
```yaml
peers:
0:
Expand Down Expand Up @@ -790,4 +817,5 @@ releases.
[0.35.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.34.1...v0.35.0
[0.36.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.35.0...v0.36.0
[0.36.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.36.0...v0.36.1
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.36.1...master
[0.37.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.36.1...v0.37.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.37.0...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.36.1
v0.37.0
Loading