Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Bump php-http/client-common from 1.7.0 to 1.8.0 #34

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps php-http/client-common from 1.7.0 to 1.8.0.

Release notes

Sourced from php-http/client-common's releases.

Release 1.8.0

See change log for changes.

Changelog

Sourced from php-http/client-common's changelog.

1.8.0 - 2018-09-21

Added

  • Add an option on ErrorPlugin to only throw exception on response with 5XX status code.

Changed

  • AddPathPlugin no longer add prefix multiple times if a request is restarted - it now only adds the prefix if that request chain has not yet passed through the AddPathPlugin
  • RetryPlugin no longer wait for retried requests and use a deferred promise instead

Fixed

  • Decoder plugin will now remove header when there is no more encoding, instead of setting to an empty array
Commits
  • 949ee8a Use deferred to be full async in retry (#101)
  • f6901d0 Merge pull request #107 from php-http/fix/remove-header-if-empty
  • d65deb5 Remove header if there is no more encoding value
  • 7727489 Add an option to only throw exception on 5XX error codes (#100)
  • 6dee34d bump master version alias to next minor version
  • e35c5f3 Only add path prefix if we did not yet add the prefix on this request
  • 7533c2d Merge pull request #94 from vudaltsov/improve-query-defaults
  • b3148f8 Added test to demonstrate that the request query value is not replaced by the...
  • 9e17bab Improved performance of QueryDefaultsPlugin.
  • See full diff in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [php-http/client-common](https://github.com/php-http/client-common) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/php-http/client-common/releases)
- [Changelog](https://github.com/php-http/client-common/blob/master/CHANGELOG.md)
- [Commits](php-http/client-common@1.7.0...1.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

coveralls commented Sep 24, 2018

Pull Request Test Coverage Report for Build 84

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 82: 0.0%
Covered Lines: 134
Relevant Lines: 134

💛 - Coveralls

@dependabot-preview
Copy link
Contributor Author

Superseded by #39.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/php-http/client-common-1.8.0 branch October 10, 2018 03:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants