Skip to content

Commit

Permalink
CHANGELOG: release 0.34.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Jan 26, 2025
1 parent 32979dc commit 355ce91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ This document outlines major changes between releases.

### Removed

## [0.34.1] - 2025-01-27

### Fixed
- CopyObject returning "duplicate attributes" error in some cases (#1058)
- EACL overflow in CopyObject (#1061)

## Upgrading from 0.34.0
authmate tool was extended with "reset-bucket-acl" command to fix erroneously
big EACLs in containers, use it in case you have a container with this problem.

## [0.34.0] - 2024-12-30

### Changed
Expand Down Expand Up @@ -687,4 +697,5 @@ releases.
[0.32.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.1...v0.32.0
[0.33.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.32.0...v0.33.0
[0.34.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.33.0...v0.34.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.34.0...master
[0.34.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.34.0...v0.34.1
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.34.1...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.34.0
v0.34.1

0 comments on commit 355ce91

Please sign in to comment.