Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-faraday
From: Takahiro Kambe
Date: 2024-09-22 10:00:40
Message id: 20240922080040.EC562FC74@cvs.NetBSD.org
Log Message:
www/ruby-faraday: update to 2.12.0
2.11.0 (2024-08-25)
What's Changed
This release adds support for the ciphers SSL option (currently supported by
the net_http adapter in v3.3+), as well as taking advantage of the support
of chained certificates introduced in the net_http adapter in v3.2. Also,
it adds a new ParallelManager#execute interface that improves on the
existing one and makes it easier for adapters to support parallel requests.
This is currently used by the async-http adapter.
New features
* Add support for a new ParallelManager#execute method. by @iMacTia in #1584
* Add ciphers attribute to SSLOptions by @womblep in #1582
Misc/Docs
* Opt-in for MFA requirement explicitly by @tagliala in #1580
* Fix typos by @tagliala in #1585
New Contributors
* @tagliala made their first contribution in #1580
* @womblep made their first contribution in #1582
2.12.0 (2024-09-18)
What's Changed
New features
* Make RaiseError middleware configurable to not raise error on certain
status codes (e.g. 404) by @clemens in #1590
Fixes
* Add json as an explicit dependency by @deivid-rodriguez in #1589
Misc/Docs
* docs: fix grammar by @dijonkitchen in #1588
New Contributors
* @dijonkitchen made their first contribution in #1588
* @deivid-rodriguez made their first contribution in #1589
* @clemens made their first contribution in #1590
Files: