Releases: aws/amazon-s3-encryption-client-java
Releases · aws/amazon-s3-encryption-client-java
Amazon S3 Encryption Client 3.3.0 Release -- 2024-10-30
Amazon S3 Encryption Client 3.2.3 Release -- 2024-10-04
Amazon S3 Encryption Client 3.2.2 Release -- 2024-09-18
Amazon S3 Encryption Client 3.2.1 Release -- 2024-08-21
Amazon S3 Encryption Client 3.1.3 Release -- 2024-06-18
Amazon S3 Encryption Client 3.1.2 Release -- 2024-03-21
Amazon S3 Encryption Client 3.1.1 Release -- 2024-01-24
Changelog
3.1.1 (2024-01-24)
Fixes
Maintenance
- allow ToolsDevelopment to Assume CI Role (#179) (a9fdaa3)
- fix release script (#177) (60c377b)
- update artifact-hunt.yml to pick the version from pom.xml (#176) (9f6b90f)
- update node version in version step (#181) (49c2069)
3.1.0 (2023-08-31)
Features
- add configuration option to set max buffer size (#166) (ecf6e6c)
- multipart & ranged get examples (#168) (203e5dc)
- Refactor
KmsKeyring
to useGenerateDataKey
instead ofEncrypt
(#171) (a1a22a4)
Fixes
- Create default wrapped clients only if necessary. (#163) (285eab6)
- unwrap completion exception in AbortMultipartUpload and inside multipart putObject (#174) (84baad8)
Maintenance
- allow CI to run in forks (#164) (66a5ca4)
- deps-dev: bump bcprov-jdk18on from 1.72 to 1.74 (#169) (5502eab)
- fix bugs and nit (#175) (926818b)
- install dependabot (#172) (1c63fdb)
- warn against use of Encryption Context for non-kms keyrings. (#173) (54557a9)
3.0.1 (2023-06-01)
Maintenance
Fixes
- null check for InputStream in ApiNameVersion (#161) (c23aeb2)
- unwrap CompletionException in default client, rethrow as S3Encry… (#162) (1a00d3e)
3.0.0 (2023-04-06)
⚠ BREAKING CHANGES
- prod release for S3 EC (#152)
Features
Fixes
- Revert "Amazon S3 Encryption Client 2.0.1 Release -- $(date +%Y-%m-%d)" (#151) (a62e455), closes #151
- remove illegal javadoc syntax (#147) (412a02c)
- remove illegal javadoc tags (#148) (d5682b9)
Maintenance
3.1.0 -- 2023-09-01
What's Changed
- Create default wrapped clients only if necessary. by @pschultz in #163
- chore: allow CI to run in forks by @justplaz in #164
- chore: install dependabot by @imabhichow in #172
- feat: Refactor
KmsKeyring
to useGenerateDataKey
instead ofEncrypt
by @imabhichow in #171 - chore: warn against use of Encryption Context for non-kms keyrings. by @imabhichow in #173
- chore: fix bugs and nit by @imabhichow in #175
- fix: unwrap completion exception in AbortMultipartUpload and inside multipart putObject by @justplaz in #174
- feat: add configuration option to set max buffer size by @imabhichow in #166
- chore(deps-dev): bump bcprov-jdk18on from 1.72 to 1.74 by @dependabot in #169
- feat: multipart & ranged get examples by @imabhichow in #168
Full Changelog: v3.0.1...v3.1.0
3.0.1 -- 2023-06-01
What's Changed
- chore: fix some issues with release by @justplaz in #156
- Metadata downgrade by @justplaz in #55
- fix: unwrap CompletionException in default client, rethrow as S3Encry… by @justplaz in #162
- fix: null check for InputStream in ApiNameVersion by @justplaz in #161
Full Changelog: v3.0.0...v3.0.1