Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/4.0.1/reference/html/index.html
What's changed
Improved SQS reliability with better error handling, partial acknowledgements, FIFO context fixes, and new auto-configuration support.
Updated Localstack setup, upgraded AWS/Spring dependencies, and refined documentation with automated verification.
SQS
- Fix SQS MessageInterceptor exceptions handling (#1600) by @tomazfernandes in #1607
- Introduce autoconfiguration for AcknowledgementResultCallback by @rviniciussouza in #1584
- Improve SQS partial acknowledgement handling for listeners by @co2plant in #1562
- Fix Context propagation in FIFO queues by @igormq in #1530
Localstack
- Document latest Localstack changes and pin version for testing by @MatejNedic in #1588
Dependencies
- Upgrade AWS dependencies by @MatejNedic in #1591
- Upgrade Spring dependencies to 5.0.1 by @MatejNedic in #1590
Documentation
- Fix format of SQS documentation by @mmaeller in #1570
- Update projects readme to reflect the lates changes by @MatejNedic in #1565
- Introduce documentation verification to github pipeline by @tomazfernandes in #1572
Full Changelog: v4.0.0...v4.0.1