github awspring/spring-cloud-aws v3.0.0-M2
3.0.0-M2

latest releases: v3.3.0-M1, v3.2.1, v3.0.5...
2 years ago

M2 is the next milestone in our journey to rewrite Spring Cloud AWS to use AWS SDK v2.

The most important changes since M1:

SQS

Completely rewritten SQS integration 🔥 #374:

  • auto-configuration for SqsAsyncClient
  • support for @SqsListener
  • ability to create SQS listener with simple lambda without annotation
  • support for batch listeners
  • support for FIFO queues
  • @SqsTest annotation for slice testing of SQS listeners

SqsTemplate for sending messages will be added in M3.

DynamoDB

New integration #339 🚀

CloudWatch

  • auto-configuration for micrometer-registry-cloudwatch2 #237

S3

Improvement to S3Resource:

  • Add Ability to get metadata via S3Resource #451

Improvements to cross-region S3 client:

  • Read bucket region from redirect header #453
  • Use status code instead of message to detect region change #459

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

Full Changelog: v3.0.0-M1...v3.0.0-M2

Big thanks to all contributors!

What's Changed

New Contributors

Full Changelog: v3.0.0-M1...v3.0.0-M2

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

NewReleases is sending notifications on new releases.