All Versions
147
Latest Version
Avg Release Cycle
81 days
Latest Release
1083 days ago

Changelog History
Page 10

  • v0.12.1 Changes

    May 08, 2012
    • New Response.json property.
    • Ability to add string file uploads.
    • Fix out-of-range issue with iter_lines.
    • 0๏ธโƒฃ Fix iter_content default size.
    • Fix POST redirects containing files.
  • v0.12.0 Changes

    May 02, 2012
    • ๐Ÿ‘ EXPERIMENTAL OAUTH SUPPORT!
    • Proper CookieJar-backed cookies interface with awesome dict-like interface.
    • Speed fix for non-iterated content chunks.
    • ๐Ÿšš Move pre_request to a more usable place.
    • New pre_send hook.
    • Lazily encode data, params, files.
    • Load system Certificate Bundle if certify isn't available.
    • ๐Ÿ›  Cleanups, fixes.
  • v0.11.2 Changes

    April 22, 2012
    • Attempt to use the OS's certificate bundle if certifi isn't available.
    • Infinite digest auth redirect fix.
    • Multi-part file upload improvements.
    • Fix decoding of invalid %encodings in URLs.
    • If there is no content in a response don't throw an error the second time that content is attempted to be read.
    • Upload data on redirects.
  • v0.11.1 Changes

    March 30, 2012
    • ๐Ÿ’ป POST redirects now break RFC to do what browsers do: Follow up with a GET.
    • ๐Ÿ”ง New strict_mode configuration to disable new redirect behavior.
  • v0.11.0 Changes

    March 14, 2012
    • ๐Ÿ‘ Private SSL Certificate support
    • ๐Ÿšš Remove select.poll from Gevent monkeypatching
    • ๐Ÿšš Remove redundant generator for chunked transfer encoding
    • ๐Ÿ‘ป Fix: Response.ok raises Timeout Exception in safe_mode
  • v0.10.8 Changes

    March 09, 2012
    • Generate chunked ValueError fix
    • ๐Ÿ”ง Proxy configuration by environment variables
    • Simplification of iter_lines.
    • ๐Ÿ”ง New trust_env configuration for disabling system/environment hints.
    • Suppress cookie errors.
  • v0.10.7 Changes

    March 07, 2012
    • encode_uri = False
  • v0.10.6 Changes

    February 25, 2012
    • Allow '=' in cookies.
  • v0.10.5 Changes

    February 25, 2012
    • Response body with 0 content-length fix.
    • New async.imap.
    • Don't fail on netrc.
  • v0.10.4 Changes

    February 20, 2012
    • Honor netrc.