Skip to content

Bump aws-android-sdk-s3 from 2.7.7 to 2.25.0#74

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

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

Release notes

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

AWS SDK for Android 2.25.0

Features

  • aws-android-sdk-cognitoidentityprovider: update models to latest (#2510)

Bug Fixes

  • aws-android-sdk-lex: prioritize custom lex signer for all regions (#2506)
  • mobileclient: Honor auth flow setting from config (#2499)
  • aws-android-sdk-polly: use correct SignerConfig in all regions (#2505)

AWS SDK for Android 2.24.0

Features

  • aws-android-sdk-cognitoidentityprovider: update models to latest (#2456)
  • aws-android-sdk-connect: update models to latest (#2469)
  • aws-android-sdk-transcribe: update models to latest (#2476)
  • aws-android-sdk-rekognition: update models to latest (#2487)
  • aws-android-sdk-iot: update models to latest (#2490)
  • aws-android-sdk-location: update models to latest (#2494)
  • aws-android-sdk-sns: update models to latest (#2496)
  • aws-android-sdk-polly: update models to latest (#2497)
  • aws-android-sdk-mobile-client: adds signature with user attributes in confirmSignIn (#2492)
  • aws-android-sdk-mobile-client: hosted-ui auth response handler is now built into redirect activity (#2473)

Bug Fixes

  • hosted-ui sign-out flow is now launched correctly using custom tabs manager (#2472)
  • hostedUI auth response is now properly handled via HostedUIRedirectActivity (#2473)
    • note: applying above fix requires an update to AndroidManifest.xml. See the documentation for more information.

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)

... (truncated)

Changelog

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

Release 2.25.0

Features

  • aws-android-sdk-cognitoidentityprovider: update models to latest (#2510)

Bug Fixes

  • aws-android-sdk-lex: prioritize custom lex signer for all regions (#2506)
  • mobileclient: Honor auth flow setting from config (#2499)
  • aws-android-sdk-polly: use correct SignerConfig in all regions (#2505)

See all changes between 2.24.0 and 2.25.0

Release 2.24.0

Features

  • aws-android-sdk-sns: update models to latest (#2461)
  • aws-android-sdk-cognitoidentityprovider: update models to latest (#2456)
  • aws-android-sdk-connect: update models to latest (#2469)
  • aws-android-sdk-transcribe: update models to latest (#2476)
  • aws-android-sdk-rekognition: update models to latest (#2487)
  • aws-android-sdk-iot: update models to latest (#2490)
  • aws-android-sdk-location: update models to latest (#2494)
  • aws-android-sdk-sns: update models to latest (#2496)
  • aws-android-sdk-polly: update models to latest (#2497)
  • aws-android-sdk-mobile-client: adds signature with user attributes in confirmSignIn (#2492)
  • aws-android-sdk-mobile-client: hosted-ui auth response handler is now built into redirect activity (#2473)

Bug Fixes

  • hosted-ui sign-out flow is now launched correctly using custom tabs manager (#2472)
  • hostedUI auth response is now properly handled via HostedUIRedirectActivity (#2473)
    • note: applying above fix requires an update to AndroidManifest.xml. See the documentation for more information.

See all changes between 2.23.0 and 2.24.0

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

... (truncated)

Commits
  • 67c3ba3 release: AWS SDK for Android 2.25.0 (#2512)
  • 553685d feat(aws-android-sdk-cognitoidentityprovider): update models to latest (#2510)
  • 020bd96 fix(aws-android-sdk-polly): use correct SignerConfig in all regions (#2505)
  • 16e95c7 fix(mobileclient): Honor auth flow setting from config (#2499)
  • 1ebe614 fix(aws-android-sdk-lex): prioritize custom lex signer for all regions (#2506)
  • 595435f release: AWS SDK for Android 2.24.0 (#2500)
  • 2e035c7 feat(aws-android-sdk-mobile-client): adds signature with user attributes in c...
  • 79a29c3 chore(sts): add support for regionalizing sts client (#2493)
  • 179c830 feat(aws-android-sdk-polly): update models to latest (#2497)
  • ba5948f feat(aws-android-sdk-sns): update models to latest (#2496)
  • 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 [aws-android-sdk-s3](https://github.com/aws/aws-sdk-android) from 2.7.7 to 2.25.0.
- [Release notes](https://github.com/aws/aws-sdk-android/releases)
- [Changelog](https://github.com/aws-amplify/aws-sdk-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/aws-sdk-android@docs_v2.7.7...release_v2.25.0)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-android-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 28, 2021

Superseded by #76.

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