Releases: 8p/EightPointsGuzzleBundle
Releases · 8p/EightPointsGuzzleBundle
v8.5.1 - deprecation fix
What's Changed
Full Changelog: v8.5.0...v8.5.1
v8.5.0 - support Symfony 7
v8.4.0 - fix guzzle versions, support dark mode
What's Changed
- #295 - Support dark mode in profiler by @khrapeichuk in #316
- Fixed
testTotalTime
by @GrahamCampbell in #329 - Fixed guzzle version constraints and avoid old promises function API by @GrahamCampbell in #328
New Contributors
- @khrapeichuk made their first contribution in #316
- @GrahamCampbell made their first contribution in #329
Full Changelog: v8.3.0...v8.4.0
v8.3.0 - support Symfony 6
v7.6.2 - accept Throwable instead of Exception, upgrade travis config
v8.2.0 - support Guzzle v7
This release includes following PR:
- PR #308: Allow guzzle 7 (@mihaileu)
- PR #306: Upgrade versions of symfony in travis config
- PR #302: Fixed a very minor typo in the Intercept Request/Response documentation (@hppycoder)
Thanks to all contributors! 🎉
v8.1.0 - autowiring of clients by name and type
This release includes following PR:
- PR #301: Added service aliases to allow easier autowiring (@tjveldhuizen)
- PR #300: Fix namespace error in profiler
Thanks to all contributors! 🎉
v8.0.1 - fix assets dependency and type hints compatibility
v8.0.0 - support Symfony 5, improve profiling, introduce special events
This release includes following PR:
- PR #290: [Upgrade] Add info about upgrading From 7.x to 8.0
- PR #284: Introduce client specific events (@rpkamp)
- PR #282: README clean up (@rpkamp)
- PR #281: [Documentation] Rename subscriber to listener
- PR #280: Add support of Symfony 5.x
- PR #278: Add total time to profiler (@RageZBla)
- PR #277: Add collapsible request and response section on profiler (@RageZBla)
- PR #276: Upgrade PHPUnit to 7.5.x (@RageZBla)
- PR #274: Drop support of old version of PHP and Symfony
- PR #273: Remove Symfony Insights badge and config
- PR #272: Rename EightPointsGuzzleBundlePlugin to follow PSR
- PR #271: [Profiler] Change color in left menu based on http status code (@seferov)
- PR #267: Print Curl command for debugging purposes (@bigfoot90)
Read the guide how to upgrade from v7 to v8 here.
Thanks to all contributors! 🎉