Path to this page:
./
www/ruby-faraday,
HTTP/REST API client library
Branch: CURRENT,
Version: 2.12.0,
Package name: ruby32-faraday-2.12.0,
Maintainer: pkgsrc-usersFaraday is an HTTP client lib that provides a common interface over many
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
processing the request/response cycle.
Required to run:[
www/ruby-multipart-post] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 72 KB
Version history: (Expand)
- (2024-09-22) Updated to version: ruby32-faraday-2.12.0
- (2024-07-13) Updated to version: ruby32-faraday-2.10.0
- (2024-06-30) Updated to version: ruby32-faraday-2.9.2
- (2024-06-08) Updated to version: ruby32-faraday-2.9.1
- (2024-02-04) Updated to version: ruby31-faraday-2.9.0
- (2023-12-17) Updated to version: ruby31-faraday-2.7.12
CVS history: (Expand)
2024-02-04 07:51:50 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.9.0
2.8.0 (2023-12-20)
What's Changed
New features
* Configurable JSON encoders and decoders by @ne006 in #1539
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
2.8.1 (2023-12-21)
What's Changed
* Fix: Add back support for Hash#pretty_inspect by @olleolleolle in #1540
2.9.0 (2024-01-09)
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
|
2023-12-17 17:21:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.12
2.7.12 (2023-11-21)
What's Changed
* Update parallel-requests.md by @k0i in #1528
* TooManyRequests error by @dpep in #1530
New Contributors
* @k0i made their first contribution in #1528
|
2023-09-18 19:46:34 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.11
2.7.11 (2023-09-13)
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
|
2023-07-09 05:20:17 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.10
2.7.7 (2023-06-20)
What's Changed
* Fix implementation of Faraday::Error helpers. by @iMacTia in #1510
2.7.8 (2023-06-28)
What's Changed
* Failing test: Logging headers & errors fails when ConnectionFailed is
raised by @eikes in #1512
New Contributors
* @eikes made their first contribution in #1512
2.7.9 (2023-06-30)
What's Changed
* Raise Error: Add Faraday::RequestTimeoutError by @tisba in #1513
* Include env[:headers] in Stubs::NotFound by @yykamei in #1514
New Contributors
* @tisba made their first contribution in #1513
2.7.10 (2023-07-06)
What's Changed
* Fix some logging inefficiencies by @semaperepelitsa in #1515
New Contributors
* @semaperepelitsa made their first contribution in #1515
|
2023-06-09 17:27:08 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.6
2.7.6 (2023-06-07)
What's Changed
* Fix "method redefined" warnings introduced in Faraday 2.7.5 by
@mattbrictson in #1506
|
2023-05-28 03:46:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.5
2.7.5 (2023-05-24)
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" in Faraday::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
|
2023-01-21 15:10:08 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.4
2.7.4 (2023-01-20)
What's Changed
* Fix support for custom URI parsers by @iMacTia in #1485
|
2023-01-19 15:10:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-faraday: update to 2.7.3
2.7.3 (2023-01-16)
What's Changed
Fixes:
* Fix Style/ZeroLengthPredicate by @olleolleolle in #1480
* Connection#build_exclusive_url: replace simple syntax by @hyuraku in #1481
* Add URL to to_hash in Faraday::Response (#1474) by @aaronstillwell in #1475
Misc:
* Clarify diff between connection settings timeout and open_timeout by
@Yu-Chieh-Henry-Yang in #1470
* Adds Ruby 3.2 to the CI matrix. by @petergoldstein in #1471
* Fix typo in Adapters documentation by @henrialb in #1473
* docs: Update to 2023 by @frederikspang in #1477
* Update connection.rb documentation to use PUT in an example by @wlads in
#1482
New Contributors
* @Yu-Chieh-Henry-Yang made their first contribution in #1470
* @henrialb made their first contribution in #1473
* @frederikspang made their first contribution in #1477
* @aaronstillwell made their first contribution in #1475
* @wlads made their first contribution in #1482
|