|
|
|
|
Changelog for ruby2.7-rubygem-faraday-1.8.0-lp153.60.3.x86_64.rpm :
* Sat Oct 09 2021 Manuel Schnitzer - updated to version 1.8.0 * Backport authorization procs (#1322, AATTjarl-dk) * Wed Aug 25 2021 Manuel Schnitzer - updated to version 1.7.0 [#]# [v1.7.0](https://github.com/lostisland/faraday/releases/tag/v1.7.0) (2021-08-09) [#]## Features * Add strict_mode to Test::Stubs (#1298, AATTyykamei) [#]# [v1.6.0](https://github.com/lostisland/faraday/releases/tag/v1.6.0) (2021-08-01) [#]## Misc * Use external Rack adapter (#1296, AATTiMacTia) * Sun Jul 11 2021 Manuel Schnitzer - updated to version 1.5.1 [#] Fixes * Fix JRuby incompatibility after moving out EM adapters (#1294, AATTahorek) [#] Documentation * Update YARD to follow RackBuilder (#1292, AATTkachick) * Sat Jul 10 2021 Manuel Schnitzer - updated to version 1.5.0 [#] Misc * Use external httpclient adapter (#1289, AATTiMacTia) * Use external patron adapter (#1290, AATTiMacTia) * Thu Jun 24 2021 Stephan Kulow updated to version 1.4.3 see installed CHANGELOG.md [#]# [v1.3.0](https://github.com/lostisland/faraday/releases/tag/v1.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](https://github.com/lostisland/faraday-net_http) 🎊! 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, AATTJanDintel and everyone who attended the [ROSS Conf remote event](https://www.rossconf.io/event/remote/) [#]## Features * Improves consistency with Faraday::Error and Faraday::RaiseError (#1229, AATTqsona, AATTiMacTia) [#]## Fixes * Don\'t assign to global ::Timer (#1227, AATTbpo) [#]## Documentation * CHANGELOG: add releases after 1.0 (#1225, AATTolleolleolle) * Improves retry middleware documentation. (#1228, AATTiMacTia) [#]## Misc * Move out Net::HTTP adapter (#1222, AATTJanDintel, AATTiMacTia) * Adds Ruby 3.0 to CI Matrix (#1226, AATTiMacTia) * Wed Jan 20 2021 Stephan Kulow updated to version 1.3.0 see installed CHANGELOG.md [#]# [v1.2.0](https://github.com/lostisland/faraday/releases/tag/v1.2.0) (2020-12-23) [#]## Features * Introduces `on_request` and `on_complete` methods in `Faraday::Middleware`. (#1194, AATTiMacTia) [#]## Fixes * Require \'date\' to avoid retry exception (#1206, AATTrustygeldmacher) * Fix rdebug recursion issue (#1205, AATTnative-api) * Update call to `em_http_ssl_patch` (#1202, AATTkylekeesling) * `EmHttp` adapter: drop superfluous loaded? check (#1213, AATTolleolleolle) * Avoid 1 use of keyword hackery (#1211, AATTgrosser) * Fix #1219 `Net::HTTP` still uses env proxy (#1221, AATTiMacTia) [#]## Documentation * Add comment in gemspec to explain exposure of `examples` and `spec` folders. (#1192, AATTiMacTia) * Adapters, how to create them (#1193, AATTolleolleolle) * Update documentation on using the logger (#1196, AATTtijmenb) * Adjust the retry documentation and spec to align with implementation (#1198, AATTnbeyer) [#]## Misc * Test against ruby head (#1208, AATTgrosser) [#]# [v1.1.0](https://github.com/lostisland/faraday/releases/tag/v1.1.0) (2020-10-17) [#]## Features * Makes parameters sorting configurable (#1162 AATTwishdev) * Introduces `flat_encode` option for multipart adapter. (#1163 AATTiMacTia) * Include request info in exceptions raised by RaiseError Middleware (#1181 AATTSandroDamilano) [#]## Fixes * Avoid `last arg as keyword param` warning when building user middleware on Ruby 2.7 (#1153 AATTdgholz) * Limits net-http-persistent version to < 4.0 (#1156 AATTiMacTia) * Update `typhoeus` to new stable version (`1.4`) (#1159 AATTAlexWayfer) * Properly fix test failure with Rack 2.1+. (#1171 AATTvoxik) [#]## Documentation * Improves documentation on how to contribute to the site by using Docker. (#1175 AATTiMacTia) * Remove retry_change_requests from documentation (#1185 AATTstim371) [#]## Misc * Link from GitHub Actions badge to CI workflow (#1141 AATTolleolleolle) * Return tests of `Test` adapter (#1147 AATTAlexWayfer) * Add 1.0 release to wording in CONTRIBUTING (#1155 AATTolleolleolle) * Fix linting bumping Rubocop to 0.90.0 (#1182 AATTiMacTia) * Drop `git ls-files` in gemspec (#1183 AATTutkarsh2102) * Upgrade CI to ruby/setup-ruby (#1187 AATTgogainda) [#]# [v1.0.1](https://github.com/lostisland/faraday/releases/tag/v1.0.1) (2020-03-29) [#]## Fixes * Use Net::HTTP#start(&block) to ensure closed TCP connections (#1117) * Fully qualify constants to be checked (#1122) * Allows `parse` method to be private/protected in response middleware (#1123) * Encode Spaces in Query Strings as \'%20\' Instead of \'+\' (#1125) * Limits rack to v2.0.x (#1127) * Adapter Registry reads also use mutex (#1136) [#]## Documentation * Retry middleware documentation fix (#1109) * Docs(retry): precise usage of retry-after (#1111) * README: Link the logo to the website (#1112) * Website: add search bar (#1116) * Fix request/response mix-up in docs text (#1132) * Thu May 07 2020 Stephan Kulow - updated to version 1.0.1 see installed CHANGELOG.md * Mon Feb 10 2020 Stephan Kulow - updated to version 1.0.0 no changelog found * Sat Dec 08 2018 Stephan Kulow - updated to version 0.15.4 no changelog found * Wed May 23 2018 factory-autoAATTkulow.org- updated to version 0.15.2 no changelog found * Wed May 16 2018 factory-autoAATTkulow.org- updated to version 0.15.1 no changelog found * Fri Apr 20 2018 factory-autoAATTkulow.org- updated to version 0.15.0 no changelog found * Thu Feb 08 2018 cooloAATTsuse.com- updated to version 0.14.0 no changelog found * Sun Sep 03 2017 cooloAATTsuse.com- updated to version 0.13.1 no changelog found * Thu Aug 03 2017 cooloAATTsuse.com- updated to version 0.12.2 no changelog found * Tue May 23 2017 cooloAATTsuse.com- updated to version 0.12.1 no changelog found * Thu Apr 13 2017 cooloAATTsuse.com- updated to version 0.12.0.1 no changelog found * Sun Apr 02 2017 cooloAATTsuse.com- updated to version 0.12.0 no changelog found * Sat Jan 14 2017 cooloAATTsuse.com- updated to version 0.11.0 no changelog found * Sat Dec 31 2016 cooloAATTsuse.com- updated to version 0.10.1 no changelog found * Sat Nov 12 2016 cooloAATTsuse.com- updated to version 0.10.0 no changelog found * Wed Oct 07 2015 cooloAATTsuse.com- updated to version 0.9.2 CHANGELOG.md removed upstream * Mon Feb 09 2015 cooloAATTsuse.com- updated to version 0.9.1 * Refactor Net:HTTP adapter so that with_net_http_connection can be overridden to allow pooled connections. (AATTBen-M) * Add configurable methods that bypass `retry_if` in the Retry request middleware. (AATTmike-bourgeous) * Thu Oct 23 2014 tboergerAATTsuse.com- Updated last pieces for new macros
|
|
|