Skip to content

Commit 3b1699d

Browse files
AWS Encryption SDK 3.0.2 Release -- 2025-06-04
## [3.0.2](v3.0.1...v3.0.2) (2025-06-04) ### Fixes * **AwsCrypto:** remove pre-mature Deprecation notices ([#2118](#2118)) ([4a19b04](4a19b04)) * do not truncate encrypted streams when offset is greater than zero ([#2113](#2113)) ([adb0a42](adb0a42)) * guard against null version and change property name to avoid conflicts ([#2116](#2116)) ([313caa7](313caa7)) ### Maintenance * add a test for offset against BlockEncryptionHandler ([#2115](#2115)) ([08cf1a3](08cf1a3)) * bump to latest mpl ([#2046](#2046)) ([6dd2d12](6dd2d12)) * **cfn:** Sonatype Migration to User Tokens; updated policies for CI project ([#2043](#2043)) ([7cfe049](7cfe049)) * **deps-dev:** bump commons-io:commons-io from 2.11.0 to 2.14.0 ([#2047](#2047)) ([1695a39](1695a39)) * **examples:** Shared cache across Hierarchical Keyrings ([#2045](#2045)) ([fd00cd0](fd00cd0)) * fix semantic release installation ([#2119](#2119)) ([0586279](0586279)) * **JavaDocs:** detail thread saftey of SDK Client Builders ([#2048](#2048)) ([86d5b62](86d5b62)) * move release to Nexus Central ([#2117](#2117)) ([9e91dad](9e91dad))
1 parent 0586279 commit 3b1699d

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
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.0.2](https://github.com/aws/aws-encryption-sdk-java/compare/v3.0.1...v3.0.2) (2025-06-04)
4+
5+
### Fixes
6+
7+
* **AwsCrypto:** remove pre-mature Deprecation notices ([#2118](https://github.com/aws/aws-encryption-sdk-java/issues/2118)) ([4a19b04](https://github.com/aws/aws-encryption-sdk-java/commit/4a19b041a592e299f02d26a3625c5b5bc810897e))
8+
* do not truncate encrypted streams when offset is greater than zero ([#2113](https://github.com/aws/aws-encryption-sdk-java/issues/2113)) ([adb0a42](https://github.com/aws/aws-encryption-sdk-java/commit/adb0a42dd23946b47d5486377fc2b560ebb18b0f))
9+
* guard against null version and change property name to avoid conflicts ([#2116](https://github.com/aws/aws-encryption-sdk-java/issues/2116)) ([313caa7](https://github.com/aws/aws-encryption-sdk-java/commit/313caa7d24f86c875448dafd633cc74dc6d619c7))
10+
11+
### Maintenance
12+
13+
* add a test for offset against BlockEncryptionHandler ([#2115](https://github.com/aws/aws-encryption-sdk-java/issues/2115)) ([08cf1a3](https://github.com/aws/aws-encryption-sdk-java/commit/08cf1a333727f938f0a9d01b6605e38a89f6d099))
14+
* bump to latest mpl ([#2046](https://github.com/aws/aws-encryption-sdk-java/issues/2046)) ([6dd2d12](https://github.com/aws/aws-encryption-sdk-java/commit/6dd2d128c96b4936c169966d911a19e63c976153))
15+
* **cfn:** Sonatype Migration to User Tokens; updated policies for CI project ([#2043](https://github.com/aws/aws-encryption-sdk-java/issues/2043)) ([7cfe049](https://github.com/aws/aws-encryption-sdk-java/commit/7cfe049eeadc6c2c6d5eafa36f2ecd6e9f855302))
16+
* **deps-dev:** bump commons-io:commons-io from 2.11.0 to 2.14.0 ([#2047](https://github.com/aws/aws-encryption-sdk-java/issues/2047)) ([1695a39](https://github.com/aws/aws-encryption-sdk-java/commit/1695a395692c0a42fd9149d4b1b7bc66df24d6d8))
17+
* **examples:** Shared cache across Hierarchical Keyrings ([#2045](https://github.com/aws/aws-encryption-sdk-java/issues/2045)) ([fd00cd0](https://github.com/aws/aws-encryption-sdk-java/commit/fd00cd0e08f39a3ace414472a99f57b92e51be14))
18+
* fix semantic release installation ([#2119](https://github.com/aws/aws-encryption-sdk-java/issues/2119)) ([0586279](https://github.com/aws/aws-encryption-sdk-java/commit/0586279c7842b9680aaa7080ddca55f1ff3e6707))
19+
* **JavaDocs:** detail thread saftey of SDK Client Builders ([#2048](https://github.com/aws/aws-encryption-sdk-java/issues/2048)) ([86d5b62](https://github.com/aws/aws-encryption-sdk-java/commit/86d5b6275782eef2690823dbc7000f9aa2153a94))
20+
* move release to Nexus Central ([#2117](https://github.com/aws/aws-encryption-sdk-java/issues/2117)) ([9e91dad](https://github.com/aws/aws-encryption-sdk-java/commit/9e91dade73f3b7fd165312e123cdfbe7dbd44483))
21+
322
## [3.0.1](https://github.com/aws/aws-encryption-sdk-java/compare/v3.0.0...v3.0.1) (2024-06-12)
423

524
### Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use the AWS Encryption SDK for Java you must have:
3939
<dependency>
4040
<groupId>software.amazon.awssdk</groupId>
4141
<artifactId>bom</artifactId>
42-
<version>3.0.1</version>
42+
<version>3.0.2</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>
@@ -49,12 +49,12 @@ To use the AWS Encryption SDK for Java you must have:
4949
<dependency>
5050
<groupId>com.amazonaws</groupId>
5151
<artifactId>aws-encryption-sdk-java</artifactId>
52-
<version>3.0.1</version>
52+
<version>3.0.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>software.amazon.cryptography</groupId>
5656
<artifactId>aws-cryptographic-material-providers</artifactId>
57-
<version>3.0.1</version>
57+
<version>3.0.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>software.amazon.awssdk</groupId>
@@ -68,7 +68,7 @@ To use the AWS Encryption SDK for Java you must have:
6868
<dependency>
6969
<groupId>com.amazonaws</groupId>
7070
<artifactId>aws-java-sdk</artifactId>
71-
<version>3.0.1</version>
71+
<version>3.0.2</version>
7272
<optional>true</optional>
7373
</dependency>
7474
</dependencies>

pom.xml

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

55
<groupId>com.amazonaws</groupId>
66
<artifactId>aws-encryption-sdk-java</artifactId>
7-
<version>3.0.1</version>
7+
<version>3.0.2</version>
88
<packaging>jar</packaging>
99

1010
<name>aws-encryption-sdk-java</name>

0 commit comments

Comments
 (0)