Release notes
*Sourced from [faraday's releases](https://github.com/lostisland/faraday/releases).*
> ## Faraday v0.17.1
> Final release before Faraday v1.0, with important fixes for Ruby 2.7.
>
> Fixes:
>
> * RaiseError response middleware raises exception if HTTP client returns a nil
> status. ([#1042](https://github-redirect.dependabot.com/lostisland/faraday/issues/1042))
>
> Misc:
>
> * Fix Ruby 2.7 warnings ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009))
> * Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. ([#1054](https://github-redirect.dependabot.com/lostisland/faraday/issues/1054), [#1059](https://github-redirect.dependabot.com/lostisland/faraday/issues/1059),
> [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076), [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077))
> * Add release notes up to current in CHANGELOG.md ([#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066))
> * Port minimal rspec suite from main branch to run backported tests. ([#1058](https://github-redirect.dependabot.com/lostisland/faraday/issues/1058))
>
> ## Faraday v0.17.0
> # ATTENTION: This is a ROLLBACK RELEASE!
>
> We apologise for the issues created by the v0.16.x release series, these were due to the Faraday team underestimating the latest changes applied to master since v0.15.4 (November 2018).
> The v0.16.0 -> v0.16.2 releases will be removed from Rubygems and all changes contained in master will be released as v1.0.
>
> v0.17.x will continue from where v0.15.4 left so it will not give any backwards-incompatible issues like the v0.16.x series did.
>
> **Extra Note:** some gems using Faraday may keep a cache of request/responses data. We suggest you to clear any cache related to Faraday requests after upgrading to v0.17.0 (e.g. https://github-redirect.dependabot.com/github-changelog-generator/github-changelog-generator/issues/738#issuecomment-538931022)
>
> ## Diff from v0.15.4
> * Include instructions for using custom middleware ([#836](https://github-redirect.dependabot.com/lostisland/faraday/issues/836))
> * Travis: add 2.6.0 to CI matrix, remove sudo: false ([#839](https://github-redirect.dependabot.com/lostisland/faraday/issues/839))
> * Explicitly require `date` for DateTime ([#844](https://github-redirect.dependabot.com/lostisland/faraday/issues/844))
> * README: Travis build badge for branch master ([#849](https://github-redirect.dependabot.com/lostisland/faraday/issues/849))
>
> ## Faraday v0.16.2
> Bugs:
>
> - Allow subclassing deprecated classes [#1035](https://github-redirect.dependabot.com/lostisland/faraday/issues/1035) ([@BobbyMcWho](https://github.com/BobbyMcWho)!)
>
> ## Faraday v0.16.1
> Bugs:
> * Restore backwards compatibility layer for Faraday errors under the `Faraday::Error` module [#1030](https://github-redirect.dependabot.com/lostisland/faraday/issues/1030) ([@michaelherold](https://github.com/michaelherold))
>
> ## Faraday v0.16.0
> This release also includes all the updates from [RC-1](https://github.com/lostisland/faraday/releases/tag/v1.0-rc1).
>
> Features:
> * Create `ParamPart` class to allow multipart posts with JSON content and file upload at the same time [#1017](https://github-redirect.dependabot.com/lostisland/faraday/issues/1017) ([@jeremy-israel](https://github.com/jeremy-israel))
> * Rename `UploadIO` -> `FilePart` to be consistent with `ParamPart` class name. [#1021](https://github-redirect.dependabot.com/lostisland/faraday/issues/1021) ([@technoweenie](https://github.com/technoweenie))
> * `UploadIO` class name is preserved for backwards compatibility.
> * Enable response body streaming in Excon. [#1026](https://github-redirect.dependabot.com/lostisland/faraday/issues/1026) ([@technoweenie](https://github.com/technoweenie))
>
> ... (truncated)
Changelog
*Sourced from [faraday's changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md).*
> # Faraday Changelog
>
> ## v1.0-rc1
>
> Features:
>
> * Add #trace and #connect support to Faraday::Connection [#861](https://github-redirect.dependabot.com/lostisland/faraday/issues/861) ([@technoweenie](https://github.com/technoweenie))
> * Add the log formatter that is easy to override and safe to inherit [#889](https://github-redirect.dependabot.com/lostisland/faraday/issues/889) ([@prikha](https://github.com/prikha))
> * Support standalone adapters [#941](https://github-redirect.dependabot.com/lostisland/faraday/issues/941) ([@iMacTia](https://github.com/iMacTia))
> * Introduce Faraday::ConflictError for 409 response code [#979](https://github-redirect.dependabot.com/lostisland/faraday/issues/979) ([@lucasmoreno](https://github.com/lucasmoreno))
>
> Bugs:
>
> * Explicitly require date for DateTime library in Retry middleware [#844](https://github-redirect.dependabot.com/lostisland/faraday/issues/844) ([@nickpresta](https://github.com/nickpresta))
> * Refactor Adapter as final endpoints [#846](https://github-redirect.dependabot.com/lostisland/faraday/issues/846) ([@iMacTia](https://github.com/iMacTia))
> * Separate Request and Response bodies in Faraday::Env [#847](https://github-redirect.dependabot.com/lostisland/faraday/issues/847) ([@iMacTia](https://github.com/iMacTia))
> * Implement Faraday::Connection#options to make HTTP requests with the OPTIONS verb. [#857](https://github-redirect.dependabot.com/lostisland/faraday/issues/857) ([@technoweenie](https://github.com/technoweenie))
> * Multipart: Drop Ruby 1.8 String behavior compat [#892](https://github-redirect.dependabot.com/lostisland/faraday/issues/892) ([@olleolleolle](https://github.com/olleolleolle))
> * Fix Ruby warnings in Faraday::Options.memoized [#962](https://github-redirect.dependabot.com/lostisland/faraday/issues/962) ([@technoweenie](https://github.com/technoweenie))
> * Allow setting min/max SSL version for a Net::HTTP::Persistent connection [#972](https://github-redirect.dependabot.com/lostisland/faraday/issues/972), [#973](https://github-redirect.dependabot.com/lostisland/faraday/issues/973) ([@bdewater](https://github.com/bdewater), [@olleolleolle](https://github.com/olleolleolle))
>
> Misc:
>
> * Convert minitest suite to RSpec [#832](https://github-redirect.dependabot.com/lostisland/faraday/issues/832) ([@iMacTia](https://github.com/iMacTia), with help from [@gaynetdinov](https://github.com/gaynetdinov), [@Insti](https://github.com/Insti), [@technoweenie](https://github.com/technoweenie))
> * Major effort to update code to RuboCop standards. [#854](https://github-redirect.dependabot.com/lostisland/faraday/issues/854) ([@olleolleolle](https://github.com/olleolleolle), [@iMacTia](https://github.com/iMacTia), [@technoweenie](https://github.com/technoweenie), [@htwroclau](https://github.com/htwroclau), [@jherdman](https://github.com/jherdman), [@Drenmi](https://github.com/Drenmi), [@Insti](https://github.com/Insti))
> * Documentation tweaks ([@adsteel](https://github.com/adsteel), [@Hubro](https://github.com/Hubro), [@iMacTia](https://github.com/iMacTia), [@olleolleolle](https://github.com/olleolleolle), [@technoweenie](https://github.com/technoweenie))
> * Update license year [#981](https://github-redirect.dependabot.com/lostisland/faraday/issues/981) ([@Kevin-Kawai](https://github.com/Kevin-Kawai))
>
> ## v0.17.0
>
> This release is the same as v0.15.4. It was pushed to cover up releases
> v0.16.0-v0.16.2.
Commits
- [`9865ebb`](https://github.com/lostisland/faraday/commit/9865ebbf8ffdbb2f12bb3af7f02baa10070e8c5a) add release notes for Faraday v0.17.1 ([#1082](https://github-redirect.dependabot.com/lostisland/faraday/issues/1082))
- [`6fc0845`](https://github.com/lostisland/faraday/commit/6fc084565e21ed91e6e883de522bf978d05d2035) Merge pull request [#1081](https://github-redirect.dependabot.com/lostisland/faraday/issues/1081) from lostisland/0.1x-ruby-2.7-fixes
- [`b32566c`](https://github.com/lostisland/faraday/commit/b32566c3aa876a21f15f67580c42635e534e483b) This fixes warnings on Ruby 2.7 ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009))
- [`389ede4`](https://github.com/lostisland/faraday/commit/389ede471f7948bdfd4694645fd588b8f5c79b76) Merge pull request [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076) from lostisland/0.1x-deprecate-fixes-2
- [`b499d4f`](https://github.com/lostisland/faraday/commit/b499d4f26574aa00597353ee6e3a897f851db44f) Merge pull request [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077) from BobbyMcWho/deprecate-changes
- [`5099ebc`](https://github.com/lostisland/faraday/commit/5099ebc724fabcd0730e20a48541784441ff2f28) Remove the intermediate variable
- [`8332622`](https://github.com/lostisland/faraday/commit/833262233005c77ccdff269b27964bf9a20eab67) teach DeprecatedClass.proxy_class to accept a different ver
- [`34e28b6`](https://github.com/lostisland/faraday/commit/34e28b65e7dbfdae8a69f6257593ca882d082f37) remove usage of ===
- [`2f1a8c9`](https://github.com/lostisland/faraday/commit/2f1a8c9b75cbe80e8364235311f3c3ca0d361b8d) Merge pull request [#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066) from lostisland/0.1x-changelog
- [`a1fc91e`](https://github.com/lostisland/faraday/commit/a1fc91e6f18e43ed2176d96f21012c703b3cc8aa) update authors
- Additional commits viewable in [compare view](https://github.com/lostisland/faraday/compare/v0.15.4...v0.17.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps faraday from 0.15.4 to 0.17.1.
Release notes
*Sourced from [faraday's releases](https://github.com/lostisland/faraday/releases).* > ## Faraday v0.17.1 > Final release before Faraday v1.0, with important fixes for Ruby 2.7. > > Fixes: > > * RaiseError response middleware raises exception if HTTP client returns a nil > status. ([#1042](https://github-redirect.dependabot.com/lostisland/faraday/issues/1042)) > > Misc: > > * Fix Ruby 2.7 warnings ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009)) > * Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. ([#1054](https://github-redirect.dependabot.com/lostisland/faraday/issues/1054), [#1059](https://github-redirect.dependabot.com/lostisland/faraday/issues/1059), > [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076), [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077)) > * Add release notes up to current in CHANGELOG.md ([#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066)) > * Port minimal rspec suite from main branch to run backported tests. ([#1058](https://github-redirect.dependabot.com/lostisland/faraday/issues/1058)) > > ## Faraday v0.17.0 > # ATTENTION: This is a ROLLBACK RELEASE! > > We apologise for the issues created by the v0.16.x release series, these were due to the Faraday team underestimating the latest changes applied to master since v0.15.4 (November 2018). > The v0.16.0 -> v0.16.2 releases will be removed from Rubygems and all changes contained in master will be released as v1.0. > > v0.17.x will continue from where v0.15.4 left so it will not give any backwards-incompatible issues like the v0.16.x series did. > > **Extra Note:** some gems using Faraday may keep a cache of request/responses data. We suggest you to clear any cache related to Faraday requests after upgrading to v0.17.0 (e.g. https://github-redirect.dependabot.com/github-changelog-generator/github-changelog-generator/issues/738#issuecomment-538931022) > > ## Diff from v0.15.4 > * Include instructions for using custom middleware ([#836](https://github-redirect.dependabot.com/lostisland/faraday/issues/836)) > * Travis: add 2.6.0 to CI matrix, remove sudo: false ([#839](https://github-redirect.dependabot.com/lostisland/faraday/issues/839)) > * Explicitly require `date` for DateTime ([#844](https://github-redirect.dependabot.com/lostisland/faraday/issues/844)) > * README: Travis build badge for branch master ([#849](https://github-redirect.dependabot.com/lostisland/faraday/issues/849)) > > ## Faraday v0.16.2 > Bugs: > > - Allow subclassing deprecated classes [#1035](https://github-redirect.dependabot.com/lostisland/faraday/issues/1035) ([@BobbyMcWho](https://github.com/BobbyMcWho)!) > > ## Faraday v0.16.1 > Bugs: > * Restore backwards compatibility layer for Faraday errors under the `Faraday::Error` module [#1030](https://github-redirect.dependabot.com/lostisland/faraday/issues/1030) ([@michaelherold](https://github.com/michaelherold)) > > ## Faraday v0.16.0 > This release also includes all the updates from [RC-1](https://github.com/lostisland/faraday/releases/tag/v1.0-rc1). > > Features: > * Create `ParamPart` class to allow multipart posts with JSON content and file upload at the same time [#1017](https://github-redirect.dependabot.com/lostisland/faraday/issues/1017) ([@jeremy-israel](https://github.com/jeremy-israel)) > * Rename `UploadIO` -> `FilePart` to be consistent with `ParamPart` class name. [#1021](https://github-redirect.dependabot.com/lostisland/faraday/issues/1021) ([@technoweenie](https://github.com/technoweenie)) > * `UploadIO` class name is preserved for backwards compatibility. > * Enable response body streaming in Excon. [#1026](https://github-redirect.dependabot.com/lostisland/faraday/issues/1026) ([@technoweenie](https://github.com/technoweenie)) > > ... (truncated)Changelog
*Sourced from [faraday's changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md).* > # Faraday Changelog > > ## v1.0-rc1 > > Features: > > * Add #trace and #connect support to Faraday::Connection [#861](https://github-redirect.dependabot.com/lostisland/faraday/issues/861) ([@technoweenie](https://github.com/technoweenie)) > * Add the log formatter that is easy to override and safe to inherit [#889](https://github-redirect.dependabot.com/lostisland/faraday/issues/889) ([@prikha](https://github.com/prikha)) > * Support standalone adapters [#941](https://github-redirect.dependabot.com/lostisland/faraday/issues/941) ([@iMacTia](https://github.com/iMacTia)) > * Introduce Faraday::ConflictError for 409 response code [#979](https://github-redirect.dependabot.com/lostisland/faraday/issues/979) ([@lucasmoreno](https://github.com/lucasmoreno)) > > Bugs: > > * Explicitly require date for DateTime library in Retry middleware [#844](https://github-redirect.dependabot.com/lostisland/faraday/issues/844) ([@nickpresta](https://github.com/nickpresta)) > * Refactor Adapter as final endpoints [#846](https://github-redirect.dependabot.com/lostisland/faraday/issues/846) ([@iMacTia](https://github.com/iMacTia)) > * Separate Request and Response bodies in Faraday::Env [#847](https://github-redirect.dependabot.com/lostisland/faraday/issues/847) ([@iMacTia](https://github.com/iMacTia)) > * Implement Faraday::Connection#options to make HTTP requests with the OPTIONS verb. [#857](https://github-redirect.dependabot.com/lostisland/faraday/issues/857) ([@technoweenie](https://github.com/technoweenie)) > * Multipart: Drop Ruby 1.8 String behavior compat [#892](https://github-redirect.dependabot.com/lostisland/faraday/issues/892) ([@olleolleolle](https://github.com/olleolleolle)) > * Fix Ruby warnings in Faraday::Options.memoized [#962](https://github-redirect.dependabot.com/lostisland/faraday/issues/962) ([@technoweenie](https://github.com/technoweenie)) > * Allow setting min/max SSL version for a Net::HTTP::Persistent connection [#972](https://github-redirect.dependabot.com/lostisland/faraday/issues/972), [#973](https://github-redirect.dependabot.com/lostisland/faraday/issues/973) ([@bdewater](https://github.com/bdewater), [@olleolleolle](https://github.com/olleolleolle)) > > Misc: > > * Convert minitest suite to RSpec [#832](https://github-redirect.dependabot.com/lostisland/faraday/issues/832) ([@iMacTia](https://github.com/iMacTia), with help from [@gaynetdinov](https://github.com/gaynetdinov), [@Insti](https://github.com/Insti), [@technoweenie](https://github.com/technoweenie)) > * Major effort to update code to RuboCop standards. [#854](https://github-redirect.dependabot.com/lostisland/faraday/issues/854) ([@olleolleolle](https://github.com/olleolleolle), [@iMacTia](https://github.com/iMacTia), [@technoweenie](https://github.com/technoweenie), [@htwroclau](https://github.com/htwroclau), [@jherdman](https://github.com/jherdman), [@Drenmi](https://github.com/Drenmi), [@Insti](https://github.com/Insti)) > * Documentation tweaks ([@adsteel](https://github.com/adsteel), [@Hubro](https://github.com/Hubro), [@iMacTia](https://github.com/iMacTia), [@olleolleolle](https://github.com/olleolleolle), [@technoweenie](https://github.com/technoweenie)) > * Update license year [#981](https://github-redirect.dependabot.com/lostisland/faraday/issues/981) ([@Kevin-Kawai](https://github.com/Kevin-Kawai)) > > ## v0.17.0 > > This release is the same as v0.15.4. It was pushed to cover up releases > v0.16.0-v0.16.2.Commits
- [`9865ebb`](https://github.com/lostisland/faraday/commit/9865ebbf8ffdbb2f12bb3af7f02baa10070e8c5a) add release notes for Faraday v0.17.1 ([#1082](https://github-redirect.dependabot.com/lostisland/faraday/issues/1082)) - [`6fc0845`](https://github.com/lostisland/faraday/commit/6fc084565e21ed91e6e883de522bf978d05d2035) Merge pull request [#1081](https://github-redirect.dependabot.com/lostisland/faraday/issues/1081) from lostisland/0.1x-ruby-2.7-fixes - [`b32566c`](https://github.com/lostisland/faraday/commit/b32566c3aa876a21f15f67580c42635e534e483b) This fixes warnings on Ruby 2.7 ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009)) - [`389ede4`](https://github.com/lostisland/faraday/commit/389ede471f7948bdfd4694645fd588b8f5c79b76) Merge pull request [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076) from lostisland/0.1x-deprecate-fixes-2 - [`b499d4f`](https://github.com/lostisland/faraday/commit/b499d4f26574aa00597353ee6e3a897f851db44f) Merge pull request [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077) from BobbyMcWho/deprecate-changes - [`5099ebc`](https://github.com/lostisland/faraday/commit/5099ebc724fabcd0730e20a48541784441ff2f28) Remove the intermediate variable - [`8332622`](https://github.com/lostisland/faraday/commit/833262233005c77ccdff269b27964bf9a20eab67) teach DeprecatedClass.proxy_class to accept a different ver - [`34e28b6`](https://github.com/lostisland/faraday/commit/34e28b65e7dbfdae8a69f6257593ca882d082f37) remove usage of === - [`2f1a8c9`](https://github.com/lostisland/faraday/commit/2f1a8c9b75cbe80e8364235311f3c3ca0d361b8d) Merge pull request [#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066) from lostisland/0.1x-changelog - [`a1fc91e`](https://github.com/lostisland/faraday/commit/a1fc91e6f18e43ed2176d96f21012c703b3cc8aa) update authors - Additional commits viewable in [compare view](https://github.com/lostisland/faraday/compare/v0.15.4...v0.17.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)