Lines Matching refs:Guzzle

261 The diff might look very big but 95% of Guzzle users will be able to upgrade without modification.
541 * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
546 * Replaced the Guzzle event and subscriber system with a middleware system.
548 in Guzzle, operating on PSR-7 messages.
616 * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
700 This also makes the Guzzle message interfaces compatible with the current
702 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
730 `MessageInterface`. This change makes the Guzzle interfaces compatible with
743 `maxLen` parameter. This update makes the Guzzle streams project
835 * Wrapping function.php in an if-statement to ensure Guzzle can be used
926 `Guzzle\Http\ClientInterface::setSslVerification()`
949 * Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIM…
994 * `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched
995 * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used ba…
1010 * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using Si…
1013 * Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails
1022 …d a static facade class that allows you to use Guzzle with static methods and mount the class to `…
1023 See `Guzzle\Http\StaticClient::mount`.
1024 * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request optio…
1026 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
1028 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
1034 * `Guzzle\Http\Message\Response` now implements `\Serializable`
1035 * Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters
1036 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
1037 * Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()`
1038 * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and c…
1039 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
1042 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo…
1044 * Several performance improvements to `Guzzle\Common\Collection`
1045 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
1047 * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
1048 * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
1049 * Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
1050 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
1052 * Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
1054 * Added `Guzzle\Stream\StreamInterface::isRepeatable`
1055 * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
1058 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
1059 * Removed `Guzzle\Http\ClientInterface::expandTemplate()`
1060 * Removed `Guzzle\Http\ClientInterface::setRequestFactory()`
1061 * Removed `Guzzle\Http\ClientInterface::getCurlMulti()`
1062 * Removed `Guzzle\Http\Message\RequestInterface::canCache`
1063 * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
1064 * Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
1065 * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
1067 `Guzzle\Common\Version::$emitWarnings` to true.
1068 * Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use
1070 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
1071 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
1072 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
1073 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
1074 * Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
1075 * Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
1076 * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
1078 These will work through Guzzle 4.0
1079 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
1080 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
1081 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
1082 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
1083 * Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
1084 * Marked `Guzzle\Common\Collection::inject()` as deprecated.
1085 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
1104 * Guzzle can now correctly parse incomplete URLs
1111 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
1112 * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
1113 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
1114 Guzzle\Http\Curl\RequestMediator
1116 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
1117 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
1118 * Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
1119 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
1121 … blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
1125 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
1126 `Guzzle\Service\Command\ArrayCommandInterface`.
1127 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
1130 * Guzzle\Http\Message\Header::hasExactHeader
1131 * Guzzle\Http\Message\Header::raw. Use getAll()
1132 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
1134 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
1142 * Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values
1205 * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on…
1215 * The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle fr…
1237 * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
1238 * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `ge…
1239 * BC: Removed `Guzzle\Http\Utils` class
1243 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
1248 `Guzzle\Service\Command\ResponseClassInterface`
1261 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…
1263 * Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface
1264 * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
1268 * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to …
1270 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized
1274 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
1287 * Adding wildcard support to Guzzle\Common\Collection::getPath()
1289 * Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface
1294 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad…
1297 * Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http
1302 * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
1303 * Added Guzzle\Http\IoEmittingEntityBody
1311 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
1312 * Cleaning up `Guzzle\Common\Collection::inject` method
1325 * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
1376 * Moved all cookie code to Guzzle\Plugin\Cookie
1377 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1386 * Added a Guzzle\Iterator component
1387 * Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin
1440 * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream
1463 * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command…
1475 * BC: Guzzle\Http\Query
1488 …eady for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
1489 * BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty()
1503 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custo…
1508 * Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch …
1509 * Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin
1511 * Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method
1516 * Added Guzzle\Common\Log\ArrayLogAdapter
1520 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
1521 * BC: Removing Guzzle\Service\Command\CommandSet
1530 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1532 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1536 * Adding a removeValue to Guzzle\Http\Message\Header
1559 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
1568 * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize whe…
1578 * [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with…
1579 * [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need …
1580 * [BC] Removing Guzzle\Common\XmlElement.
1584 * Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible.
1588 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
1590 * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if…
1591 * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and ver…
1592 * [BC] Moving ResourceIterator* to Guzzle\Service\Resource
1594 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
1595 * [BC] Guzzle\Guzzle is now deprecated
1596 * Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject
1597 * Adding Guzzle\Version class to give version information about Guzzle
1598 * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
1599 * Adding Guzzle\Curl\CurlVersion to manage caching curl_version() data
1603 * Trimming the default Guzzle User-Agent header
1609 * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL
1617 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…