Releases: lostisland/faraday
Releases · lostisland/faraday
v2.5.0
v1.10.1
v2.4.0
What's Changed
- Remove examples using extension middleware by @iMacTia in #1419
- docs: Update to 2022 by @olleolleolle in #1420
- Handle verify hostname ssl option by @kazarin in #1428
- docs link fixed by @hirotoKirimaru in #1432
- [site] Move JsonResponse middleware to response section by @jasonkarns in #1434
- Fix syntax to use correct doc link for url_encoded by @sampatbadhe in #1435
- Support Proc type for stubbed request body by @yykamei in #1436
New Contributors
- @kazarin made their first contribution in #1428
- @hirotoKirimaru made their first contribution in #1432
- @jasonkarns made their first contribution in #1434
- @sampatbadhe made their first contribution in #1435
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
Features
Fixes
- Allow application/x-www-form-url_encoded POST requests to use file objects as the request body by @catlee in #1415
Misc
- CHANGELOG: add 2.2.0 section by @olleolleolle in #1394
- docs: UPGRADE Note #dependency removed in 2.0 by @olleolleolle in #1398
- docs: Add one more require to the quickstart to make this whole thing work immediately by @joshuabremerdexcom in #1401
- Update custom middleware documentation by @AlexWayfer in #1404
- Doc: Added raise_error middleware configuration by @nicosvirjt in #1412
- docs: Correct default default_adapter value by @kuahyeow in #1414
- CI: Update GitHub Action "checkout" to v3 by @olleolleolle in #1416
New Contributors
- @daedric made their first contribution in #1399
- @joshuabremerdexcom made their first contribution in #1401
- @nicosvirjt made their first contribution in #1412
- @kuahyeow made their first contribution in #1414
- @catlee made their first contribution in #1415
Full Changelog: v2.2.0...v2.3.0
v0.17.5
Changes:
Full Changelog: v0.17.4...v0.17.5
v1.10.0
v2.2.0
What's Changed
- update docs to a httpbingo on example requests and adding webrick for ruby 3.x support by @JAugusto42 in #1383
- Removing all sushi.com references and change to httpbingo.org by @JAugusto42 in #1384
- Remove Faraday 2.0 alpha warning from README by @haines in #1385
- docs: Amend CHANGELOG, link to Releases by @olleolleolle in #1393
- Reintroduce the possibility to register middleware with symbols, strings or procs by @iMacTia and @olleolleolle in #1391
New Contributors
- @JAugusto42 made their first contribution in #1383
- @haines made their first contribution in #1385
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add Ruby 3.1 to CI by @petergoldstein in #1374
- docs: fix regex pattern in logger.md examples by @hirasawayuki in #1378
- Fix test adapter thread safety by @iMacTia in #1380
- Add default adapter options by @hirasawayuki in #1382
New Contributors
- @petergoldstein made their first contribution in #1374
- @hirasawayuki made their first contribution in #1378
Full Changelog: v2.0.1...v2.1.0