Skip to content
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

Bump aws-java-sdk.version from 2.17.288 to 2.18.1 #136

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps aws-java-sdk.version from 2.17.288 to 2.18.1.
Updates sqs from 2.17.288 to 2.18.1

Updates auth from 2.17.288 to 2.18.1

Updates utils from 2.17.288 to 2.18.1

Changelog

Sourced from utils's changelog.

2.18.1 2022-10-21

Amazon Cognito Identity Provider

  • Features

    • This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.

Amazon SageMaker Service

  • Features

    • CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.

Amazon Simple Storage Service

  • Features

    • S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.

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

... (truncated)

Commits
  • 4a8dd3c Merge pull request #2219 from aws/staging/e85a5651-0af8-4dce-8dc6-425cb9324ba0
  • 85f16e0 Release 2.18.1. Updated CHANGELOG.md, README.md and all pom.xml.
  • 7b2dd45 Amazon SageMaker Service Update: CreateInferenceRecommenderjob API now suppor...
  • 8f889eb Amazon Simple Storage Service Update: S3 on Outposts launches support for aut...
  • d34290b Amazon Cognito Identity Provider Update: This release adds a new "DeletionPro...
  • 5edc44a aws-crt-client refactor to use new 'utils' publishers and subscribers (#3507)
  • 1d2aa77 Add import mapping for endpoints-spi (#3506)
  • 1974197 Merge remote-tracking branch 'public/release'
  • 2be163a Do a quick install first so all deps are on the local repo (#2217)
  • 660d858 Update to next snapshot version: 2.18.1-SNAPSHOT
  • Additional commits viewable in compare view

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 `aws-java-sdk.version` from 2.17.288 to 2.18.1.

Updates `sqs` from 2.17.288 to 2.18.1

Updates `auth` from 2.17.288 to 2.18.1

Updates `utils` from 2.17.288 to 2.18.1
- [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.288...2.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 24, 2022
@ziyanli-amazon ziyanli-amazon merged commit edac2f8 into master Dec 8, 2022
@dependabot dependabot bot deleted the dependabot/maven/aws-java-sdk.version-2.18.1 branch December 8, 2022 22:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant