Releases: 8p/EightPointsGuzzleBundle
Releases · 8p/EightPointsGuzzleBundle
v7.6.0 - Fix deprecations
This release includes following PR:
- PR #270: Move logging middlewares before plugins initialization bug
- PR #265: Adjust code for deprecation messages appeared in SF 4.3 and Twig
- PR #264: update .gitattributes (@rvitaliy)
- PR #260: Allow vendors deprecations in tests (@mshavliuk)
- PR #259: add ability to use clients without plugins (@mshavliuk)
Note! It's the last minor release in v7.
Thanks to all contributors! 🎉
v7.5.0 - Handler in private container, Profiler, Travis: Symfony 4.2
v7.4.1 - Review dependencies, improve tests and small fixes
This release includes following PR:
- PR #242: [Tests] General improvement (symfony/phpunit-bridge, travis and new tests)
- PR #241: [Doc] How to use environment variables with bundle
- PR #240: Supply name for new TreeBuilder instead of calling root method (@rpkamp)
- PR #239: Add symfony/stopwatch to main dependencies
- PR #237: [Tests] Cover with tests building of container
- PR #236: Non public profiler creates error in SF 2.8
- PR #230: Add symfony/stopwatch to dev dependencies
Thanks to all contributors! 🎉
v7.4.0 - Improve profiler, configuration and documentation
This release includes following PR:
Functional PRs:
- PR #228: [Profiler] Show profiler in yellow when a response is slow (@rpkamp)
- PR #221: [Config] Add the option to use a custom handler class (@rrajkomar)
- PR #216: [Profiler] Add request profiling to performance metrics (@rpkamp)
- PR #215: [Config] Add option to create lazy clients (@muspelheim)
- PR #211: [Tests] Infection PHP is added. (@slash3d)
- PR #208: [Profiler] Timing information for each request
Documentation PRs:
- PR #217: [Doc] Add Configuration Reference
- PR #214: [Doc] Testing section in CONTRIBUTING.md
- PR #212: [Doc] Guide: How to create a single-file plugin
- PR #207: [Doc] Autowiring Clients
- PR #206: [Doc] Intercept request and response
- PR #205: [Doc] Disable throwing exceptions on HTTP errors
Thanks to all contributors! 🎉
v7.3.1 - Improve client options and debug profiler
v6.2.1 - fix Web Debug Toolbar integration
This release includes following PR:
- PR #200: fix Web Debug Toolbar integration for Symfony >= 3.2 and drop support of Symfony < 3.2
Read: https://github.com/8p/EightPointsGuzzleBundle/tree/v6#exclamation-important-exclamation
v6.2.0 - auth configuration array and string
This release includes following PR:
- PR #186: Add auth configuration to v6 branch in configuration (@jarrodbutcher)
v7.3.0 - CleanUp, Request Times, Scrutinizer, Tests
This release includes following PRs:
- PR #180: Update Composer Description
- PR #174: Add Slack information
- PR #173: Review dependencies
- PR #168: Create own function for dump-ing in profiler
- PR #167: Add template for issue and improve template for pull request
- PR #166: Hotfix for twig extension and request time middleware
- PR #164: Add twig in dependencies and define explicitly twig debug extension
- PR #163: Log requests into symfony default logger
- PR #162: PHP 7.2 and Symfony 3.4/4.0 are released!
- PR #161: Add tests for overriding classes
- PR #160: Improve tests and code coverage
- PR #159: Add installation guide through flex to readme
- PR #157: Fix annotations
- PR #156: Calculate all requests time
- PR #155: Add Scrutinizer CI
v6.1.2 - Fix: Not implementing reset() from DataCollectorInterface
v7.2.1 - Fixing postTransaction event
This release includes following PRs:
- PR #154 PostTransactionEvent > Remove strict return type to allow null