Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/reference/html/index.html
What's Changed
SQS
- Fix:
QueueAttributesResolver
throws when creating Fifo queue (#995) by @tomazfernandes in #1002 - Fix: Permits are not released when Conversion Error happens. by @tomazfernandes in #1090
- Fix: Acknowledgement Graceful Shutdown. @tomazfernandes in #1082
- Fix: Add Missing Synchronization in Ack Buffer Access by @tomazfernandes in #1038
- Fix: time unit in log message for slow acknowledgements by @PatrickGotthard in #1030
- Deserialize SNS messages posted to SQS queue with
@SnsNotificationMessage
by @msosa in #898 - Simplify not adding type header when sending a message with
SqsTemplate
. (#659) by @levys17 in #1066 - Add support for Spring Retry
BackOffPolicy
when SQS Polling thread throws an exception. by @tomazfernandes in #1008 - Document default value for Acknowledgement Shutdown Timeout and Listener Shutdown Timeout by @mt-ocado in #1034
- Document changes in sending & receiving list of messages between 2.x and 3.x (#1101) by @alexisgra
- Fixed legacy Javadoc examples in
SqsMessageListenerContainer
andSqsMessageListenerContainerFactory
(#1102) by @sefabal
Simple Email Service`
- Add
configurationSetName
configuration property by @thomas-burko in #1007 - Add
fromArn
configuration property @thomas-burko in #1026
Parameter Store and Secrets Manager
- Secrets Manager integration can be disabled by setting
enable
field to false. by @maciejwalkowiak in #1009 - Parameter Store integration can be disabled by setting
enable
field to false. @MatejNedic in #1039 - Update documentation on reload feature in Parameter Store and Secrets Manager by @maciejwalkowiak in #1088
- Added trailing slash to parameter store examples by @thelateperseus in #1086
- Parameter Store 2.x.x -> to 3.x.x migration documentation @rratliff in #1032
DynamoDb
- DynamoDb integration now supports global suffix automatically assigned to table names via global property. @vldr-ivakhnenko in #1081
Core
AnonymousCredentialsProvider
is used now with by default when STS integration is enabled @MatejNedic in #1089- Fixed property name
StsProperties#asyncCredentialsUpdate
by @MatejNedic in #1011
Dependency Upgrades
- Upgrade AWS SDK to 2.21.46 by @maciejwalkowiak in #1085
New Contributors
- @thomas-burko made their first contribution in #1007
- @PatrickGotthard made their first contribution in #1030
- @rratliff made their first contribution in #1032
- @thelateperseus made their first contribution in #1086
- @vldr-ivakhnenko made their first contribution in #1081
- @msosa made their first contribution in #898
- @levys17 made their first contribution in #1066
Big thanks to all contributors! 🙂
Full Changelog: v3.1.0...v3.1.1