Skip to content

Commit

Permalink
Amazon S3 Encryption Client 3.1.3 Release -- 2024-06-18
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent 5d7fc31 commit 46cd0be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.amazon.encryption.s3</groupId>
<artifactId>amazon-s3-encryption-client-java</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<packaging>jar</packaging>

<name>Amazon S3 Encryption Client</name>
Expand Down

0 comments on commit 46cd0be

Please sign in to comment.