Lines Matching refs:BC
262 Please see [the upgrade document](UPGRADING.md) that describes all BC breaking changes.
1040 * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLo…
1042 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo…
1239 * BC: Removed `Guzzle\Http\Utils` class
1240 * BC: Setting a service description on a client will no longer modify the client's command factorie…
1241 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's …
1243 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
1293 * BC: CurlException now extends from RequestException rather than BadResponseException
1294 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad…
1475 * BC: Guzzle\Http\Query
1488 * BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\H…
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…
1504 * BC: Removed magic setX methods from commands
1505 * BC: Magic methods mapped to service description commands are now inflected in the command factory…
1520 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
1521 * BC: Removing Guzzle\Service\Command\CommandSet
1530 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1531 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
1532 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1533 * BC: Renaming methods in the CookieJarInterface
1542 * BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile clas…
1543 * BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand
1559 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
1560 * [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate fr…
1577 * [BC] Removing 'path' support in service descriptions. Use 'uri'.
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.
1588 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
1589 * [BC] Executing a Command returns the result of the command rather than the command
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
1593 * [BC] Completely refactored ResourceIterators to iterate over a cloned command object
1594 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
1595 * [BC] Guzzle\Guzzle is now deprecated
1617 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…
1618 * [BC] Using a custom validation system that allows a flyweight implementation for much faster vali…
1619 * [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}"