Skip to content

Bump software.amazon.awssdk:bom from 2.17.211 to 2.18.0 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

Bumps software.amazon.awssdk:bom from 2.17.211 to 2.18.0.

Changelog

Sourced from software.amazon.awssdk:bom's changelog.

2.18.0 2022-10-20

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 EndpointProviders 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

2.17.295 2022-10-19

AWS CloudTrail

  • Features

    • This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.

AWS Config

  • Features

    • This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.

AWS S3 Control

  • Features

    • Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

... (truncated)

Commits
  • 2be163a Do a quick install first so all deps are on the local repo (#2217)
  • 1a806fe Merge pull request #2216 from aws/staging/28bb2ccf-ad27-4134-8a03-d56a22734050
  • f30e43e Release 2.18.0. Updated CHANGELOG.md, README.md and all pom.xml.
  • 49b6721 Updated endpoints.json and partitions.json.
  • 02de431 AWS Resilience Hub Update: In this release, we are introducing support for re...
  • a217d6c CloudWatch RUM Update: CloudWatch RUM now supports Extended CloudWatch Metric...
  • 08ac2d6 AWS Global Accelerator Update: Global Accelerator now supports AddEndpoints a...
  • 6838d57 Amazon DevOps Guru Update: This release adds information about the resources ...
  • 40b8869 Add support for Endpoints 2.0 (#3502)
  • a634a01 Bump version to 2.18.0-SNAPSHOT (#3503)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.211 to 2.18.0.
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.211...2.18.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #37.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/maven/main/software.amazon.awssdk-bom-2.18.0 branch October 24, 2022 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
0 participants