Releases: lostisland/faraday
Releases · lostisland/faraday
v2.8.1
What's Changed
- Fix: Add back support for Hash#pretty_inspect by @olleolleolle in #1540
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
New features ✨
Misc/Docs 📄
- Update testing.md by @geemus in #1535
- Lint by @olleolleolle in #1536
- CI: tell dependabot to update GH Actions by @olleolleolle in #1537
- Bump actions/checkout from 3 to 4 by @dependabot in #1538
New Contributors
- @geemus made their first contribution in #1535
- @dependabot made their first contribution in #1538
- @ne006 made their first contribution in #1539
Full Changelog: v2.7.12...v2.8.0
v2.7.12
v2.7.11
What's Changed
- Refer to correct branch [ci skip] by @olleolleolle in #1516
- 📄 New docs 🎉 by @iMacTia in #1517
- Fix capitalization for Elasticsearch by @picandocodigo in #1520
- Fix 404 link in UPGRADING documentation by @shanempope in #1521
- Fix included middleware links by @edwardloveall in #1522
- Fix a test failure using Ruby 3.3.0dev by @koic in #1523
- Format code with less indent by @olleolleolle in #1524
- Add
base64
to runtime dependency by @koic in #1525 - Add option for omitting request data from Faraday exceptions by @ClaytonPassmore in #1526
New Contributors
- @picandocodigo made their first contribution in #1520
- @shanempope made their first contribution in #1521
- @edwardloveall made their first contribution in #1522
- @koic made their first contribution in #1523
- @ClaytonPassmore made their first contribution in #1526
Full Changelog: v2.7.10...v2.7.11
v2.7.10
What's Changed
- Fix some logging inefficiencies by @semaperepelitsa in #1515
New Contributors
- @semaperepelitsa made their first contribution in #1515
Full Changelog: v2.7.9...v2.7.10
v2.7.9
v2.7.8
v2.7.7
v2.7.6
What's Changed
- Fix "method redefined" warnings introduced in Faraday 2.7.5 by @mattbrictson in #1506
Full Changelog: v2.7.5...v2.7.6
v2.7.5
What's Changed
- Subclass Options structs using a block by @bdewater in #1489
- Remove direct struct subclassing by @bdewater in #1491
- Fix incorrect use of logger middleware in docs by @mattbrictson in #1497
- Always assume the existence of
URI::Generic#find_proxy
by @yykamei in #1502 - Encode
false
to"false"
inFaraday::Request::Json
by @yykamei in #1504 - ProxyOptions should treat empty string as nil by @exoego in #1493
New Contributors
- @mattbrictson made their first contribution in #1497
- @exoego made their first contribution in #1493
Full Changelog: v2.7.4...v2.7.5