Skip to content

3.0.2

Compare
Choose a tag to compare
@MatejNedic MatejNedic released this 15 Aug 11:05
· 99 commits to main since this release

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

Full Changelog: v3.0.1...v3.0.2