Skip to content

Commit 3f0fa91

Browse files
Amazon S3 Encryption Client 4.0.1 Release -- 2026-02-10
## [4.0.1](v4.0.0...v4.0.1) (2026-02-10) ### Fixes * set instruction file content length ([b76c281](b76c281)) ### Maintenance * fix examples & spec path ([#493](#493)) ([a95aa3f](a95aa3f))
1 parent a95aa3f commit 3f0fa91

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [4.0.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v4.0.0...v4.0.1) (2026-02-10)
4+
5+
### Fixes
6+
7+
* set instruction file content length ([b76c281](https://github.com/aws/aws-s3-encryption-client-java/commit/b76c2812b856eb1528eb83bbdf8d7e6ead80016e))
8+
9+
### Maintenance
10+
11+
* fix examples & spec path ([#493](https://github.com/aws/aws-s3-encryption-client-java/issues/493)) ([a95aa3f](https://github.com/aws/aws-s3-encryption-client-java/commit/a95aa3fddb5abf4e17551c0ef3c247c7a43edf40))
12+
313
## [4.0.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.6.0...v4.0.0) (2025-12-17)
414

515
### ⚠ BREAKING CHANGES

migration_examples/v3-to-v4/v4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.target>8</maven.compiler.target>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<aws.sdk.version>2.31.14</aws.sdk.version>
20-
<s3ec.version>4.0.0</s3ec.version>
20+
<s3ec.version>4.0.1</s3ec.version>
2121
</properties>
2222

2323
<dependencies>

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>4.0.0</version>
9+
<version>4.0.1</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)