Skip to content

3.3.0 M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MatejNedic MatejNedic released this 07 Nov 21:41
· 29 commits to main since this release
09df91d

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/3.3.0-M1/reference/html/index.html

What's Changed

Spring Cloud AWS 3.3.0 brings compatibility with Spring Boot 3.4 and Spring Cloud 2024.0. Highlights of the M1 release:

Full list of changes:

Core

  • Automatically populate PropertySource with instance metadata when running within an EC2-based environment by @kennyk65 in #962
  • Add client customizer interface for each supported integration by @maciejwalkowiak in #1229

S3

  • Fine grained access control of S3 files via S3 Access Grant is now supported out of the box via S3AccessPlugin by @MatejNedic in #1247
  • Add KMS, RSA or AES ClientSide file encryption support through S3EncrpytionClient by @MatejNedic in #1033
  • S3OutputStream can now be canceled at any time during upload by @zhemaituk in #1221
  • Remove throws IOException that is never thrown in S3Resource methods by @alexisgra in #1222
  • Add S3Operations#createResource. by @maciejwalkowiak in #1223
  • Fix: Do not apply ObjectMetadata#contentLength for UploadPartRequest by @Mobe91 in #1249

SNS

SecretsManager

Parameter Store

  • Autoconfigure SsmClient even if config import is not used by @Forfend in #1233

Dependencies

Github pipeline

New Contributors

Full Changelog: v3.2.0...v3.3.0-M1