Skip to content

3.2.0 M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@maciejwalkowiak maciejwalkowiak released this 02 Apr 05:02
· 80 commits to main since this release
23c6a79

Reference documentation

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

What's Changed

Testcontainers

Added a module spring-cloud-aws-testcontainers that simplifies testing Spring Cloud AWS against LocalStack:

Spring Modulith

SQS and SNS integration for Spring Modulith's Externalized Events has been migrated to Spring Cloud AWS:

SQS

  • Document behavior change when sending / receiving List of messages. by @alexisgra in #1101
  • Polished Javadocs examples in SqsMessageListenerContainer and SqsMessageListenerContainerFactory by @sefabal in #1102

S3

Core

  • Add @NestedConfigurationProperty to display profile name and path when configuring application properties by @kcsurapaneni in #1109
  • Upgrade AWS SDK to 2.25.21 by @edelauna in #1115

Secrets Manager

SNS

  • Add a way to configure custom ChannelInterceptor for SNS integration by @sondemar in #1105

New Contributors

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