Skip to content

Commit 176200c

Browse files
Amazon S3 Encryption Client 3.5.0 Release -- 2025-10-27
## [3.5.0](v3.4.0...v3.5.0) (2025-10-27) ### Features * allow raw keyrings to decrypt with multiple wrapping keys ([#485](#485)) ([a78cb52](a78cb52)) ### Maintenance * add client specification and Duvet annotations ([#481](#481)) ([1bd8b7a](1bd8b7a)) * move spec submodule to master, update annotations ([#482](#482)) ([cc9eafc](cc9eafc)) * **release:** skip openjdk11 during release validation ([#487](#487)) ([a210653](a210653)) * **spec:** add spec and Duvet annotations for KmsKeyring ([#483](#483)) ([ab41a57](ab41a57))
1 parent a210653 commit 176200c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.4.0...v3.5.0) (2025-10-27)
4+
5+
### Features
6+
7+
* allow raw keyrings to decrypt with multiple wrapping keys ([#485](https://github.com/aws/aws-s3-encryption-client-java/issues/485)) ([a78cb52](https://github.com/aws/aws-s3-encryption-client-java/commit/a78cb522489af90c65dba0e83e2c3803aefacb3f))
8+
9+
### Maintenance
10+
11+
* add client specification and Duvet annotations ([#481](https://github.com/aws/aws-s3-encryption-client-java/issues/481)) ([1bd8b7a](https://github.com/aws/aws-s3-encryption-client-java/commit/1bd8b7a61500080735d90bbff0ab19af35ff0a6a))
12+
* move spec submodule to master, update annotations ([#482](https://github.com/aws/aws-s3-encryption-client-java/issues/482)) ([cc9eafc](https://github.com/aws/aws-s3-encryption-client-java/commit/cc9eafc9649ded342ee2536d77d949469c9066ad))
13+
* **release:** skip openjdk11 during release validation ([#487](https://github.com/aws/aws-s3-encryption-client-java/issues/487)) ([a210653](https://github.com/aws/aws-s3-encryption-client-java/commit/a210653476c2628e0cd2f04e7370187c08c8b1ec))
14+
* **spec:** add spec and Duvet annotations for KmsKeyring ([#483](https://github.com/aws/aws-s3-encryption-client-java/issues/483)) ([ab41a57](https://github.com/aws/aws-s3-encryption-client-java/commit/ab41a57882f674768c4f528a9069cf69aeb9a53f))
15+
316
## [3.4.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.3.5...v3.4.0) (2025-07-30)
417

518
### Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.encryption.s3</groupId>
88
<artifactId>amazon-s3-encryption-client-java</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.5.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Amazon S3 Encryption Client</name>

0 commit comments

Comments
 (0)