Skip to content

Releases: misd-service-development/guzzle-bundle

v1.1.5

01 Dec 08:32
Compare
Choose a tag to compare
  • Fix compatibility with the Symfony 2.6+ profiler when not making any requests.
  • Allow non-service clients to be tagged when using the param converter.
  • Add error response plugin class name parameter.

v1.1.4

17 Feb 11:30
Compare
Choose a tag to compare
  • Allow configuration of JMS Serializer options through the service definition's data property.
  • Remove the need to define the client when setting the command for the ParamConverter if there is only one.
  • Embedded profiler images and removed the public folder.
  • Trigger Guzzle deprecation warnings in Symfony debug mode.
  • Tidied up the configuration, allowing parts to be disabled and marking internal services as private.
  • Stop the profiler timeline from erroneously grouping requests.

v1.1.3

06 Jan 15:18
Compare
Choose a tag to compare
  • Fixed bug that prevented installation when the SensioFrameworkExtraBundle wasn't installed.

v1.1.2

24 Dec 09:44
Compare
Choose a tag to compare
  • No longer has a hard dependency on the SensioFrameworkExtraBundle.
  • Made compatible with both the SensioFrameworkExtraBundle 2.x and 3.x.
  • Allow logging to be disabled.
  • Show requests separately in the profiler timeline.
  • Prevent requests from appearing more than once on the profiler page.
  • Add time details to the profiler page.