Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.0.2/reference/html/index.html
What's Changed
SQS
- Fix
corePoolSize
so that maximum number of messages (maxConcurrentMessages
* number of queues) are processed simultaneously. by @mokamoto12 in #833 - Add support for autoStartup by @marcinmilewski93 in #827
- Ability to set SmartLifecycle.phase to SqsMessageListenerContainer/DefaultListenerContainerRegistry by @estigma88 in #821
- Fix the position of log parameters by @tw-kang-namas in #853
S3
- Add S3Client listObjects support in S3Template by @alexisgra in #831
New Contributors
- @mokamoto12 made their first contribution in #833
- @marcinmilewski93 made their first contribution in #827
- @estigma88 made their first contribution in #821
- @tw-kang-namas made their first contribution in #853
- @alexisgra made their first contribution in #831
Full Changelog: v3.0.1...v3.0.2