Skip to content

Commit

Permalink
CHANGELOG: release 0.34.0 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Dec 30, 2024
2 parents 396ab4a + 9e8164f commit b4a9bad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ This document outlines major changes between releases.
### Added

### Changed
- Disable URI path escaping for presigned URLs (#1046)

### Fixed

### Updated

### Removed

## [0.34.0] - 2024-12-30

### Changed
- Disable URI path escaping for presigned URLs (#1046)

### Updated
- golang.org/x/crypto dependency from 0.26.0 to 0.31.0 (#1044)

### Removed
- Command generate-presigned-url from authmate (#1048)

Expand Down Expand Up @@ -677,4 +686,5 @@ releases.
[0.31.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...v0.31.1
[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
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.33.0...master
[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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.33.0
v0.34.0

0 comments on commit b4a9bad

Please sign in to comment.