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

Bump php-vcr/php-vcr from 1.2.8 to 1.4.5 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps php-vcr/php-vcr from 1.2.8 to 1.4.5.

Release notes

Sourced from php-vcr/php-vcr's releases.

Various fixes

It has been a while since the last release. This release is nothing major: just some minor tweaks and fixes that have been done since the last release. Possibly, this is the last release on the 1.4.* series.

Fix curl reset on async requests for Guzzle 6

Stop failing on calls to /dev/urandom

Symfony 4 compatible

Make handling of empty strings in CURLOPT_POSTFIELDS consistent

  • #206 Make handling of empty strings in CURLOPT_POSTFIELDS consistent

CurlHook now returns integer HTTP status code and fail safe check while opening files on StreamProcessor

  • #219 PHP-VCR 1.4 minor cycle
  • #192 / #220 CurlHook now returns integer HTTP status codes
  • #212 StreamProcessor now checks for file existence when mode is read only

Fixed a bug where the Host header can have its value replaced

  • #213 / #215 Don't set Host header in setUrl if already set
  • #218 Extra check when Host header was null before

Fixed header being lost and/or replaced and a bug where PUT is turned into POST

  • #216 Prevent first header from being lost when combining arrays
  • #186 / #187 Always override request method if CURLOPT_CUSTOMREQUEST is set

Curl Options correctly used when POST, better parallel curl requests

  • #175 Set POST method when CURLOPT_POSTFIELDS is set
  • #151 Fix parallel Curl requests
  • #158 / #185 Fix bug with StreamProcessor::stream_lock

Reset request on curl_rest, clones request to avoid segmentation fault on PHP 5.3 and 5.4 with old libraries

#147 Reset request on curl_reset #170 Removed test for non implemented feature and bumped phpunit #171 Fixes #153 and #152: SoapClient::__getLastRequest() returns NULL in PHP 5.3 and 5.4

Elaborated library versions support, fixed bug where headers with JSON content couldn't be processed

We are bumping minor instead of patch versions because of small breaks, like symfony event version and the way to handle headers.

#166 Improve versions constraints to better compatibility #163 Fix for parsing header values that include colons followed by spaces #164 Documentation and hide old changelogs #165 Fixed SOAP tests by replacing the public weather API

Commits

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 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:

  • 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 [php-vcr/php-vcr](https://github.com/php-vcr/php-vcr) from 1.2.8 to 1.4.5.
- [Release notes](https://github.com/php-vcr/php-vcr/releases)
- [Changelog](https://github.com/php-vcr/php-vcr/blob/master/docs/old-changelog.md)
- [Commits](php-vcr/php-vcr@1.2.8...1.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants