Releases: lostisland/faraday_middleware
Releases · lostisland/faraday_middleware
v1.2.1
What's Changed
Fixes 🐞
- fix: drop unused addressable gem by @olleolleolle in #283
- Don't register the request/response json middleware for Faraday 1.10+ by @iMacTia in #288
Misc/Docs 📄
- Add Ruby 3.1 to CI by @petergoldstein in #278
- Add link to
awesome-faraday
into README by @AlexWayfer in #281 - correction in README.md by @Vandit1604 in #284
- Adds Ruby 3.2 to CI. by @petergoldstein in #285
- README: use GitHub Actions-based badge by @olleolleolle in #289
- CI: Trust ruby/setup-ruby to install gems by @olleolleolle in #290
- CI: add Ruby 3.3 to test matrix by @olleolleolle in #291
- Ci drop yard junk by @olleolleolle in #292
New Contributors
- @petergoldstein made their first contribution in #278
- @AlexWayfer made their first contribution in #281
- @Vandit1604 made their first contribution in #284
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.0
Features
Bugs fixed
- Use JSON.generate instead of .dump in request middleware (#266, @Be-ngt-oH)
Chores and misc
- Add rubocop-package and drop git ls-files in gemspec (#263, @utkarsh2102)
v1.0.0
This is FaradayMiddleware 1.0 official release 🎉!
This release officially supports Faraday 1.0.
It contains all changes included in the 1.0.0.rc1 release, plus:
- Increase minimum
rake
version to 12.3.3 for security reasons
Special thanks to contributors who helped us push this over the line:
@BobbyMcWho, @onk and @d-m-u
v1.0.0.rc1
v0.14.0
NOTE: This is the last minor release in the v0.x series, next release will be 1.0 to match Faraday v1.0 release and from then on only fixes will be applied to v0.14.x!