Skip to content

Releases: Mapudo/guzzle-bundle

Define channels for the LogMiddleware

12 Apr 14:19
d05b05b
Compare
Choose a tag to compare
  • New feature
  • Added functionality to define channels when registering LogMiddleware. This allows a user, to inject a specific logger into the LogMiddleware dependent on the channel.

Fix README.md containing outdated requirements

09 Jan 08:15
ae5db15
Compare
Choose a tag to compare

Fix `duration` in `LogMiddleware` parameter due to it needs to be passed by reference to a method to work properly

12 Dec 09:30
0907b18
Compare
Choose a tag to compare
  • Fix duration in LogMiddleware parameter due to it needs to be passed by reference to a method to work properly

Add `duration` property to be logged in `LogMiddleware` to keep track of the request duration

29 Nov 13:14
20fade1
Compare
Choose a tag to compare

[2.2.0] - 2018-11-29

Changed

  • Add duration property to be logged in LogMiddleware to keep track of the request duration

Fix template paths

12 Jan 08:31
10be6d9
Compare
Choose a tag to compare
  • MAP-2295 Fix template include paths

Add Symfony 4 support

13 Dec 12:14
48e9243
Compare
Choose a tag to compare
Merge pull request #16 from Mapudo/MAP-2265

MAP-2265 Add `symfony:~4.0` support

Add `__invoke()` support in middlewares

10 Oct 08:37
Compare
Choose a tag to compare
  • Add __invoke() support in middlewares
  • Fix Tests directory wording

Support for multiple guzzle clients

12 Jul 13:06
Compare
Choose a tag to compare
  • Requests that are logged with the LogMiddleware, will now be logged with a client name
  • Symfony Profiler Handler now allows filtering by client
  • Symfony Profiler Handler now shows the client as a label on the request
  • Symfony profiler now looks even better in Symfony3

v1.0.0

03 Mar 15:58
Compare
Choose a tag to compare

Initial 1.0.0 release.