Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-faraday
From: Takahiro Kambe
Date: 2021-01-16 13:50:18
Message id: 20210116125018.7C2F7FA9D@cvs.NetBSD.org
Log Message:
www/ruby-faraday: update to 1.3.0
1.3.0 (2020-12-31)
Highlights
Faraday v1.3.0 is the first release to officially support Ruby 3.0 in the
CI pipeline!
This is also the first release with a previously "included" adapter
(Net::HTTP) being isolated into a separate gem ! The new adapter is added
to Faraday as a dependency for now, so that means full
backwards-compatibility, but just to be safe be careful when upgrading!
This is a huge step towards are Faraday v2.0 objective of pushing adapters
and middleware into separate gems. Many thanks to the Faraday Team,
@JanDintel and everyone who attended the ROSS Conf remote event
Features
* Improves consistency with Faraday::Error and Faraday::RaiseError (#1229,
@qsona, @iMacTia)
Fixes
* Don't assign to global ::Timer (#1227, @bpo)
Documentation
* CHANGELOG: add releases after 1.0 (#1225, @olleolleolle)
* Improves retry middleware documentation. (#1228, @iMacTia)
Misc
* Move out Net::HTTP adapter (#1222, @JanDintel, @iMacTia)
* Adds Ruby 3.0 to CI Matrix (#1226, @iMacTia)
v1.2.0 (2020-12-23)
Features
* Introduces on_request and on_complete methods in
Faraday::Middleware. (#1194, @iMacTia)
Fixes
* Require 'date' to avoid retry exception (#1206, @rustygeldmacher)
* Fix rdebug recursion issue (#1205, @native-api)
* Update call to em_http_ssl_patch (#1202, @kylekeesling)
* EmHttp adapter: drop superfluous loaded? check (#1213, @olleolleolle)
* Avoid 1 use of keyword hackery (#1211, @grosser)
* Fix #1219 Net::HTTP still uses env proxy (#1221, @iMacTia)
Documentation
* Add comment in gemspec to explain exposure of examples and spec
folders. (#1192, @iMacTia)
* Adapters, how to create them (#1193, @olleolleolle)
* Update documentation on using the logger (#1196, @tijmenb)
* Adjust the retry documentation and spec to align with implementation
(#1198, @nbeyer)
Misc
* Test against ruby head (#1208, @grosser)
Files: