Skip to content

Commit e0d5c50

Browse files
Amazon S3 Encryption Client 2.2.0 Release -- $(date +%Y-%m-%d)
## [2.2.0](v2.1.1...v2.2.0) (2023-03-01) ### Features * Add S3CrtAsyncClient as MultipartPutobject ([#90](#90)) ([24be141](24be141)) * extend delegating client to enable non-encrypted API operations in default and async encrypion clients ([#94](#94)) ([ba78c2c](ba78c2c)) ### Maintenance * bump AWS SDK v2 deps and make S3 non-optional ([#93](#93)) ([9d0c495](9d0c495)) * change algorithm suite IDs to match the specification ([#86](#86)) ([322e88c](322e88c)) * cleanup some test code ([#92](#92)) ([ba3be52](ba3be52)) ### Fixes * Revert "AWS S3 Encryption Client 1.0.1 Release -- $(date +%Y-%m-%d)" ([0d750cb](0d750cb)) * Revert "AWS S3 Encryption Client 1.0.0 Release -- $(date +%Y-%m-%d)" ([80bc1fa](80bc1fa)) * convert to a blocking input stream instead of going through a by… ([#96](#96)) ([eea77c1](eea77c1)) * pass exception from doFinal to wrapped subscriber to avoid hanging ([#95](#95)) ([7c64a9f](7c64a9f)) * Remove default wrapped client ([#81](#81)) ([287a63e](287a63e)) * rename to Amazon S3 Encryption Client ([#89](#89)) ([4950731](4950731))
1 parent 9b859f7 commit e0d5c50

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v2.1.1...v2.2.0) (2023-03-01)
4+
5+
6+
### Features
7+
8+
* Add S3CrtAsyncClient as MultipartPutobject ([#90](https://github.com/aws/aws-s3-encryption-client-java/issues/90)) ([24be141](https://github.com/aws/aws-s3-encryption-client-java/commit/24be14139937aa666ffa42a621cbe1bad72c7246))
9+
* extend delegating client to enable non-encrypted API operations in default and async encrypion clients ([#94](https://github.com/aws/aws-s3-encryption-client-java/issues/94)) ([ba78c2c](https://github.com/aws/aws-s3-encryption-client-java/commit/ba78c2cd8d94be2f76614bc47bbf85a6e3f5c26e))
10+
11+
12+
### Maintenance
13+
14+
* bump AWS SDK v2 deps and make S3 non-optional ([#93](https://github.com/aws/aws-s3-encryption-client-java/issues/93)) ([9d0c495](https://github.com/aws/aws-s3-encryption-client-java/commit/9d0c495c0cbb165b7d743b34eba191e26a95f07d))
15+
* change algorithm suite IDs to match the specification ([#86](https://github.com/aws/aws-s3-encryption-client-java/issues/86)) ([322e88c](https://github.com/aws/aws-s3-encryption-client-java/commit/322e88c41270958f70594ad369239e782c6f56b6))
16+
* cleanup some test code ([#92](https://github.com/aws/aws-s3-encryption-client-java/issues/92)) ([ba3be52](https://github.com/aws/aws-s3-encryption-client-java/commit/ba3be525a340930b20c7602de1aa71d57527ee7f))
17+
18+
19+
### Fixes
20+
21+
* Revert "AWS S3 Encryption Client 1.0.1 Release -- $(date +%Y-%m-%d)" ([0d750cb](https://github.com/aws/aws-s3-encryption-client-java/commit/0d750cb47a811da0b61916814d121d8c36bfcbfb))
22+
* Revert "AWS S3 Encryption Client 1.0.0 Release -- $(date +%Y-%m-%d)" ([80bc1fa](https://github.com/aws/aws-s3-encryption-client-java/commit/80bc1fabefb44503fae24ce27073f38884074d32))
23+
* convert to a blocking input stream instead of going through a by… ([#96](https://github.com/aws/aws-s3-encryption-client-java/issues/96)) ([eea77c1](https://github.com/aws/aws-s3-encryption-client-java/commit/eea77c16c1a80b37e81a41f95250bca6c3ebf0c1))
24+
* pass exception from doFinal to wrapped subscriber to avoid hanging ([#95](https://github.com/aws/aws-s3-encryption-client-java/issues/95)) ([7c64a9f](https://github.com/aws/aws-s3-encryption-client-java/commit/7c64a9fa27ae24abc7cf76ac63b610cc91998824))
25+
* Remove default wrapped client ([#81](https://github.com/aws/aws-s3-encryption-client-java/issues/81)) ([287a63e](https://github.com/aws/aws-s3-encryption-client-java/commit/287a63e312b7c698d479d288aa0349a424763384))
26+
* rename to Amazon S3 Encryption Client ([#89](https://github.com/aws/aws-s3-encryption-client-java/issues/89)) ([4950731](https://github.com/aws/aws-s3-encryption-client-java/commit/4950731a075f03cc51e8a7b29d6a444c80e51370))
27+
328
### [2.1.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v2.1.0...v2.1.1) (2023-02-21)
429

530

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

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

0 commit comments

Comments
 (0)