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

chore: Bump ex_aws from 2.4.1 to 2.5.3 #779

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Bumps ex_aws from 2.4.1 to 2.5.3.

Changelog

Sourced from ex_aws's changelog.

v2.5.2 (2024-03-19)

  • Endpoint updates

v2.5.1 (2024-01-11)

  • Endpoint updates
  • Documentation updates
  • Fix request error handling when error type is a proplist
  • Fixes to ensure Req and Finch clients return the same success fields as hackney
  • Add basic support for Personalise service
  • Add basic support for Bedrock service

v2.5.0

  • [Breaking] Bump minimum elixir version to 1.11
  • Replace retired HTTPotion with Req as default web client
  • Endpoint updates

v2.4.4

  • Endpoint updates
  • Add new endpoints for Chime SDK Media Pipelines API

v2.4.3

  • Switch default behaviour of credential refreshing so that it must be explicitly enabled with refreshable: true. Having it as the default behaviour was causing breaking issues with ignoring overridesin places they shouldn't have been.
  • Update endpoints

v2.4.2

  • Add name, request, and response data to telemetry
  • Force refresh of auth config during long-running streaming operations to avoid failed auth
  • Update endpoints
  • Update docs
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 20, 2024
Copy link

Coverage of commit 135c1e3

Summary coverage rate:
  lines......: 89.1% (4200 of 4712 lines)
  functions..: 71.1% (2258 of 3176 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe
Copy link
Contributor

bklebe commented Apr 8, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws-2.5.3 branch from 135c1e3 to 39c9287 Compare April 8, 2024 21:00
Copy link

github-actions bot commented Apr 8, 2024

Coverage of commit 39c9287

Summary coverage rate:
  lines......: 89.1% (4202 of 4714 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws-2.5.3 branch from 39c9287 to 4ed390e Compare April 16, 2024 15:45
Copy link

Coverage of commit 4ed390e

Summary coverage rate:
  lines......: 89.2% (4203 of 4714 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe
Copy link
Contributor

bklebe commented Apr 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws-2.5.3 branch from 4ed390e to 60c3b28 Compare April 16, 2024 16:57
Copy link

Coverage of commit 60c3b28

Summary coverage rate:
  lines......: 89.1% (4202 of 4715 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe
Copy link
Contributor

bklebe commented Apr 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws-2.5.3 branch from 60c3b28 to bd12217 Compare April 16, 2024 17:34
Copy link

Coverage of commit bd12217

Summary coverage rate:
  lines......: 89.2% (4204 of 4715 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@bklebe
Copy link
Contributor

bklebe commented Apr 23, 2024

@dependabot rebase

Bumps [ex_aws](https://github.com/ex-aws/ex_aws) from 2.4.1 to 2.5.3.
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ex-aws/ex_aws/commits)

---
updated-dependencies:
- dependency-name: ex_aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws-2.5.3 branch from bd12217 to 7cbe479 Compare April 23, 2024 15:33
Copy link

Coverage of commit 7cbe479

Summary coverage rate:
  lines......: 89.1% (4203 of 4715 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2024

Superseded by #813.

@dependabot dependabot bot closed this Jun 4, 2024
@dependabot dependabot bot deleted the dependabot/hex/ex_aws-2.5.3 branch June 4, 2024 13:15
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant