Lines Matching +full:pull +full:- +full:requests

3 ## 6.5.5 - 2020-06-16
5 * Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle…
7 ## 6.5.4 - 2020-05-25
9 * Fix various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626)
11 ## 6.5.3 - 2020-04-18
13 * Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
14 * Remove use of internal functions [#2548](https://github.com/guzzle/guzzle/pull/2548)
16 ## 6.5.2 - 2019-12-23
18 * idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)
20 ## 6.5.1 - 2019-12-21
22 …defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454)
23 * IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424)
25 ## 6.5.0 - 2019-12-07
27 …upport for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143)
28 …to pass arbitrary options to `curl_multi_init`. [#2287](https://github.com/guzzle/guzzle/pull/2287)
29 …y handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/guzzle/pull/2132)
30 …ential delay between retries due unit mismatch. [#2132](https://github.com/guzzle/guzzle/pull/2132)
34 …ed offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348)
37 ## 6.4.1 - 2019-10-23
42 ## 6.4.0 - 2019-10-23
44 …mproved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)
45 …in `RequestException::getResponseBodySummary()` [#2081](https://github.com/guzzle/guzzle/pull/2081)
46 …GUZZLE_CURL_SELECT_TIMEOUT environment variable [#2161](https://github.com/guzzle/guzzle/pull/2161)
47 …`GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guzzle/guzzle/pull/2163)
48 …e()` to use `hrtime()` if that function exists. [#2242](https://github.com/guzzle/guzzle/pull/2242)
49 …ded curl's `appconnect_time` in `TransferStats` [#2284](https://github.com/guzzle/guzzle/pull/2284)
50 …eption extend Throwable wherever it's available [#2273](https://github.com/guzzle/guzzle/pull/2273)
51 …ncurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/guzzle/pull/2335)
52 …date `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/guzzle/pull/2362)
54 ## 6.3.3 - 2018-04-22
59 ## 6.3.2 - 2018-03-26
64 ## 6.3.1 - 2018-03-26
66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
67 * Improvement: Better ConnectException detection [#2012](https://github.com/guzzle/guzzle/pull/2012)
68 * Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999)
69 … Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/guzzle/guzz…
70 * Improvement: Support PHPUnit 6 [#1953](https://github.com/guzzle/guzzle/pull/1953)
71 * Bug fix: Support empty headers [#1915](https://github.com/guzzle/guzzle/pull/1915)
72 * Bug fix: Ignore case during header modifications [#1916](https://github.com/guzzle/guzzle/pull/19…
77 ## 6.3.0 - 2017-06-22
79 … ipv6) [#1608](https://github.com/guzzle/guzzle/pull/1608), [#1659](https://github.com/guzzle/guzz…
80 …summary in exception message when body is empty [#1621](https://github.com/guzzle/guzzle/pull/1621)
81 …ment: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/pull/1580)
83 …of the class instead of using hardcoded strings [#1641](https://github.com/guzzle/guzzle/pull/1641)
84 * Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611)
85 …ub.com/guzzle/guzzle/pull/1685), [#1686](https://github.com/guzzle/guzzle/pull/1686), [#1811](http…
86 …ponseException instantiation without a response [#1642](https://github.com/guzzle/guzzle/pull/1642)
87 * Feature: Added NTLM auth [#1569](https://github.com/guzzle/guzzle/pull/1569)
88 * Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711)
89 * Improvement: Check handler type during construction [#1745](https://github.com/guzzle/guzzle/pull
90 * Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzl…
91 …d convenience method to access a cookie by name [#1318](https://github.com/guzzle/guzzle/pull/1318)
92 … `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684)
93 …\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827)
98 ## 6.2.3 - 2017-02-28
102 ## 6.2.2 - 2016-10-08
106 * Fix drain case where content-length is the literal string zero
107 * Obfuscate in-URL credentials in exceptions
109 ## 6.2.1 - 2016-07-18
111 * Address HTTP_PROXY security vulnerability, CVE-2016-5385:
114 https://github.com/guzzle/guzzle/pull/1488
115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
117 * Ignore URI fragment when sending requests.
119 ## 6.2.0 - 2016-03-21
122 https://github.com/guzzle/guzzle/pull/1389
123 * Bug fix: Fix sleep calculation when waiting for delayed requests.
124 https://github.com/guzzle/guzzle/pull/1324
126 https://github.com/guzzle/guzzle/pull/1373
128 https://github.com/guzzle/guzzle/pull/1377
130 https://github.com/guzzle/guzzle/pull/1406
132 https://github.com/guzzle/guzzle/pull/1409
134 https://github.com/guzzle/guzzle/pull/1422
136 https://github.com/guzzle/guzzle/pull/1367
138 ## 6.1.1 - 2015-11-22
147 context. https://github.com/guzzle/guzzle/pull/1282
149 https://github.com/guzzle/guzzle/pull/1287
151 https://github.com/guzzle/guzzle/pull/1292
153 ## 6.1.0 - 2015-09-08
156 statistics for requests. https://github.com/guzzle/guzzle/pull/1202
158 https://github.com/guzzle/guzzle/pull/1195
160 https://github.com/guzzle/guzzle/pull/1216
162 a simple set of rules. https://github.com/guzzle/guzzle/pull/1197
164 https://github.com/guzzle/guzzle/pull/1237
166 https://github.com/guzzle/guzzle/pull/1232
168 same name. https://github.com/guzzle/guzzle/pull/1221
169 * Bug fix: Content-Type header is now added when using an explicitly provided
170 multipart body. https://github.com/guzzle/guzzle/pull/1218
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
173 cURL handler. https://github.com/guzzle/guzzle/pull/1187
175 header changes. https://github.com/guzzle/guzzle/pull/1207
179 https://github.com/guzzle/guzzle/pull/1201
183 https://github.com/guzzle/guzzle/pull/1163
184 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
185 https://github.com/guzzle/guzzle/pull/1189
187 ## 6.0.2 - 2015-07-04
193 * Decoded Content-Encoding responses are now modified to correctly reflect
195 means that the `Content-Encoding` header may be removed an the
196 `Content-Length` modified to reflect the message size after removing the
204 ## 6.0.1 - 2015-05-27
212 ## 6.0.0 - 2015-05-26
221 * Requests are no longer initiated when sending async requests with the
222 CurlMultiHandler. This prevents unexpected recursion from requests completing
225 required now that the cURL loop is not ticked for async requests.
236 ## 5.3.0 - 2015-05-19
246 ## 6.0.0-beta.1
249 * Updated to use PSR-7
252 * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
259 in Guzzle, operating on PSR-7 messages.
261 means the `guzzlehttp/retry-subscriber` is now obsolete.
271 * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests
277 * The `body` request option no longer accepts an array for POST requests.
286 now magic methods that will send synchronous requests.
298 ## 5.2.0 - 2015-01-27
302 * Reduced the number of stack frames needed to send requests.
308 ## 5.1.0 - 2014-12-19
312 See https://github.com/guzzle/guzzle/pull/943.
315 request options on a per-request basis.
316 See https://github.com/guzzle/guzzle/pull/937.
320 responses. See https://github.com/guzzle/guzzle/pull/947.
322 https://github.com/guzzle/guzzle/pull/935.
328 ## 5.0.3 - 2014-11-03
330 This change updates query strings so that they are treated as un-encoded values
331 by default where the value represents an un-encoded value to send over the
335 want to send requests over the wire using valid query string characters that do
339 subsequently made, forcing the query-string to be converted into a Query
342 ## 5.0.2 - 2014-10-30
344 * Added a trailing `\r\n` to multipart/form-data payloads. See
345 https://github.com/guzzle/guzzle/pull/871
349 * No longer overwriting an existing `application/x-www-form-urlencoded` header
350 when sending POST requests, allowing for customized headers. See
354 * No longer double percent-encoding characters in the path or query string if
361 query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
363 ## 5.0.1 - 2014-10-16
374 ## 5.0.0 - 2014-10-12
376 Adding support for non-blocking responses and some minor API cleanup.
380 * Added support for non-blocking responses based on `guzzlehttp/guzzle-ring`.
382 * Updated the redirect plugin to be non-blocking so that redirects are sent
383 concurrently. Other plugins like this can now be updated to be non-blocking.
387 requests concurrently using a capped pool size as efficiently as possible.
399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
403 why I did this: http://ocramius.github.io/blog/fluent-interfaces-are-evil/.
405 PSR-7 message proposal.
406 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
413 caused problems for many users: they aren't PSR-4 compliant, require an
414 explicit include, and needed an if-guard to ensure that the functions are not
419 * Removed the concept of "parallel adapters". Sending requests serially or
435 the PSR-7 interfaces.
437 custom request options using double-dispatch (this was an implementation
442 This control mechanism was used to stop a transfer of concurrent requests
444 cancelling a pool of requests or each outstanding future request individually.
448 compatible with the current PSR-7 proposal.
455 ## 4.2.2 - 2014-09-08
461 ## 4.2.1 - 2014-08-19
463 * Ensuring that the StreamAdapter does not always add a Content-Type header
466 ## 4.2.0 - 2014-08-17
468 * Now merging in default options using a case-insensitive comparison.
470 * Added the ability to automatically decode `Content-Encoding` response bodies
473 `Content-Encoding`. Set this value to `false` to disable decoding the
474 response content, and pass a string to provide a request `Accept-Encoding`
476 to pass an `Accept-Encoding` header in the headers of a request but still
480 requests in parallel. Closes https://github.com/guzzle/guzzle/issues/760
485 ## 4.1.8 - 2014-08-14
491 See: https://github.com/guzzle/guzzle/pull/765
492 * You can now set the `Content-Type` header to `multipart/form-data`
493 when creating POST requests to force multipart bodies.
496 ## 4.1.7 - 2014-08-07
500 * Ensuring that cURL does not add a default Content-Type when no Content-Type
504 * Throwing an exception when you attempt to send requests that have the
509 * Fixed a bug where multipart/form-data POST fields were not correctly
512 ## 4.1.6 - 2014-08-03
517 ## 4.1.5 - 2014-08-02
525 ## 4.1.4 - 2014-07-22
527 * Fixed a bug that caused multi-part POST requests with more than one field to
535 ## 4.1.3 - 2014-07-15
537 * Various fixes to multipart/form-data POST uploads
538 * Wrapping function.php in an if-statement to ensure Guzzle can be used
545 * Fixing an issue where multi-valued headers were not being utilized correctly
548 ## 4.1.2 - 2014-06-18
550 * Added support for sending payloads with GET requests
552 ## 4.1.1 - 2014-06-08
555 * Fixed an issue with nested form fields in a multi-part POST
556 * Fixed an issue with using the `json` request option for POST requests
559 ## 4.1.0 - 2014-05-27
568 * Fixed warning when invalid request start-lines are received.
572 4.0.2 (2014-04-16)
573 ------------------
575 * Proxy requests using the StreamAdapter now properly use request_fulluri (#632)
578 ## 4.0.1 - 2014-04-04
582 * 303 redirects will now correctly switch from POST to GET requests.
587 ## 4.0.0 - 2014-03-29
590 http://mtdowling.com/blog/2014/03/15/guzzle-4-rc/
592 https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
593 * Added `GuzzleHttp\batch()` as a convenience function for sending requests in
599 ## 4.0.0.rc-2 - 2014-03-25
623 ## 4.0.0-rc.1 - 2014-03-15
625 * See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
627 ## 3.8.1 - 2014-01-28
629 * Bug: Always using GET requests when redirecting from a 303 response
634 * Sending PHP stream requests no longer forces `HTTP/1.0`
636 each sub-exception
645 ## 3.8.0 - 2013-12-05
665 ## 3.7.4 - 2013-10-02
669 (see https://github.com/aws/aws-sdk-php/issues/147)
675 ## 3.7.3 - 2013-09-08
681 * No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed …
687 * Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
689 * Bug fix: mimetype guessing based on a filename is now case-insensitive
691 ## 3.7.2 - 2013-08-02
693 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
698 * Bug fix: Fixed an issue with cache revalidation where the If-None-Match header was being double q…
703 https://github.com/guzzle/guzzle/pull/380
706 ## 3.7.1 - 2013-07-05
709 * Bug fix: Setting options on HEAD requests now works. See #352
719 * Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandCont…
721 ## 3.7.0 - 2013-06-10
724 * Requests now support the ability to specify an array of $options when creating a request to more …
729 …nd.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request options to requests
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
734 (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
737 * CachePlugin can automatically purge matching cached items when a non-idempotent request is sent t…
748 Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`.
761 $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
762 $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`.
763 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
774 `$request->getResponseBody()->isRepeatable()` instead.
776 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
778 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
786 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
787 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
788 …le\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8.
790 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
793 * Always setting X-cache headers on cached responses
805 ## 3.6.0 - 2013-05-29
811 * Messages internally use a HeaderCollection object to delegate handling case-insensitive header re…
829 but are a no-op until removed.
834 * The ability to case-insensitively search for header values
842 ## 3.5.0 - 2013-05-13
845 * Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it …
850 non-existent key
860 …yPlugin now logs transactions rather than requests and responses to more accurately keep track of …
864 ## 3.4.3 - 2013-04-30
867 * Added a check to re-extract the temp cacert bundle from the phar before sending each request
869 ## 3.4.2 - 2013-04-29
872 * Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present
873 * Bug fix: AsyncPlugin no longer forces HEAD requests
875 * Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin …
879 * application/x-www-form-urlencoded POSTs now use the utf-8 charset by default
881 * Cleaned up how manual responses are queued on requests (removed "queued_response" and now using r…
884 ## 3.4.1 - 2013-04-16
888 * Exceptions are now properly grouped when sending requests in parallel
897 ## 3.4.0 - 2013-04-11
899 * Bug fix: URLs are now resolved correctly based on http://tools.ietf.org/html/rfc3986#section-5.2.…
902 * Bug fix: Better normalization of the User-Agent header to prevent duplicate headers. #264.
905 * Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header
909 * Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a re…
911 * Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type…
912 the Content-Type can be determined based on the entity body or the path of the request.
914 * Added support for a PSR-3 LogAdapter.
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST
927 ## 3.3.1 - 2013-03-10
929 * Added the ability to create PHP streaming responses from HTTP requests
931 * Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters b…
938 ## 3.3.0 - 2013-03-03
954 * Added support for additionalProperties for top-level parameters in responseType=model responseCla…
959 …* Added support for stale-if-error so that the CachePlugin can now serve stale content from the ca…
962 ## 3.2.0 - 2013-02-14
964 * CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to i…
979 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
981 ## 3.1.2 - 2013-01-27
985 * Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding h…
988 * Setting default headers on a client after setting the user-agent will not erase the user-agent se…
990 ## 3.1.1 - 2013-01-20
996 ## 3.1.0 - 2013-01-12
1003 * Bug: Adding required content-type when JSON request visitor adds JSON to a command
1005 * Made it easier to deal with exceptions thrown when transferring commands or requests in parallel …
1013 ## 3.0.7 - 2012-12-19
1020 ## 3.0.6 - 2012-12-09
1026 ## 3.0.5 - 2012-11-18
1034 * Added better mimetype guessing to requests and post files
1036 ## 3.0.4 - 2012-11-11
1042 * Enhanced cookie jar de-duplication
1047 ## 3.0.3 - 2012-11-04
1051 * Bug: Fixed Content-Length parsing of Response factory
1052 * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
1056 ## 3.0.2 - 2012-10-25
1063 ## 3.0.1 - 2012-10-22
1069 ## 3.0.0 - 2012-10-15
1078 * Broke the project into smaller top-level namespaces to be more component friendly
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1086 * No longer sending Accept and Accept-Encoding headers on every request
1101 ## 2.8.8 - 2012-10-15
1105 ## 2.8.7 - 2012-09-30
1108 * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
1109 * Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload
1117 * OAuth plugin now supports 2-legged OAuth
1119 ## 2.8.6 - 2012-09-05
1133 ## 2.8.5 - 2012-08-29
1137 * Added support for HTTP responses that do not contain a reason phrase in the start-line
1141 ## 2.8.4 - 2012-08-15
1149 * Removed SSL information from the default User-Agent header
1150 * DELETE requests can now send an entity body
1155 ## 2.8.3 - 2012-07-30
1157 * Bug: Fixed a case where empty POST requests were sent as GET requests
1165 ## 2.8.2 - 2012-07-24
1173 ## 2.8.1 - 2012-07-16
1178 ## 2.8.0 - 2012-07-15
1187 * Content-Length is set to 0 before emitting the request.before_send event when sending an empty re…
1191 ## 2.7.2 - 2012-07-02
1196 * Bug fix: CachePlugin now only caches GET and HEAD requests by default
1201 ## 2.7.1 - 2012-06-26
1206 ## 2.7.0 - 2012-06-25
1212 * Bug: Now allowing colons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-en…
1223 ## 2.6.6 - 2012-06-10
1233 ## 2.6.5 - 2012-06-03
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1245 ## 2.6.4 - 2012-05-30
1252 * Bug: Fixing default User-Agent header
1262 ## 2.6.3 - 2012-05-23
1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
1268 * [Http] Adding support for Content-Type in multipart POST uploads per upload
1276 ## 2.6.2 - 2012-05-19
1278 * [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares i…
1280 ## 2.6.1 - 2012-05-19
1291 ## 2.6.0 - 2012-05-15
1308 * Trimming the default Guzzle User-Agent header
1310 * Keeping track of requests that were mocked in the MockPlugin
1319 ## 2.5.0 - 2012-05-08
1325 * Added the ability to passed parameters to all requests created by a client
1328 * Rewinding request stream bodies when retrying requests
1336 * Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See C…