Skip to content

Releases: 8p/EightPointsGuzzleBundle

v5.2.2 - Fix setting headers in options

18 Dec 21:47
Compare
Choose a tag to compare
Add headers in options (config) to client arguments; (#83)

Fix: Content-Type in config.yml doesn't work #82

v5.2.1 - Fix empty getContents()

12 Dec 21:17
Compare
Choose a tag to compare

v5.2.0 - Fixed setting custom headers

11 Dec 13:42
Compare
Choose a tag to compare

Setting headers in configuration was not working properly. This is fixed now by a workaround by using headers in options directly. That's why it is now also possible to set headers in "options". README.md updated.

v5.1.0 - Added DevNullLogger, Integrated VarCI

02 Nov 21:19
Compare
Choose a tag to compare
removed VarCI auto-merge; added logging info to README.md (#71)

v5.0.3 - Missing Logs if Exception, Rewind after Log

30 Sep 18:29
Compare
Choose a tag to compare

v4.5.3 - fixed Fatal error: Call to a member function isSeekable() on null

30 Sep 18:26
Compare
Choose a tag to compare
fixed Fatal error: Call to a member function isSeekable() on null (#67)

v4.5.2 - Missing Logs if Exception, Rewind after Log

30 Sep 15:07
Compare
Choose a tag to compare

v5.0.2 - context request and response fix #2

02 Sep 09:09
Compare
Choose a tag to compare
Check context response/request existence before logging it (#60)

v5.0.1 - context request and response fix

27 Jul 14:17
Compare
Choose a tag to compare

$context['response'] could be null (i.e. when the requested URL could not be resolved - DNS-wise)
Which results in:

Type error: Argument 1 passed to EightPoints\Bundle\GuzzleBundle\Log\LogResponse::__construct() must be an instance of Psr\Http\Message\ResponseInterface, null given

v5.0.0 - Debug Improvements, Drop Support for PHP 5.5

24 Jul 13:10
Compare
Choose a tag to compare
  • Drop PHP 5.5 support, stick to PHPUnit >= 5.4
  • Organizes textArea to the json expanded format
  • Added Config for WSSE CreatedAt Time Expression