Skip to content

Commit 46cd0be

Browse files
Amazon S3 Encryption Client 3.1.3 Release -- 2024-06-18
## [3.1.3](v3.1.2...v3.1.3) (2024-06-18) ### Fixes * Ranged gets with RSA keys ([#288](#288)) ([5d7fc31](5d7fc31)) * set bufferSize to 1 when bufferSize is less than or equal to 0 in BoundedStreamBufferer ([#283](#283)) ([adb6d3b](adb6d3b)) ### Maintenance * add support policy ([#236](#236)) ([264168d](264168d))
1 parent 5d7fc31 commit 46cd0be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.3](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.2...v3.1.3) (2024-06-18)
4+
5+
### Fixes
6+
7+
* 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))
8+
* 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))
9+
10+
### Maintenance
11+
12+
* 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))
13+
314
## [3.1.2](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.1...v3.1.2) (2024-03-21)
415

516

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

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

0 commit comments

Comments
 (0)