Lines Matching refs:BC

745 * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLo…
747 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo…
944 * BC: Removed `Guzzle\Http\Utils` class
945 * BC: Setting a service description on a client will no longer modify the client's command factorie…
946 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's …
948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
998 * BC: CurlException now extends from RequestException rather than BadResponseException
999 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad…
1180 * BC: Guzzle\Http\Query
1193 * BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\H…
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…
1209 * BC: Removed magic setX methods from commands
1210 * BC: Magic methods mapped to service description commands are now inflected in the command factory…
1225 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
1226 * BC: Removing Guzzle\Service\Command\CommandSet
1235 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1236 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1238 * BC: Renaming methods in the CookieJarInterface
1247 * BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile clas…
1248 * BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand
1264 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
1265 * [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate fr…
1282 * [BC] Removing 'path' support in service descriptions. Use 'uri'.
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.
1293 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
1294 * [BC] Executing a Command returns the result of the command rather than the command
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
1298 * [BC] Completely refactored ResourceIterators to iterate over a cloned command object
1299 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
1300 * [BC] Guzzle\Guzzle is now deprecated
1322 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…
1323 * [BC] Using a custom validation system that allows a flyweight implementation for much faster vali…
1324 * [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}"