./www/ruby-faraday, HTTP/REST API client library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.7.5, Package name: ruby31-faraday-2.7.5, Maintainer: pkgsrc-users

Faraday 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: 68 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-09 17:27:08 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2023-01-09 09:45:48 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-faraday: update to 2.7.2

Please refer <https://github.com/lostisland/faraday/releases> for changes
before 2.4.0 release.

2.7.2 (2022-12-14)

What's Changed

* Replace actions/setup-ruby with ruby/setup-ruby by @kyoshidajp in #1466
* Enforce timeouts in Faraday's test adapter by @dpep in #1465
* Rename Faraday::Logger::Formatter#error to #exception by @iMacTia in #1468

ATTENTION

Rename Faraday::Logger::Formatter#error (#1468) is potentially a breaking
change IF you've created a custom Faraday::Logging::Formatter implementing
the new error method introduced in v2.7.0.

We've decided to rollout this change in a fix version anyway because the
name of the method was potentially causing infinite loop issues, and because
the feature was very recently released.

This should not be impacting you otherwise and you can safely upgrade.

2.7.1 (2022-11-18)

What's Changed

* fix: require 'pp' to have access to #pretty_inspect by @olleolleolle in
  #1463

2.7.0 (2022-11-15)

What's Changed

* GitHub Workflows security hardening by @sashashura in #1451
* Remove unnecessary require 'pp' by @iMacTia in #1457
* Convert self[key] to a String with #<< on #add_parsed by @yykamei in #1459
* Allow logging of errors raised in adapters or other middleware by @epaew
  in #1460

2.6.0 (2022-10-03)

What's Changed

New features

* Forward the env to Request::Authorization#header_from by @swatosh in #1450

Documentation

* Correct a typo in UPGRADING.md by @felixonmars in #1448
* Fix usage page to match latest version's default adapter specification by
  @mi-wada in #1447
* Update @param of methods on Connection by @yykamei in #1452

2.5.2 (2022-08-12)

What's Changed

* Enables and fixes all new cops by @iMacTia in #1443
* Explicitly pass reason_phrase to save_response in test adapter by @iMacTia
  in #1445

2.5.1 (2022-08-08)

What's Changed

* Add support for faraday-net_http adapter's latest version to make use of
  the new streaming API introduced in v2.5.0

2.5.0 (2022-08-08)

What's Changed

* Improve streaming interface to provide response info by @iMacTia in #1439

2.4.0 (2022-07-28)

What's Changed

* Remove examples using extension middleware by @iMacTia in #1419
* docs: Update to 2022 by @olleolleolle in #1420
* Handle verify hostname ssl option by @kazarin in #1428
* docs link fixed by @hirotoKirimaru in #1432
* [site] Move JsonResponse middleware to response section by @jasonkarns in
  #1434
* Fix syntax to use correct doc link for url_encoded by @sampatbadhe in
  #1435
* Support Proc type for stubbed request body by @yykamei in #1436
   2023-01-07 16:31:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-faraday: update to 1.10.2

1.10.2 (2022-08-23)

What's Changed

* Deprecate three methods for version 2.0 by @hyuraku in #1446

1.10.1 (2022-08-07)

What's Changed

* add Faraday#Deprecate to 1.x by @hyuraku in #1438

New Contributors

* @hyuraku made their first contribution in #1438

1.10.0 (2022-02-16)

What's Changed

* Add JSON middleware by @iMacTia in #1400

1.9.3 (2022-01-06)

* Re-add support for Ruby 2.4+ by @iMacTia in #1371

1.9.2 (2022-01-06)

* Add alias with legacy name to gemified middleware by @iMacTia in #1372

1.9.1 (2022-01-06)

* Update adapter dependencies in Gemspec by @iMacTia in #1370

1.9.0 (2022-01-06)

* Use external multipart and retry middleware by @iMacTia in #1367
   2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030)
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
   2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033)
Log message:
www: Remove SHA1 hashes for distfiles