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

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2023-06-21)

* feat!: Upgrade to spring-boot 3, spring-cloud-aws 3 and AWS SDK 2 ([89cd2b4](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
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 89cd2b4 commit 938f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.idealo.spring</groupId>
<artifactId>spring-cloud-stream-binder-sqs</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
<name>Spring Cloud Stream Binder for AWS SQS</name>
<description>Allows you to use Spring Cloud Stream together with AWS SQS</description>
<url>https://github.com/idealo/spring-cloud-stream-binder-sqs</url>
Expand Down

0 comments on commit 938f3d9

Please sign in to comment.