composer-update-patch
This commit is contained in:
9
vendor/guzzlehttp/guzzle/CHANGELOG.md
vendored
9
vendor/guzzlehttp/guzzle/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 6.2.2 - 2016-10-08
|
||||
|
||||
* Allow to pass nullable Response to delay callable
|
||||
* Only add scheme when host is present
|
||||
* Fix drain case where content-length is the literal string zero
|
||||
* Obfuscate in-URL credentials in exceptions
|
||||
|
||||
## 6.2.1 - 2016-07-18
|
||||
|
||||
* Address HTTP_PROXY security vulnerability, CVE-2016-5385:
|
||||
@@ -746,7 +753,7 @@ interfaces.
|
||||
* Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a circular reference
|
||||
to help with refcount based garbage collection of resources created by sending a request
|
||||
* Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
|
||||
* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it'sdeprecated). Use the
|
||||
* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the
|
||||
HistoryPlugin for a history.
|
||||
* Added a `responseBody` alias for the `response_body` location
|
||||
* Refactored internals to no longer rely on Response::getRequest()
|
||||
|
||||
Reference in New Issue
Block a user