Skip to content

Bump aws-android-sdk-s3 from 2.7.7 to 2.23.0#62

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.amazonaws-aws-android-sdk-s3-2.23.0
Closed

Bump aws-android-sdk-s3 from 2.7.7 to 2.23.0#62
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.amazonaws-aws-android-sdk-s3-2.23.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2021

Bumps aws-android-sdk-s3 from 2.7.7 to 2.23.0.

Release notes

Sourced from aws-android-sdk-s3's releases.

AWS SDK for Android 2.23.0

New Features

  • aws-android-sdk-cognitoidentityprovider: support custom endpoint (#2455)
    • CognitoUserPool now accepts an Endpoint configuration value that can be used to override the default endpoint of cognito-idp.<region>.amazonaws.com. You can use this override value to specify the domain name of, for example, a CloudFront distribution fronted by a Web Application Firewall for DDOS protection on your Cognito User Pool account. The value of Endpoint should be a fully-qualified host name, not a URL. Example:
      "CognitoUserPool": {
        "Default": {
          "AppClientId": "xxx",
          "AppClientSecret": "xxx",
          "Endpoint": "d2XXXXXXXXXXXX.cloudfront.net",
          "PoolId": "xxxxx",
          "Region": "xx-xxx-1"
        }
      }

      WARNING The Amplify CLI will overwrite customizations to the awsconfiguration.json and amplifyconfiguration.json files if you do an amplify push or amplify pull. You will need to manually re-apply the Endpoint customization if you use the CLI to modify your cloud backend.

Bug Fixes

  • pinpoint: add campaign attributes to push events (#2458)

AWS SDK for Android 2.22.7

Features

  • aws-android-sdk-core: update models to latest (#2445)

Bug Fixes

  • mobile-client: missing optional dependency warning removed (#2427)
  • s3: remove eTag validation logic (#2419)
  • s3: force upload part tasks to be serial (#2447)

Miscellaneous

  • change the time offset precision from int to long (#2448)

AWS SDK for Android 2.22.6

Bug fixes

  • Updated Service name for Lex runtime

Model updates

  • Amazon Comprehend
  • Amazon Kinesis Video Streams Archived Media
  • Amazon Lex
  • Amazon Location Service
  • Amazon Transcribe
  • AWS Machine Learning
  • AWS IoT

AWS SDK for Android 2.22.5

Bug fixes

... (truncated)

Changelog

Sourced from aws-android-sdk-s3's changelog.

Release 2.23.0

New Features

  • aws-android-sdk-cognitoidentityprovider: support custom endpoint (#2455)

Bug Fixes

  • pinpoint: add campaign attributes to push events (#2458)

See all changes between 2.22.7 and 2.23.0

Release 2.22.7

Features

  • aws-android-sdk-core: update models to latest (#2445)

Bug Fixes

  • mobile-client: missing optional dependency warning removed (#2427)
  • s3: remove eTag validation logic (#2419)
  • s3: force upload part tasks to be serial (#2447)

Miscellaneous

  • change the time offset precision from int to long (#2448)

See all changes between 2.22.6 and 2.22.7

Release 2.22.6

Bug fixes

  • Updated Service name for Lex runtime

Model updates

  • Amazon Comprehend
  • Amazon Kinesis Video Streams Archived Media
  • Amazon Lex
  • Amazon Location Service
  • Amazon Transcribe
  • AWS Machine Learning
  • AWS IoT

Release 2.22.5

Bug fixes

  • AWSMobileClient
    • Changes from v2.22.3 caused USER_SRP_AUTH auth flow type to be unrecognizable. The change was reverted.

Release 2.22.4

Bug fixes

  • AWSMobileClient

... (truncated)

Commits
  • 06f8b06 release: AWS SDK for Android 2.23.0 (#2459)
  • 5473720 fix(pinpoint): add campaign attributes to push events (#2458)
  • 4d337c7 "feat(aws-android-sdk-cognitoidentityprovider): support custom endpoint" (#2455)
  • 9830c2e release: AWS SDK for Android 2.22.7 (#2451)
  • e31564c feat(aws-android-sdk-core): update models to latest (#2445)
  • d328875 fix(s3): force upload part tasks to be serial (#2447)
  • 3573f34 change the time offset precision from int to long (#2448)
  • 8914ae4 chore(build): use in-memory key in CI (#2449)
  • ce23da1 fix(s3): remove eTag validation logic (#2419)
  • 8fb917b fix: change protocol for github import (#2429)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 7, 2021

Superseded by #73.

@dependabot dependabot bot closed this Jun 7, 2021
@dependabot dependabot bot deleted the dependabot/gradle/com.amazonaws-aws-android-sdk-s3-2.23.0 branch June 7, 2021 04:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants