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(deps): update dependency faraday to v2 #715

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
faraday (source, changelog) 1.10.3 -> 2.12.2 age adoption passing confidence

Release Notes

lostisland/faraday (faraday)

v2.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

New features ✨
Fixes 🐞
Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.11.0...v2.12.0

v2.11.0

Compare Source

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2.
Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨
Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.10.1...v2.11.0

v2.10.1

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

This release introduces support for middleware-level default_options 🎉
You can read more about it in the docs.

New features ✨
Bug Fixes 🐞
Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.9.2...v2.10.0

v2.9.2

Compare Source

What's Changed

Bug Fixes 🐞

New Contributors

Full Changelog: lostisland/faraday@v2.9.1...v2.9.2

v2.9.1

Compare Source

What's Changed

New features ✨
Bug Fixes 🐞
Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.9.0...v2.9.1

v2.9.0

Compare Source

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: lostisland/faraday@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

New features ✨
Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.7.12...v2.8.0

v2.7.12

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.11...v2.7.12

v2.7.11

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.10...v2.7.11

v2.7.10

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.9...v2.7.10

v2.7.9

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.8...v2.7.9

v2.7.8

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.7...v2.7.8

v2.7.7

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.7.6...v2.7.7

v2.7.6

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.7.5...v2.7.6

v2.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.4...v2.7.5

v2.7.4

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.7.3...v2.7.4

v2.7.3

Compare Source

What's Changed

Fixes:

Misc:

New Contributors

Full Changelog: lostisland/faraday@v2.7.2...v2.7.3

v2.7.2

Compare Source

What's Changed

ATTENTION

Rename Faraday::Logger::Formatter#error (#​1468) is potentially a breaking change IF you've created a custom Faraday::Logging::Formatter implementing the new error method introduced in v2.7.0.

We've decided to rollout this change in a fix version anyway because the name of the method was potentially causing infinite loop issues, and because the feature was very recently released.

This should not be impacting you otherwise and you can safely upgrade.

New Contributors

Full Changelog: lostisland/faraday@v2.7.1...v2.7.2

v2.7.1

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

New features
Documentation

New Contributors

Full Changelog: lostisland/faraday@v2.5.2...v2.6.0

v2.5.2

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.5.1...v2.5.2

v2.5.1

Compare Source

What's Changed

  • Add support for faraday-net_http adapter's latest version to make use of the new streaming API introduced in v2.5.0

Full Changelog: lostisland/faraday@v2.5.0...v2.5.1

v2.5.0

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

Features
Fixes
Misc

New Contributors

Full Changelog: lostisland/faraday@v2.2.0...v2.3.0

v2.2.0

Compare Source

  • Reintroduce the possibility to register middleware with symbols, strings or procs in #​1391

v2.1.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

The next major release is here, and it comes almost 2 years after the release of v1.0!

This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library.

What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of.

As a result, all adapters and some middleware have moved out and are now shipped as standalone gems 🙌!

But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the UPGRADING.md doc.

Moreover, we've setup a new awesome-faraday repository that will showcase a curated list of adapters and middleware 😎.

This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone 👏.

v1.10.4

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v1.10.3...v1.10.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Aug 1, 2023
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch 2 times, most recently from 34b92f9 to fc77253 Compare September 19, 2023 11:04
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch 2 times, most recently from 63c53f8 to 1b1eee5 Compare November 21, 2023 16:22
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 1b1eee5 to c2c3007 Compare January 9, 2024 15:21
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from c2c3007 to bd871f3 Compare February 4, 2024 10:14
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from bd871f3 to 07a86a8 Compare February 25, 2024 11:43
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 07a86a8 to ddf1e21 Compare March 24, 2024 14:59
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from ddf1e21 to 130a083 Compare May 15, 2024 17:32
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 130a083 to be10d51 Compare June 5, 2024 18:43
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from be10d51 to be3bc89 Compare June 18, 2024 11:25
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from be3bc89 to 0804a29 Compare July 9, 2024 14:40
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 0804a29 to 6c10527 Compare July 31, 2024 12:58
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 6c10527 to 4c90ca8 Compare August 26, 2024 10:55
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 4c90ca8 to 54f89a6 Compare September 18, 2024 10:16
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 54f89a6 to 13a2cc4 Compare November 3, 2024 10:00
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 13a2cc4 to 86507e3 Compare December 9, 2024 12:32
@renovate renovate bot force-pushed the renovate/faraday-2.x-lockfile branch from 86507e3 to c229538 Compare January 14, 2025 13:47
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants