Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 14:19
5610249

3.0.0 (2023-06-21)

  • feat!: Upgrade to spring-boot 3, spring-cloud-aws 3 and AWS SDK 2 (89cd2b4)

BREAKING CHANGES

  • no longer compatible to spring-cloud-aws 2 and the AWS SDK 1.

Some consumer config options were renamed to align with the spring-cloud-aws-sqs conventions:

  • maxNumberOfMessages renamed to maxMessagesPerPoll
  • waitTimeout renamed to pollTimeout
  • queueStopTimeout renamed to listenerShutdownTimeout
  • removed messageDeletionPolicy config option