Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump php-http/httplug-bundle from 1.21.0 to 1.27.1 #1286

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps php-http/httplug-bundle from 1.21.0 to 1.27.1.

Release notes

Sourced from php-http/httplug-bundle's releases.

1.27.1

  • Added : void to Collector::reset to avoid PHP warning.
  • If captured_body_length is set to 0 (default value), show a special message rather than the generic message This message has no captured body.
  • Fixed: Add slash in profiler if there is none between host and path.

1.27.0

  • Added support for configuring the error plugin via configuration

1.26.2

  • Fixed: You can now configure the cache plugin option cache_lifetime to null (which makes the plugin not add to the maxAge).

1.26.1

  • Fixed: Setting the cache plugin option respect_response_cache_directives to null makes the plugin use the default set of directives instead of triggering an error.

1.26.0

  • Fixed you can now configure the cache plugin default_ttl with null.

1.25.0

  • Added PHP 8.1 support
  • Added Symfony 6 support
  • Removed Symfony 3.x support

1.24.0

  • Changed stopwatch category from default to "httplug", so it's more prominent on Execution timeline view
  • Changed tab texts inside profiler so that it shows ports in URL in case it's non-standard
  • Changed default logging plugin monolog channel from "app" to "httplug"
  • Fixed compatibility with Twig 3.x

1.23.1

  • Fix issue with whitespaces in URL when URL in tab was copied
  • Fixed dark mode compatiblity, making some previously invisible elements visible

1.23.0

  • Changed the way request/response body is displayed in profiler. symfony/var-dumper is used now.
  • Changed badge counter of # of requests on side menu to be always visible

1.22.1

  • Do not deprecate the service alias for the old Http\Client\HttpClient interface because different Symfony versions expect a different syntax for the deprecation, which triggers an error on some Symfony versions.

1.22.0

  • Register client as alias for the PSR Psr\Http\Client\ClientInterface
  • Deprecate relying on the Http\Client\HttpClient interface in favor of the PSR ClientInterface
Changelog

Sourced from php-http/httplug-bundle's changelog.

1.27.1 - 2023-03-03

  • Added : void to Collector::reset to avoid PHP warning.
  • If captured_body_length is set to 0 (default value), show a special message rather than the generic message This message has no captured body.
  • Fixed: Add slash in profiler if there is none between host and path.

1.27.0 - 2022-07-25

  • Added support for configuring the error plugin via configuration.

1.26.2 - 2022-06-01

  • Fixed: You can now configure the cache plugin option cache_lifetime to null (which makes the plugin not add to the maxAge).

1.26.1 - 2022-04-29

  • Fixed: Setting the cache plugin option respect_response_cache_directives to null makes the plugin use the default set of directives instead of triggering an error.

1.26.0 - 2022-03-17

  • Fixed you can now configure the cache plugin default_ttl with null.

1.25.0 - 2021-11-26

  • Added PHP 8.1 support
  • Added Symfony 6 support
  • Removed Symfony 3.x support

1.24.0 - 2021-10-23

  • Changed stopwatch category from default to "httplug", so it's more prominent on Execution timeline view
  • Changed tab texts inside profiler so that it shows ports in URL in case it's non-standard
  • Changed default logging plugin monolog channel from "app" to "httplug"
  • Fixed compatibility with Twig 3.x

1.23.1 - 2021-10-13

  • Fixed issue with whitespaces in URL when URL in tab was copied
  • Fixed dark mode compatiblity, making some previously invisible elements visible

1.23.0 - 2021-08-30

  • Changed the way request/response body is displayed in profiler. symfony/var-dumper is used now.
  • Changed badge counter of # of requests on side menu to be always visible

1.22.1 - 2021-07-26

  • Do not deprecate the service alias for the old Http\Client\HttpClient interface because different Symfony versions expect a different syntax for the deprecation, which triggers an error on some Symfony versions.

1.22.0 - 2021-07-26

... (truncated)

Commits
  • 1b23561 prepare release
  • dd34778 Merge pull request #424 from php-http/semantic-branch-naming
  • b182707 use semantic branch naming
  • 32736f6 Add void return type to ResetInterface::reset() (#423)
  • d11c111 Merge pull request #422 from php-http/fix-missing-slash-between-host-and-uri
  • 5ed4b8a Profiler: Add slash if there is none between host and path
  • 6a2721c Merge pull request #421 from php-http/improve-no-body-message
  • 69c08ab set method-override flag in test application to avoid symfony deprecation war...
  • 171c07b tell user if body capturing was disabled
  • 551bd65 Merge pull request #418 from qkdreyer/patch-2
  • Additional commits viewable 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 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)

Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.21.0 to 1.27.1.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](php-http/HttplugBundle@1.21.0...1.27.1)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

Dependabot tried to add @dmetzner as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/mahmoudZkhalil/Catroweb/pulls/1286/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the mahmoudZkhalil/Catroweb repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
0 participants