Releases: lostisland/faraday
Releases · lostisland/faraday
v2.9.2
v2.9.1
What's Changed
New features ✨
- Make dig method case-insensitive in Faraday::Utils::Headers by @vitali-semenyuk in #1557
- Add
TooManyRequestsError
(429) to error docs by @tijmenb in #1565
Bug Fixes 🐞
- Fix compatibility with Ruby 3.4.0-preview1 by @m-nakamura145 in #1560
- Support default json decoder even when nil responds to
:load
by @gtmax in #1563
Misc/Docs 📄
- add bundler config to dependabot by @geemus in #1548
- Add RuboCop disables for Style/ArgumentsForwarding by @olleolleolle in #1550
- docs: update
body
param type forrun_request
by @G-Rath in #1545 - Remove unnecessary rubocop disable comments. by @iMacTia in #1551
- Update rack requirement from ~> 2.2 to ~> 3.0 by @dependabot in #1549
- Use Rubygems Trusted Publishers to publish. by @iMacTia in #1552
- Lint fix: get to green by @olleolleolle in #1558
- Fix Rubocop errors by @iMacTia in #1561
New Contributors
- @G-Rath made their first contribution in #1545
- @vitali-semenyuk made their first contribution in #1557
- @m-nakamura145 made their first contribution in #1560
- @gtmax made their first contribution in #1563
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.
- Remove runtime dependency on base64 by @Earlopain in #1541
- Make Ruby 3.0 the min version by @iMacTia in #1544
- Bump
faraday-net_http
version to allow 3.1 by @iMacTia in #1546
New Contributors
- @Earlopain made their first contribution in #1541
Full Changelog: v2.8.1...v2.9.0
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