Next | Query returned 37 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-04 07:51:50 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | 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

Next | Query returned 37 messages, browsing 1 to 10 | Previous