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

Add link to awesome-faraday into README #281

Merged
merged 1 commit into from
May 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As highlighted in Faraday's [UPGRADING](https://github.com/lostisland/faraday/bl
If you rely on `faraday_middleware` in your project and would like to support Faraday 2.0:
* The `json` middleware (request and response) are now both bundled with Faraday 🙌
* The `instrumentation` middleware is bundled with Faraday
* All other middleware, they'll be re-released as independent gems compatible with both Faraday v1 and v2
* All other middlewares, they'll be re-released as independent gems compatible with both Faraday v1 and v2, look for [`awesome-faraday`](https://github.com/lostisland/awesome-faraday)

Most of the middleare are looking for adoption, contributors that would like to maintain them.
If you'd like to maintain any middleware, have any question or need any help, we're here!
Expand Down