Skip to content

Releases: php-http/HttplugBundle

1.25.0

26 Nov 07:13
2b5dd81
Compare
Choose a tag to compare
  • Added PHP 8.1 support
  • Added Symfony 6 support
  • Removed Symfony 3.x support

1.24.0

23 Oct 11:19
63e55d7
Compare
Choose a tag to compare
  • 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

13 Oct 19:53
6c8178f
Compare
Choose a tag to compare
  • 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

30 Aug 12:24
ce7aeed
Compare
Choose a tag to compare
  • 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

26 Jul 14:23
@dbu dbu
1.22.1
Compare
Choose a tag to compare
  • 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

26 Jul 08:29
@dbu dbu
1.22.0
Compare
Choose a tag to compare
  • 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

1.21.0

10 Jul 16:05
@dbu dbu
1.21.0
Compare
Choose a tag to compare

1.20.1

12 Feb 10:02
@dbu dbu
1.20.1
Compare
Choose a tag to compare
  • Added kernel.reset tag to the Collector.

1.20.0

23 Dec 13:51
@dbu dbu
1.20.0
Compare
Choose a tag to compare
  • Support PHP 8, dropped support for PHP 7.2.

1.19.0

21 Oct 06:57
@dbu dbu
1.19.0
Compare
Choose a tag to compare

Changed

  • ConfiguredClientsStrategy no longer implements EventSubscriberInterface,
    this has been moved to ConfiguredClientsStrategyListener to avoid initializing
    the strategy on every request.