8000 Tags · iZarcon/guzzle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: iZarcon/guzzle

Tags

5.3.2

Toggle 5.3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
sagikazarmark Márk Sági-Kazár
Tagged 5.3.2

6.3.0

Toggle 6.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
sagikazarmark Márk Sági-Kazár
Tagged 6.3.0

6.2.3

Toggle 6.2.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
sagikazarmark Márk Sági-Kazár
Tagged 6.2.3

6.2.2

Toggle 6.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
sagikazarmark Márk Sági-Kazár
6.2.2 release

6.2.1

Toggle 6.2.1's commit message
* Address HTTP_PROXY security vulnerability, CVE-2016-5385:

  https://httpoxy.org/
* Fixing timeout bug with StreamHandler:
  guzzle#1488
* Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
  a server does not honor `Connection: close`.
* Ignore URI fragment when sending requests.

5.3.1

Toggle 5.3.1's commit message
5.3.1 release

4.2.4

Toggle 4.2.4's commit message
4.2.4 release

6.2.0

Toggle 6.2.0's commit message
* Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.

  guzzle#1389
* Bug fix: Fix sleep calculation when waiting for delayed requests.
  guzzle#1324
* Feature: More flexible history containers.
  guzzle#1373
* Bug fix: defer sink stream opening in StreamHandler.
  guzzle#1377
* Bug fix: do not attempt to escape cookie values.
  guzzle#1406
* Feature: report original content encoding and length on decoded responses.
  guzzle#1409
* Bug fix: rewind seekable request bodies before dispatching to cURL.
  guzzle#1422
* Bug fix: provide an empty string to `http_build_query` for HHVM workaround.
  guzzle#1367

6.1.1

Toggle 6.1.1's commit message
* Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate…

… handler

  guzzle@911bcbc
* Feature: HandlerStack is now more generic.
  guzzle@f210294
* Bug fix: setting verify to false in the StreamHandler now disables peer
  verification
6F31
. guzzle#1256
* Feature: Middleware now uses an exception factory, including more error
  context. guzzle#1282
* Feature: better support for disabled functions.
  guzzle#1287
* Bug fix: fixed regression where MockHandler was not using `sink`.
  guzzle#1292

6.1.0

Toggle 6.1.0's commit message
* Feature: Added the `on_stats` request option to provide access to t…

…ransfer

  statistics for requests. guzzle#1202
* Feature: Added the ability to persist session cookies in CookieJars.
  guzzle#1195
* Feature: Some compatibility updates for Google APP Engine
  guzzle#1216
* Feature: Added support for NO_PROXY to prevent the use of a proxy based on
  a simple set of rules. guzzle#1197
* Feature: Cookies can now contain square brackets.
  guzzle#1237
* Bug fix: Now correctly parsing `=` inside of quotes in Cookies.
  guzzle#1232
* Bug fix: Cusotm cURL options now correctly override curl options of the
  same name. guzzle#1221
* Bug fix: Content-Type header is now added when using an explicitly provided
  multipart body. guzzle#1218
* Bug fix: Now ignoring Set-Cookie headers that have no name.
* Bug fix: Reason phrase is no longer cast to an int in some cases in the
  cURL handler. guzzle#1187
* Bug fix: Remove the Authorization header when redirecting if the Host
  header changes. guzzle#1207
* Bug fix: Cookie path matching fixes
  guzzle#1129
* Bug fix: Fixing the cURL `body_as_string` setting
  guzzle#1201
* Bug fix: quotes are no longer stripped when parsing cookies.
  guzzle#1172
* Bug fix: `form_params` and `query` now always uses the `&` separator.
  guzzle#1163
* Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
  guzzle#1189
0