File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
migration_examples/v3-to-v4/v4 Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments