All Versions
77
Latest Version
Avg Release Cycle
53 days
Latest Release
605 days ago

Changelog History
Page 8

  • v1.0 Changes

    October 08, 2011
    • ➕ Added PoolManager with LRU expiration of connections (tested and documented).
    • ➕ Added ProxyManager (needs tests, docs, and confirmation that it works with HTTPS proxies).
    • ➕ Added optional partial-read support for responses when preload_content=False. You can now make requests and just read the headers without loading the content.
    • 0️⃣ Made response decoding optional (default on, same as before).
    • Added optional explicit boundary string for encode_multipart_formdata.
    • Convenience request methods are now inherited from RequestMethods. Old helpers like get_url and post_url should be abandoned in favour of the new request(method, url, ...).
    • 🔨 Refactored code to be even more decoupled, reusable, and extendable.
    • License header added to .py files.
    • 📚 Embiggened the documentation: Lots of Sphinx-friendly docstrings in the code and docs in docs/ and on https://urllib3.readthedocs.io/.
    • 👍 Embettered all the things!
    • Started writing this file.
  • v0.4.1 Changes

    July 17, 2011
    • 🛠 Minor bug fixes, code cleanup.
  • v0.4 Changes

    March 01, 2011
    • 👍 Better unicode support.
    • ➕ Added VerifiedHTTPSConnection.
    • ➕ Added NTLMConnectionPool in contrib.
    • Minor improvements.
  • v0.3.1 Changes

    July 13, 2010
    • Added assert_host_name optional parameter. Now compatible with proxies.
  • v0.3 Changes

    December 10, 2009
    • ➕ Added HTTPS support.
    • 🛠 Minor bug fixes.
    • 🔨 Refactored, broken backwards compatibility with 0.2.
    • API to be treated as stable from this version forward.
  • v0.2 Changes

    November 17, 2008
    • ➕ Added unit tests.
    • 🐛 Bug fixes.
  • v0.1 Changes

    November 16, 2008
    • 🚀 First release.