AugustArchive / hana

πŸ₯€ 花 β€” Simple API for images on my S3 bucket or a proxy for GitHub sponsors.
https://api.floofy.dev
MIT License
5 stars 0 forks source link

Update dependency software.amazon.awssdk:bom to v2.18.0 #522

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
software.amazon.awssdk:bom (source) 2.17.295 -> 2.18.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

aws/aws-sdk-java-v2 ### [`v2.18.0`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​2180-2022-10-20) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.17.295...2.18.0) #### **AWS Global Accelerator** - ### Features - Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups. #### **AWS Resilience Hub** - ### Features - In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity. #### **AWS SDK for Java v2** - ### Features - This release updates internal logic for constructing API endpoints. We have added rule-based endpoint providers. Additionally there are new interfaces for endpoint providers and parameters at the service client level. The SDK provides service-specific `EndpointProvider` interfaces (e.g. `S3EndpointProvider`), that have a single method `resolveEndpoint`. `resolveEndpoint` accepts a set of parameters (also service specific) and computes an endpoint based on those parameters. All clients have a default implementation, but users are free to implement these to customize their endpoint logic. It is important to know that `EndpointProvider`s and the endpoint override on the client are not mutually exclusive. In all existing cases, the endpoint override is passed as a parameter to the the provider and the provider *may* modify it. For example, the S3 provider may add the bucket name as a prefix to the endpoint override for virtual bucket addressing. There may be some behavior changes related to endpoint resolution as as the the endpoint resolution is now standardised across SDKs so this release also bumps the minor version of the SDK to `2.18`. Notably, there are some changes in S3: when including and endpoint override, the SDK will use virtual bucket addressing as long as the bucket is a valid DNS label. This is different from the previous behavior where this only happens if the endpoint override begins with 's3'. In many situations, the exception thrown for validations like including an endpoint override and enabling DualStack has changed to `SdkClientExcpetion` and error messages have changed as well. - Updated endpoint and partition metadata. #### **Amazon DevOps Guru** - ### Features - This release adds information about the resources DevOps Guru is analyzing. #### **CloudWatch RUM** - ### Features - CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.