fix(deps): update dependency io.awspring.cloud:spring-cloud-aws-starter-secrets-manager from v3.1.1 to v3.3.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.3.0
Release Notes
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-secrets-manager)
v3.3.0
: 3.3.0Compare Source
Reference 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.1Compare Source
Reference 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.0Compare Source
Reference 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.