Skip to content

Commit

Permalink
Amazon S3 Encryption Client 3.3.0 Release -- 2024-10-30
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.3...v3.3.0) (2024-10-30)

### Features

* allow configuration of instruction file client, add new top-level client options, disable wrapped multipart upload ([#387](#387)) ([37e772f](37e772f))

### Maintenance

* add ListBucket permission to release role ([#391](#391)) ([fa1e6cc](fa1e6cc))
* **deps-dev:** bump commons-io:commons-io from 2.11.0 to 2.14.0 ([#381](#381)) ([5e03842](5e03842))
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent f3e9162 commit e2fa4a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.3.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.3...v3.3.0) (2024-10-30)

### Features

* allow configuration of instruction file client, add new top-level client options, disable wrapped multipart upload ([#387](https://github.com/aws/aws-s3-encryption-client-java/issues/387)) ([37e772f](https://github.com/aws/aws-s3-encryption-client-java/commit/37e772f06230efcae618b31767dbd4c59c54a6d4))

### Maintenance

* add ListBucket permission to release role ([#391](https://github.com/aws/aws-s3-encryption-client-java/issues/391)) ([fa1e6cc](https://github.com/aws/aws-s3-encryption-client-java/commit/fa1e6cc981c0ecfef5c5b5c8e65472beedfddf66))
* **deps-dev:** bump commons-io:commons-io from 2.11.0 to 2.14.0 ([#381](https://github.com/aws/aws-s3-encryption-client-java/issues/381)) ([5e03842](https://github.com/aws/aws-s3-encryption-client-java/commit/5e038421e0757a72590aa6409932abb0f377ba9c))

## [3.2.3](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.2...v3.2.3) (2024-10-04)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.amazon.encryption.s3</groupId>
<artifactId>amazon-s3-encryption-client-java</artifactId>
<version>3.2.3</version>
<version>3.3.0</version>
<packaging>jar</packaging>

<name>Amazon S3 Encryption Client</name>
Expand Down

0 comments on commit e2fa4a1

Please sign in to comment.