-
Notifications
You must be signed in to change notification settings - Fork 0
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 #308
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/faraday-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
Update dependency faraday to v2
chore(deps): update dependency faraday to v2
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
2 times, most recently
from
January 20, 2023 16:34
fc5def7
to
3c7eb92
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
May 28, 2023 10:14
3c7eb92
to
b5b5b02
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
June 7, 2023 10:58
b5b5b02
to
7800643
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
June 20, 2023 12:50
7800643
to
8afc039
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
2 times, most recently
from
June 30, 2023 09:04
b533ee9
to
0d1ea2f
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
July 6, 2023 09:56
0d1ea2f
to
76d7251
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
September 12, 2023 16:14
76d7251
to
9e31d22
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
November 21, 2023 16:52
9e31d22
to
e8273c0
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
2 times, most recently
from
December 21, 2023 10:53
c3e4a9f
to
db4e976
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
January 9, 2024 12:14
db4e976
to
231a3a6
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
June 5, 2024 16:15
231a3a6
to
cc32566
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
June 18, 2024 09:15
cc32566
to
bf4da90
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
July 8, 2024 11:29
bf4da90
to
083632d
Compare
renovate
bot
changed the title
chore(deps): update dependency faraday to v2
chore(deps): update dependency faraday to v2 - autoclosed
Jul 28, 2024
renovate
bot
changed the title
chore(deps): update dependency faraday to v2 - autoclosed
chore(deps): update dependency faraday to v2
Jul 28, 2024
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
July 31, 2024 13:36
083632d
to
c72256b
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
August 26, 2024 11:32
c72256b
to
f34ef01
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
September 18, 2024 11:20
f34ef01
to
212d601
Compare
renovate
bot
force-pushed
the
renovate/faraday-2.x
branch
from
November 14, 2024 13:13
212d601
to
e678330
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'1.10.2'
->'2.12.1'
Release Notes
lostisland/faraday (faraday)
v2.12.1
Compare Source
What's Changed
faraday-net_http
3.4.x by @richardmarbach in https://github.com/lostisland/faraday/pull/1599New 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 thenet_http
adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in thenet_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 theasync-http
adapter.New features ✨
ParallelManager#execute
method. by @iMacTia in https://github.com/lostisland/faraday/pull/1584Misc/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 ✨
TooManyRequestsError
(429) to error docs by @tijmenb in https://github.com/lostisland/faraday/pull/1565Bug Fixes 🐞
:load
by @gtmax in https://github.com/lostisland/faraday/pull/1563Misc/Docs 📄
body
param type forrun_request
by @G-Rath in https://github.com/lostisland/faraday/pull/1545New 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.
faraday-net_http
version to allow 3.1 by @iMacTia in https://github.com/lostisland/faraday/pull/1546New 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
base64
to runtime dependency by @koic in https://github.com/lostisland/faraday/pull/1525New 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
env[:headers]
inStubs::NotFound
by @yykamei in https://github.com/lostisland/faraday/pull/1514New 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
URI::Generic#find_proxy
by @yykamei in https://github.com/lostisland/faraday/pull/1502false
to"false"
inFaraday::Request::Json
by @yykamei in https://github.com/lostisland/faraday/pull/1504New 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:
timeout
andopen_timeout
by @Yu-Chieh-Henry-Yang in https://github.com/lostisland/faraday/pull/1470New 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 newerror
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
require 'pp'
by @iMacTia in https://github.com/lostisland/faraday/pull/1457self[key]
to a String with#<<
on#add_parsed
by @yykamei in https://github.com/lostisland/faraday/pull/1459New Contributors
Full Changelog: lostisland/faraday@v2.6.0...v2.7.0
v2.6.0
Compare Source
What's Changed
New features
Documentation
@param
of methods onConnection
by @yykamei in https://github.com/lostisland/faraday/pull/1452New Contributors
Full Changelog: lostisland/faraday@v2.5.2...v2.6.0
v2.5.2
Compare Source
What's Changed
reason_phrase
tosave_response
in test adapter by @iMacTia in https://github.com/lostisland/faraday/pull/1445Full Changelog: lostisland/faraday@v2.5.1...v2.5.2
v2.5.1
Compare Source
What's Changed
faraday-net_http
adapter's latest version to make use of the new streaming API introduced in v2.5.0Full 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
v2.1.0
Compare Source
v2.0.1
Compare Source
faraday-net_http
as default adapter by @iMacTia in #1366v2.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
Faraday::Request::Json
andFaraday::Response::Json
are correctly autoloaded by @iMacTia in https://github.com/lostisland/faraday/pull/1595Full Changelog: lostisland/faraday@v1.10.3...v1.10.4
v1.10.3
Compare Source
What's Changed
New Contributors
Full Changelog: lostisland/faraday@v1.10.2...v1.10.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.