Releases: 8p/EightPointsGuzzleBundle
Releases · 8p/EightPointsGuzzleBundle
v7.2.0 - Support Symfony 3.4/4.0, Doc Improvements
This release includes following PRs:
- PR #151 [doc] Be consistent with header in options array
- PR #152 Add support of symfony 3.4/4.0
- PR #148 Deactivate logger/data collector/formatter/log middleware if logging is false
- PR #147 Config and HttpDataCollector improvements
- PR #146 Add gregurco/GuzzleBundleOAuth2Plugin to readme
- PR #153 Create UPGRADE.md with guide for migration from 6.x to 7.0
Thanks to all contributors! 🎉
v7.1.1 - Fix: Add names to middlewares
This release includes following PRs:
- PR #143
v7.1.0 - Added/Improved Config Options, Added reset() in HttpDataCollector
v7.0.0 - PHP 7.0, Plugin System, Support Symfony Flex
This release includes following PRs:
- #127 Deprecate PHP 5, add PHP 7 features
- #125 Improvements to better support Symfony Flex
- #129 Add plugin system and remove dependency on wsse package
- #133 Allow to configure curl options
- #138 Add cache plugin to readme
- #135 README.md: fixed broken external links, added/changed plugin section
- #134 Remove deprecated header
- #132 Fixing postTransaction event replace request object
This is a huge step forward for this bundle! 🚀
A big "Thanks" to all contributors, especially @gregurco 🥇 and @ruudk 🏅!
Without this help and support this bundle could not be maintained!
v6.1.1 - Fixing postTransaction event
v6.1.0 - Custom Client Classes, Fixes, more Tests
v6.0.1 - Restored reject propagation (EventDispatchMiddleware)
v6.0.0 - New Configuration Options
v5.3.0 - Profiler: No icon if no request
No icon when no call (#88) * Simplify error count Twig condition This is not necessary to specify `> 0`. * Do not show debug icon when no Guzzle call happen
v5.2.3 - Fix profiler empty response
Impossible to access an attribute ("statusPhrase") on a null variable #86