Skip to content

Releases: 8p/EightPointsGuzzleBundle

v7.2.0 - Support Symfony 3.4/4.0, Doc Improvements

17 Nov 09:19
688da53
Compare
Choose a tag to compare

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

02 Nov 12:54
f9e7383
Compare
Choose a tag to compare

This release includes following PRs:

v7.1.0 - Added/Improved Config Options, Added reset() in HttpDataCollector

31 Oct 21:28
03927ad
Compare
Choose a tag to compare

This release includes following PRs:

#140 Add options and improve existent
#142 Add reset method to HttpDataCollector. Required in symfony >= 3.4

v7.0.0 - PHP 7.0, Plugin System, Support Symfony Flex

26 Oct 11:53
Compare
Choose a tag to compare

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

20 Oct 14:56
Compare
Choose a tag to compare
  • PR #131 (PR #119: Fixing preTransaction event replace request object)

v6.1.0 - Custom Client Classes, Fixes, more Tests

13 Sep 13:42
Compare
Choose a tag to compare
  • #122: Add getConfiguration method in GuzzleExtension
  • #123: Allow clients to have a custom class name
  • #121: Add tests and improve coverage
  • #120: Fix configuration processing
  • #119: Fixing preTransaction event replace request object.

Thanks to all contributors!
🎉 @gregurco @ruudk @samvdb @mtamazlicaru

v6.0.1 - Restored reject propagation (EventDispatchMiddleware)

17 Aug 11:34
Compare
Choose a tag to compare

v6.0.0 - New Configuration Options

03 Aug 20:37
Compare
Choose a tag to compare
  • Headers configuration allows underscores (PR #111)
  • Added option "proxy" (PR #107)
  • Update travis.yml with PHP 7.1 (PR #108)
  • Allow cert parameter as array in config (PR: #94)
  • Handle error responses with exception class (PR: #106)
  • Request with cookie (PR: #91)

Thanks to all contributors! 🎉

v5.3.0 - Profiler: No icon if no request

30 Dec 13:37
Compare
Choose a tag to compare
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

28 Dec 13:41
Compare
Choose a tag to compare

Impossible to access an attribute ("statusPhrase") on a null variable #86