Lines Matching refs:from

222   CurlMultiHandler. This prevents unexpected recursion from requests completing
233 * `$maxHandles` has been removed from CurlMultiHandler.
399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
407 for the HTTP request functions from function.php, these functions are now
417 * Removing all classes from `GuzzleHttp\Adapter`, these are now
431 * Removed the `asArray` parameter from
441 * Removed the concept of "throwImmediately" from exceptions and error events.
443 from completing. This can now be handled by throwing the exception or by
482 * No longer utilizing the now deprecated namespaced methods from the stream
501 has been supplied by the user. This prevents the adapter layer from modifying
567 * Removed request method constants from RequestInterface.
582 * 303 redirects will now correctly switch from POST to GET requests.
601 * Removed `getConfig()` and `setConfig()` from clients to avoid confusion
629 * Bug: Always using GET requests when redirecting from a 303 response
639 * Merging URLs will now use the query string object from the relative URL (thus allowing custom que…
671 * Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420)
714 * `Host` header can now diverge from the host part of a URL if the header is set manually
715 * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using Si…
745 * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLo…
808 * Added command.hidden_params to blacklist certain headers from being treated as additionalParamete…
816 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
817 * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
820 * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header…
821 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
822 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
839 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
846 itself from the EventDispatcher)
867 * Added a check to re-extract the temp cacert bundle from the phar before sending each request
876 * Setting a response on a request will write to the custom request body from the response body if o…
904 * Bug fix: empty parameters are removed from an OAuth signature
913 …ty to overwrite configuration settings in a client when grabbing a throwaway client from a builder.
920 …led SSL certificate is now provided in the phar file and extracted when running Guzzle from a phar.
929 * Added the ability to create PHP streaming responses from HTTP requests
943 * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `ge…
946 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's …
959 …* Added support for stale-if-error so that the CachePlugin can now serve stale content from the ca…
998 * BC: CurlException now extends from RequestException rather than BadResponseException
1002 * Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http
1007 * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
1009 * Moved command filtration from validators to location visitors
1028 * Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin
1092 * Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin
1098 * Cleaning up Collection class and removing default values from the get method
1115 * Added more getters/setters/removers from service descriptions
1116 * Added the ability to remove POST fields from OAuth signatures
1135 * Bug: Suppressed empty arrays from URI templates
1136 * Bug: Added the missing $options argument from ServiceDescription::factory to enable caching
1149 * Removed SSL information from the default User-Agent header
1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
1167 * Bug: Query string values set to 0 are no longer dropped from the query string
1209 * BC: Removed magic setX methods from commands
1236 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
1248 * BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand
1265 …ing how POST files are stored on an EntityEnclosingRequest. They are now separate from POST fields.
1316 * Adding the ability to include other service builder config files from within XML and JSON files