Skip to content

Commit 0b7545d

Browse files
Amazon S3 Encryption Client 3.2.3 Release -- 2024-10-04
## [3.2.3](v3.2.2...v3.2.3) (2024-10-04) ### Fixes * catch CompletionException instead when instruction file is not found ([#379](#379)) ([dd61547](dd61547)) * handle S3 server encoding of non-US-ASCII object metadata ([#375](#375)) ([b907743](b907743)) * introduce S3-specific client configuration to top-level configuration ([#378](#378)) ([54fa0cb](54fa0cb)) ### Maintenance * fix release cfn and codebuild ([#380](#380)) ([2844498](2844498)) * fix release javadocs ([#373](#373)) ([8a69959](8a69959))
1 parent 2844498 commit 0b7545d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [3.2.3](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.2...v3.2.3) (2024-10-04)
4+
5+
### Fixes
6+
7+
* catch CompletionException instead when instruction file is not found ([#379](https://github.com/aws/aws-s3-encryption-client-java/issues/379)) ([dd61547](https://github.com/aws/aws-s3-encryption-client-java/commit/dd6154743eb8729744b8892cecf4033503732220))
8+
* handle S3 server encoding of non-US-ASCII object metadata ([#375](https://github.com/aws/aws-s3-encryption-client-java/issues/375)) ([b907743](https://github.com/aws/aws-s3-encryption-client-java/commit/b90774384dd775455d1ce048ab758edc50d59fb7))
9+
* introduce S3-specific client configuration to top-level configuration ([#378](https://github.com/aws/aws-s3-encryption-client-java/issues/378)) ([54fa0cb](https://github.com/aws/aws-s3-encryption-client-java/commit/54fa0cb77bd0d2a4709f1d44085bce0c1c297c87))
10+
11+
### Maintenance
12+
13+
* fix release cfn and codebuild ([#380](https://github.com/aws/aws-s3-encryption-client-java/issues/380)) ([2844498](https://github.com/aws/aws-s3-encryption-client-java/commit/2844498eb61d4a4393a4af7eb14387bd0bb31992))
14+
* fix release javadocs ([#373](https://github.com/aws/aws-s3-encryption-client-java/issues/373)) ([8a69959](https://github.com/aws/aws-s3-encryption-client-java/commit/8a6995975fc1494b8368bd4e575572224260f133))
15+
316
## [3.2.2](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.1...v3.2.2) (2024-09-18)
417

518
### Fixes

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

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

0 commit comments

Comments
 (0)