Spring Cloud AWS 3.0.0 M3 is the first release compatible with Spring Boot 3.0. At the same time, there is no compatibility anymore with Spring Boot 2.x.
The most notable changes:
- Migrate to Spring Boot 3.0 by @maciejwalkowiak in #503
- Sending SMS through SNS by @MatejNedic in #457
- Auto-Reload for
SecretsManager
&ParameterStore
property sources by @maciejwalkowiak in #536
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-M3/reference/html/index.html
Full Changelog: v3.0.0-M2...v3.0.0-M3
Big thanks to all contributors!
Other changes
- Back to snapshots. by @maciejwalkowiak in #501
- Add links to API docs in readme. by @maciejwalkowiak in #504
- Remove legacy JDBC module. by @maciejwalkowiak in #505
- Generate Jacoco report and send to SonarCloud with GH action. by @maciejwalkowiak in #362
- Clean up
pom.xml
by @maciejwalkowiak in #509 - Upgrade Spring Cloud to 3.1.3 by @maciejwalkowiak in #510
- SNS SMS support by @MatejNedic in #457
- Upgrade Localstack to 1.1.0 by @maciejwalkowiak in #511
- Do not use deprecated methods from
testcontainers-localstack
. by @maciejwalkowiak in #512 - Add
package-info.java
to DynamoDB auto-configuration. by @maciejwalkowiak in #513 - Polish. by @maciejwalkowiak in #514
- Remove
spring-cloud-aws-starters
module and refer each starter individually from the rootpom.xml
. by @maciejwalkowiak in #516 - Add spring-cloud-aws-starter-metrics to dependencies by @eddumelendez in #522
- Fixes table formatting issue by @rajadilipkolli in #517
- Docs update for S3 and ParameterStore starter coordinates. by @sivaprasadreddy in #525
- Updated labeler.yml according to new modules and package structure. by @sivaprasadreddy in #526
- Adds aws starter for RegionProviderAutoConfiguration by @rajadilipkolli in #530
- Fix upgrading to Spring Boot 3 & Java 17. by @maciejwalkowiak in #539
- Upgrade AWS SDK versions. by @maciejwalkowiak in #541
- Upgrade Testcontainers to 1.17.5. by @maciejwalkowiak in #542
- Fix injecting
SnsTemplate
andSnsSmsTemplate
beans. by @maciejwalkowiak in #543 - Upgrade Localstack to 1.2.0 by @rajadilipkolli in #535
- Auto-Reload for
SecretsManager
&ParameterStore
property sources by @maciejwalkowiak in #536 - Reformat code. by @maciejwalkowiak in #546
- Replace
@AutoConfigureMetrics
with@AutoConfigureObservability
. by @maciejwalkowiak in #545 - Upgrade AWS SDKs to
2.18.0
and1.12.326
. by @maciejwalkowiak in #547 - Set version to 3.0.0-M3 by @maciejwalkowiak in #548
New Contributors
- @rajadilipkolli made their first contribution in #517
Full Changelog: v3.0.0-M2...v3.0.0-M3