Skip to content

Commit 59027c4

Browse files
Amazon S3 Encryption Client 3.4.0 Release -- 2025-07-30
## [3.4.0](v3.3.5...v3.4.0) (2025-07-30) ### Features * put object with instruction file configured ([#466](#466)) ([99077dc](99077dc)) * reEncryptInstructionFile Implementation ([#475](#475)) ([ff66e72](ff66e72)) * reEncryptInstructionFile Implementation ([#478](#478)) ([f7e6fa5](f7e6fa5)) ### Fixes * Revert "feat: reEncryptInstructionFile Implementation ([#475](#475))" ([#477](#477)) ([6d45ec5](6d45ec5)) ### Maintenance * guard against properties conflicts ([#479](#479)) ([793c73b](793c73b)) * **pom:** fix scm url ([#469](#469)) ([1bc2ca3](1bc2ca3)) * **release:** Migrate release to Central Portal ([#468](#468)) ([da71231](da71231)) * validate against legacy wrapping on client but customer passes keyring with no legacy wrapping ([#473](#473)) ([bb898d1](bb898d1))
1 parent 793c73b commit 59027c4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.3.5...v3.4.0) (2025-07-30)
4+
5+
### Features
6+
7+
* put object with instruction file configured ([#466](https://github.com/aws/aws-s3-encryption-client-java/issues/466)) ([99077dc](https://github.com/aws/aws-s3-encryption-client-java/commit/99077dc699b286022080a5934a2d89a32d777e3a))
8+
* reEncryptInstructionFile Implementation ([#475](https://github.com/aws/aws-s3-encryption-client-java/issues/475)) ([ff66e72](https://github.com/aws/aws-s3-encryption-client-java/commit/ff66e724f8b384077d538c1b6dc08da9cc4deb06))
9+
* reEncryptInstructionFile Implementation ([#478](https://github.com/aws/aws-s3-encryption-client-java/issues/478)) ([f7e6fa5](https://github.com/aws/aws-s3-encryption-client-java/commit/f7e6fa5c490acd0d859713132fd604263e6aa457))
10+
11+
### Fixes
12+
13+
* Revert "feat: reEncryptInstructionFile Implementation ([#475](https://github.com/aws/aws-s3-encryption-client-java/issues/475))" ([#477](https://github.com/aws/aws-s3-encryption-client-java/issues/477)) ([6d45ec5](https://github.com/aws/aws-s3-encryption-client-java/commit/6d45ec53fbdb507d3191f676016056dd30d5d90e))
14+
15+
### Maintenance
16+
17+
* guard against properties conflicts ([#479](https://github.com/aws/aws-s3-encryption-client-java/issues/479)) ([793c73b](https://github.com/aws/aws-s3-encryption-client-java/commit/793c73b284bda5a40ad855a270a328ca322bff13))
18+
* **pom:** fix scm url ([#469](https://github.com/aws/aws-s3-encryption-client-java/issues/469)) ([1bc2ca3](https://github.com/aws/aws-s3-encryption-client-java/commit/1bc2ca399cac16de926b019296fbb30393a915db))
19+
* **release:** Migrate release to Central Portal ([#468](https://github.com/aws/aws-s3-encryption-client-java/issues/468)) ([da71231](https://github.com/aws/aws-s3-encryption-client-java/commit/da712318557ae6d934aced8d04af18889a8ce043))
20+
* validate against legacy wrapping on client but customer passes keyring with no legacy wrapping ([#473](https://github.com/aws/aws-s3-encryption-client-java/issues/473)) ([bb898d1](https://github.com/aws/aws-s3-encryption-client-java/commit/bb898d142cffea91c37b7e01a94aa86795c3c970))
21+
322
## [3.3.5](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.3.4...v3.3.5) (2025-05-21)
423

524
### Fixes

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.3.5</version>
9+
<version>3.4.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)