v3.3.1
Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.3.1/reference/html/index.html
What's Changed
S3
- Fix setting endpoint from connection details to
S3Presigner
by @maciejwalkowiak (#1390) - Do not create S3 CRT client if aws-crt library is not on the classpath by @maciejwalkowiak (#1359)
- Set
S3AsyncClient
endpoint from Localstack if available in tests by @ofir-popowski in #1330 - Fix S3 AOT by moving
aot.factories
to correct path by @MatejNedic in #1335 - Fix the capitalization of property for
S3EncryptionConditional.KmsKeyProperty
by @gbaso in #1337 - Polish S3 encryption docs. by @maciejwalkowiak in #1338
SQS
- Document
SqsTemplate#sendMany()
10-messages limitation by @shreyas957 (#1382) - Fix documentation for
sqs:GetQueueUrl
action by @PatrickGotthard (#1372) - Document incompatibility of Spring Boot DevTools with
@SqsListener
by @PatrickGotthard (#1348) - Add
SqsListener
argument resolver to extract the subject of an SNS message by @n-n-nebbl in #1318
Others
- Fix generating aggregated Javadocs. by @maciejwalkowiak in #1351
- Exclude
ImdsAutoConfiguration
from unrelated tests to speed up startup time by @maciejwalkowiak in #1394 - Fix: Include IMDS starter in parent pom. by @maciejwalkowiak in #1396
New Contributors
- @n-n-nebbl made their first contribution in #1318
- @ofir-popowski made their first contribution in #1330
- @gbaso made their first contribution in #1337
Full Changelog: v3.3.0...v3.3.1