Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/4.0.0-RC1/reference/html/index.html
What's Changed
Spring Cloud AWS 4.0.0-RC1 brings support for both Jackson 2 and Jackson 3 and delivers the final round of feature and API updates leading into the 4.0.0 release.
What's Changed
Core
- Introduce Jackson 3 support by @MatejNedic in #1539
SQS
- Resolve listener payload type during container setup by @tomazfernandes in #1548
Kinesis
- Add Kinesis Binder for Spring Cloud Stream by @artembilan in #1520
DynamoDb
- Enhance
DefaultDynamoDbTableSchemaResolverto resolveDynamoDbBeanandDynamoDbImmutableby @marcusvoltolim in #1450
S3
- Custom exceptions are now logged by Spring Cloud AWS instead of Spring Core by @MatejNedic in #1541
Secrets Manager
- Custom exceptions are now logged by Spring Cloud AWS instead of Spring Core by @MatejNedic in #1540
Parameter Store
- Introduce loading parameters as key value store by @MatejNedic in #1495
Docs
- Fix docs generation by @MatejNedic in #1532
Tests
- fix: Non-determinism in
S3PropertySourceTestby @yonghanlin in #1538 - fix: Fix three nondeterministic tests caused by shard processing and JSON key ordering by @yonghanlin in #1537
- Fix: Nondeterminism behavior in
SqsListenerAnnotationBeanPostProcessorTestsby @yonghanlin in #1536
Version upgrades
- Upgrade Spring Modulith to 2.0.0 by @MatejNedic in #1551
- Upgrade AWS dependencies versions by @MatejNedic in #1547
New Contributors
- @yonghanlin made their first contribution in #1538
Full Changelog: v4.0.0-M1...v4.0.0-RC1