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 ex_aws from 2.3.3 to 2.5.0 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps ex_aws from 2.3.3 to 2.5.0.

Changelog

Sourced from ex_aws's changelog.

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

v2.4.1

  • Add support for credentials_process in AWS credentials config
  • Service endpoint updates
  • Switch to Config from Mix.Config

v2.4.0

  • Increase minimum elixir version to 1.10
  • Add error_parser field to operations. This may be optionally populated by services which need to do service-specific error handling prior to falling back to the default ExAws handling.

V2.3.4

  • Fix crash in authentication for regions without SSO service (#894)
  • Service endpoint updates
Commits
  • 9673b31 Bump version and update CHANGELOG v2.5.0
  • 74ab062 Merge pull request #976 from ex-aws/floatpays-replace-httpotion-with-req
  • b43f1fc Add Req compatibility and replace Httpotion as an example
  • f7d33bd Merge pull request #975 from ex-aws/floatpays-bump-elixir-version
  • f3272c7 Bump min elixir version
  • cde0785 Merge pull request #973 from ex-aws/dependabot/hex/ex_doc-0.30.5
  • 3952a1c Bump ex_doc from 0.30.3 to 0.30.5
  • 00c8858 Merge pull request #974 from ex-aws/beam_version_tidy
  • 042f29a Use looser version restrictions; fix DDB test config
  • fa5c7dc Merge pull request #968 from ex-aws/dependabot/hex/excoveralls-0.17.0
  • 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 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)

Bumps [ex_aws](https://github.com/ex-aws/ex_aws) from 2.3.3 to 2.5.0.
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws@v2.3.3...v2.5.0)

---
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 added the dependencies Pull requests that update a dependency file label Aug 21, 2023
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