Guzzle v2.6.5 Release Notes

Release Date: 2012-06-03 // almost 12 years ago
    • BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
    • BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
    • BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
    • BC: Renaming methods in the CookieJarInterface
    • 🔌 Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implementations
    • 0️⃣ Making the default glue for HTTP headers ';' instead of ','
    • ➕ Adding a removeValue to Guzzle\Http\Message\Header
    • ➕ Adding getCookies() to request interface.
    • Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly call addSubscriber()