Skip to content

3.0.1

Compare
Choose a tag to compare
@maciejwalkowiak maciejwalkowiak released this 11 May 06:27
· 108 commits to main since this release
0423ef8

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/3.0.1/reference/html/index.html

What's Changed

S3

  • Implement utilities() and waiter() methods in CrossRegionS3Client that delegate to default S3 client. by @maciejwalkowiak in #798
  • S3Resource improved getURL handling by @klopfdreh in #795

getURL() method on S3Resource respects now spring.cloud.aws.s3.path-style-access-enabled property. For example, for bucket 's3resourcetestand keynew-file.txt`:

SQS

  • Conditionally add a random UUID dedup ID if the queue isn't configured for content based deduplication by @jwilmoth-nc in #799

Fixed a bug where for sending messages to FIFO queues the framework would generate a random UUID for missing messageDeduplicationId even if content-based deduplication was enabled on AWS.

Now the framework will only generate a UUID for missing messageDeduplicationId if content-based deduplication is disabled.

Projects that depend on FIFO content-based deduplication should upgrade to 3.0.1 since the bug can lead to duplicated messages being sent.

Parameter Store

Dependency upgrades

Samples

New Contributors

Full Changelog: v3.0.0...v3.0.1