From 46cd0be78c8db0efe436892218db7c86a92ecab6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jun 2024 19:09:53 +0000 Subject: [PATCH] Amazon S3 Encryption Client 3.1.3 Release -- 2024-06-18 ## [3.1.3](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.2...v3.1.3) (2024-06-18) ### Fixes * Ranged gets with RSA keys ([#288](https://github.com/aws/aws-s3-encryption-client-java/issues/288)) ([5d7fc31](https://github.com/aws/aws-s3-encryption-client-java/commit/5d7fc316ea84226b14dc4ae84cf5571d4bc88f6a)) * set bufferSize to 1 when bufferSize is less than or equal to 0 in BoundedStreamBufferer ([#283](https://github.com/aws/aws-s3-encryption-client-java/issues/283)) ([adb6d3b](https://github.com/aws/aws-s3-encryption-client-java/commit/adb6d3b7e6548c6ced848c7732e439cabaac1afc)) ### Maintenance * add support policy ([#236](https://github.com/aws/aws-s3-encryption-client-java/issues/236)) ([264168d](https://github.com/aws/aws-s3-encryption-client-java/commit/264168d9016a904ccbe1a3110f67feeec732af0b)) --- CHANGELOG.md | 11 +++++++++++ pom.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb403fa61..d16457d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.1.3](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.2...v3.1.3) (2024-06-18) + +### Fixes + +* Ranged gets with RSA keys ([#288](https://github.com/aws/aws-s3-encryption-client-java/issues/288)) ([5d7fc31](https://github.com/aws/aws-s3-encryption-client-java/commit/5d7fc316ea84226b14dc4ae84cf5571d4bc88f6a)) +* set bufferSize to 1 when bufferSize is less than or equal to 0 in BoundedStreamBufferer ([#283](https://github.com/aws/aws-s3-encryption-client-java/issues/283)) ([adb6d3b](https://github.com/aws/aws-s3-encryption-client-java/commit/adb6d3b7e6548c6ced848c7732e439cabaac1afc)) + +### Maintenance + +* add support policy ([#236](https://github.com/aws/aws-s3-encryption-client-java/issues/236)) ([264168d](https://github.com/aws/aws-s3-encryption-client-java/commit/264168d9016a904ccbe1a3110f67feeec732af0b)) + ## [3.1.2](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.1...v3.1.2) (2024-03-21) diff --git a/pom.xml b/pom.xml index 70dd14af2..f11c0f1b5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ software.amazon.encryption.s3 amazon-s3-encryption-client-java - 3.1.2 + 3.1.3 jar Amazon S3 Encryption Client