Skip to content

Commit 0ec624e

Browse files
Amazon S3 Encryption Client 2.3.0 Release -- $(date +%Y-%m-%d)
## [2.3.0](v2.2.0...v2.3.0) (2023-03-13) ### Features * implement BufferedCipherSubscriber to enforce buffered decrypti… ([#99](#99)) ([87411c8](87411c8)) ### Maintenance * add a new test class for ranged gets using the CRT client ([#104](#104)) ([9b244be](9b244be)) ### Fixes * handle contentLength in request object ([#106](#106)) ([58ee9bc](58ee9bc)) * regression in ranged gets when using buffered subscriber ([#107](#107)) ([ebcddbf](ebcddbf)) * remove duplicate call to appendTestPrefix in deleteObjects ([#97](#97)) ([62953a6](62953a6)) * Revert "feat: Add S3CrtAsyncClient as MultipartPutobject ([#90](#90))" ([#103](#103)) ([93011f2](93011f2)) * update README to reflect option split ([#105](#105)) ([5efabf8](5efabf8))
1 parent 40a38f9 commit 0ec624e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v2.2.0...v2.3.0) (2023-03-13)
4+
5+
6+
### Features
7+
8+
* implement BufferedCipherSubscriber to enforce buffered decrypti… ([#99](https://github.com/aws/aws-s3-encryption-client-java/issues/99)) ([87411c8](https://github.com/aws/aws-s3-encryption-client-java/commit/87411c83d43761ec8548d77287585cca99b8aeaa))
9+
10+
11+
### Maintenance
12+
13+
* add a new test class for ranged gets using the CRT client ([#104](https://github.com/aws/aws-s3-encryption-client-java/issues/104)) ([9b244be](https://github.com/aws/aws-s3-encryption-client-java/commit/9b244be7a40527e69942ace7137cb0898eb8411f))
14+
15+
16+
### Fixes
17+
18+
* handle contentLength in request object ([#106](https://github.com/aws/aws-s3-encryption-client-java/issues/106)) ([58ee9bc](https://github.com/aws/aws-s3-encryption-client-java/commit/58ee9bc1e97ff52854edd2f6e0c28a3f7e31e38a))
19+
* regression in ranged gets when using buffered subscriber ([#107](https://github.com/aws/aws-s3-encryption-client-java/issues/107)) ([ebcddbf](https://github.com/aws/aws-s3-encryption-client-java/commit/ebcddbf4a0fdd2c1c3327f50119d4dec009abf97))
20+
* remove duplicate call to appendTestPrefix in deleteObjects ([#97](https://github.com/aws/aws-s3-encryption-client-java/issues/97)) ([62953a6](https://github.com/aws/aws-s3-encryption-client-java/commit/62953a667112c18e5575ecb483d779d6fb4f1a6e))
21+
* Revert "feat: Add S3CrtAsyncClient as MultipartPutobject ([#90](https://github.com/aws/aws-s3-encryption-client-java/issues/90))" ([#103](https://github.com/aws/aws-s3-encryption-client-java/issues/103)) ([93011f2](https://github.com/aws/aws-s3-encryption-client-java/commit/93011f253d23cd5e953f00fd5130e57021293313))
22+
* update README to reflect option split ([#105](https://github.com/aws/aws-s3-encryption-client-java/issues/105)) ([5efabf8](https://github.com/aws/aws-s3-encryption-client-java/commit/5efabf8624c836676fc8e0859c0941925b91a700))
23+
324
## [2.2.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v2.1.1...v2.2.0) (2023-03-01)
425

526

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</groupId>
88
<artifactId>s3</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.3.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)