Lines Matching refs:Guzzle

252   * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
257 * Replaced the Guzzle event and subscriber system with a middleware system.
259 in Guzzle, operating on PSR-7 messages.
325 * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
404 This also makes the Guzzle message interfaces compatible with the current
406 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
434 `MessageInterface`. This change makes the Guzzle interfaces compatible with
447 `maxLen` parameter. This update makes the Guzzle streams project
538 * Wrapping function.php in an if-statement to ensure Guzzle can be used
631 `Guzzle\Http\ClientInterface::setSslVerification()`
654 * Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIM…
699 * `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched
700 * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used ba…
715 * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using Si…
718 * Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails
727 …d a static facade class that allows you to use Guzzle with static methods and mount the class to `…
728 See `Guzzle\Http\StaticClient::mount`.
729 * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request optio…
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
733 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
739 * `Guzzle\Http\Message\Response` now implements `\Serializable`
740 * Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters
741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
742 * Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()`
743 * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and c…
744 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
747 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo…
749 * Several performance improvements to `Guzzle\Common\Collection`
750 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
752 * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
753 * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
754 * Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
755 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
757 * Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
759 * Added `Guzzle\Stream\StreamInterface::isRepeatable`
760 * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
763 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
764 * Removed `Guzzle\Http\ClientInterface::expandTemplate()`
765 * Removed `Guzzle\Http\ClientInterface::setRequestFactory()`
766 * Removed `Guzzle\Http\ClientInterface::getCurlMulti()`
767 * Removed `Guzzle\Http\Message\RequestInterface::canCache`
768 * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
769 * Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
770 * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
772 `Guzzle\Common\Version::$emitWarnings` to true.
773 * Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use
775 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
776 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
777 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
778 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
779 * Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
780 * Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
781 * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
783 These will work through Guzzle 4.0
784 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
785 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
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 * Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
789 * Marked `Guzzle\Common\Collection::inject()` as deprecated.
790 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
809 * Guzzle can now correctly parse incomplete URLs
816 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
817 * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
818 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
819 Guzzle\Http\Curl\RequestMediator
821 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
822 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
823 * Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
824 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
826 … blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
830 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
831 `Guzzle\Service\Command\ArrayCommandInterface`.
832 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
835 * Guzzle\Http\Message\Header::hasExactHeader
836 * Guzzle\Http\Message\Header::raw. Use getAll()
837 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
839 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
847 * Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values
910 * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on…
920 * The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle fr…
942 * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
943 * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `ge…
944 * BC: Removed `Guzzle\Http\Utils` class
948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
953 `Guzzle\Service\Command\ResponseClassInterface`
966 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…
968 * Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface
969 * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
973 * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to …
975 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized
979 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
992 * Adding wildcard support to Guzzle\Common\Collection::getPath()
994 * Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface
999 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad…
1002 * Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http
1007 * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
1008 * Added Guzzle\Http\IoEmittingEntityBody
1016 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
1017 * Cleaning up `Guzzle\Common\Collection::inject` method
1030 * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1091 * Added a Guzzle\Iterator component
1092 * Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin
1145 * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream
1168 * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command…
1180 * BC: Guzzle\Http\Query
1193 …eady for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
1194 * BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty()
1208 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custo…
1213 * Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch …
1214 * Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin
1216 * Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method
1221 * Added Guzzle\Common\Log\ArrayLogAdapter
1225 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
1226 * BC: Removing Guzzle\Service\Command\CommandSet
1235 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1241 * Adding a removeValue to Guzzle\Http\Message\Header
1264 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
1273 * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize whe…
1283 * [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with…
1284 * [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need …
1285 * [BC] Removing Guzzle\Common\XmlElement.
1289 * Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible.
1293 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
1295 * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if…
1296 * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and ver…
1297 * [BC] Moving ResourceIterator* to Guzzle\Service\Resource
1299 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
1300 * [BC] Guzzle\Guzzle is now deprecated
1301 * Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject
1302 * Adding Guzzle\Version class to give version information about Guzzle
1303 * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
1304 * Adding Guzzle\Curl\CurlVersion to manage caching curl_version() data
1308 * Trimming the default Guzzle User-Agent header
1314 * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL
1322 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…