Skip to content

3.1.1

Latest
Compare
Choose a tag to compare
@maciejwalkowiak maciejwalkowiak released this 18 Mar 08:35
· 19 commits to main since this release

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 and SqsMessageListenerContainerFactory (#1102) by @sefabal

Simple Email Service`

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

New Contributors

Big thanks to all contributors! πŸ™‚

Full Changelog: v3.1.0...v3.1.1