fix(deps): update dependency io.awspring.cloud:spring-cloud-aws-starter-secrets-manager from v3.1.1 to v3.4.0 #409
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1
->3.4.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-secrets-manager)
v3.4.0
: 3.4.0Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html
What's Changed
SQS
maxDelayBetweenPolls
by @krutip7 in https://github.com/awspring/spring-cloud-aws/pull/1365ImmediateRetryAsyncErrorHandler
changes msg visibility timeout to zero. (#1314) by @rafaelcgpava in https://github.com/awspring/spring-cloud-aws/pull/1370SqsManualAckSample
by @joseiedo in https://github.com/awspring/spring-cloud-aws/pull/1384Error
s in listeners by @isaacvando in https://github.com/awspring/spring-cloud-aws/pull/1383ExponentialBackoffErrorHandler
to manage message visibility timout by @brun0-4ugusto in https://github.com/awspring/spring-cloud-aws/pull/1381DynamoDB
DefaultDynamoDbTableNameResolver
by @beccagaspard in https://github.com/awspring/spring-cloud-aws/pull/1380Dependency Upgrades
New Contributors
Full Changelog: awspring/spring-cloud-aws@v3.3.1...v3.4.0
v3.3.1
Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.3.1/reference/html/index.html
What's Changed
S3
S3Presigner
by @maciejwalkowiak (https://github.com/awspring/spring-cloud-aws/pull/1390)S3AsyncClient
endpoint from Localstack if available in tests by @ofir-popowski in https://github.com/awspring/spring-cloud-aws/pull/1330aot.factories
to correct path by @MatejNedic in https://github.com/awspring/spring-cloud-aws/pull/1335S3EncryptionConditional.KmsKeyProperty
by @gbaso in https://github.com/awspring/spring-cloud-aws/pull/1337SQS
SqsTemplate#sendMany()
10-messages limitation by @shreyas957 (https://github.com/awspring/spring-cloud-aws/pull/1382)sqs:GetQueueUrl
action by @PatrickGotthard (https://github.com/awspring/spring-cloud-aws/pull/1372)@SqsListener
by @PatrickGotthard (https://github.com/awspring/spring-cloud-aws/pull/1348)SqsListener
argument resolver to extract the subject of an SNS message by @n-n-nebbl in https://github.com/awspring/spring-cloud-aws/pull/1318Others
ImdsAutoConfiguration
from unrelated tests to speed up startup time by @maciejwalkowiak in https://github.com/awspring/spring-cloud-aws/pull/1394New Contributors
Full Changelog: awspring/spring-cloud-aws@v3.3.0...v3.3.1
v3.3.0
: 3.3.0Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html
What's Changed
Spring Cloud AWS 3.3.0 brings compatibility with Spring Boot 3.4 and Spring Cloud 2024.0. Highlights:
spring.config.import
with S3 backend by @kunalvarpe in https://github.com/awspring/spring-cloud-aws/pull/849Full list of changes:
Core
PropertySource
with instance metadata when running within an EC2-based environment by @kennyk65 in https://github.com/awspring/spring-cloud-aws/pull/962dualstack-enabled
property toAwsClientProperties
. by @maciejwalkowiak in https://github.com/awspring/spring-cloud-aws/pull/1294S3
S3EncrpytionClient
by @MatejNedic in https://github.com/awspring/spring-cloud-aws/pull/1033S3OutputStream
can now be canceled at any time during upload by @zhemaituk in https://github.com/awspring/spring-cloud-aws/pull/1221S3Operations#createResource
. by @maciejwalkowiak in https://github.com/awspring/spring-cloud-aws/pull/1223spring.config.import
with S3 backend by @kunalvarpe in https://github.com/awspring/spring-cloud-aws/pull/849S3ConfigDataLocationResolver
resolving behavior with Spring Boot resolvers by @MatejNedic in https://github.com/awspring/spring-cloud-aws/pull/1299SQS
AWSTraceHeader
by @acomofcg in https://github.com/awspring/spring-cloud-aws/pull/1287@SnsNotificationMessage
by @frjonsen in https://github.com/awspring/spring-cloud-aws/pull/1282SqsTemplate
by @joey in https://github.com/awspring/spring-cloud-aws/pull/1250QueueAttributesResolver
by @joseiedo in https://github.com/awspring/spring-cloud-aws/pull/1200SNS
SnsTemplate
provides functionality to validate topic existence (#1137) by @hardikSinghBehl in https://github.com/awspring/spring-cloud-aws/pull/1142SecretsManager
AutoConfigureAfter
forSecretsManagerAutoConfiguration
by @marcindabrowski in https://github.com/awspring/spring-cloud-aws/pull/1235Parameter Store
SsmClient
even if config import is not used by @Forfend in https://github.com/awspring/spring-cloud-aws/pull/1233Documentation
Dependencies
s3-transfer-manager
fromspring-cloud-aws-dependencies
by @vchrisb in https://github.com/awspring/spring-cloud-aws/pull/1275Github pipeline
New Contributors
Full Changelog: awspring/spring-cloud-aws@v3.2.1...v3.3.0
v3.2.1
: 3.2.1Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/reference/html/index.html
What's Changed
InMemoryBufferingS3OutputStream
wrongly appliescontentLength
toUploadPartRequest
causing timeout by @Mobe91 in https://github.com/awspring/spring-cloud-aws/pull/1249Full Changelog: awspring/spring-cloud-aws@v3.2.0...v3.2.1
v3.2.0
: 3.2.0Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.2.0/reference/html/index.html
What's Changed
Spring Cloud AWS 3.2.0 brings compatibility with Spring Boot 3.3.x and contains all changes introduced in version 3.2.0-M1.
Highlights
Simplified integration testing with LocalStack through new modules:
spring-cloud-aws-testcontainers
- adds support for@ServiceConnection
&LocalStackContainer
spring-cloud-aws-docker-compose
- support for LocalStack via Docker Compose integration by @dominik-kovacs in https://github.com/awspring/spring-cloud-aws/pull/1123Integration with Spring Modulith:
SQS
SqsMessageListenerContainer
fails fast if queue names are not all FIFO or Standard by @internetstaff in https://github.com/awspring/spring-cloud-aws/pull/1001@SnsNotification
payload by @tomazfernandes in https://github.com/awspring/spring-cloud-aws/pull/1191BatchVisibility
listener method parameter by @tomazfernandes in https://github.com/awspring/spring-cloud-aws/pull/1193MessageConverter
by @tomazfernandes in https://github.com/awspring/spring-cloud-aws/pull/1194SqsMessagingMessageConverter
to handle JSON Strings with JSON Mime Type by @tomazfernandes in https://github.com/awspring/spring-cloud-aws/pull/1195DynamoDb
S3
getUrl
return location of bucket if object is empty ornull
by @MatejNedic in https://github.com/awspring/spring-cloud-aws/pull/1158SES
Docker Compose
Dependencies
New Contributors
Full Changelog: awspring/spring-cloud-aws@v3.2.0-M1...v3.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.