github awspring/spring-cloud-aws v3.0.1
3.0.1

latest releases: v3.2.0, v3.2.0-M1, v3.1.1...
16 months ago

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

Don't miss a new spring-cloud-aws release

NewReleases is sending notifications on new releases.