* International Domain Name Support! * Access headers without fetching entire body (``read()``) * Use lists as dicts for parameters * Add Forced Basic Authentication * Forced Basic is default authentication type * ``python-requests.org`` default User-Agent header * CaseInsensitiveDict lower-case caching * Response.history bugfix
0.5.0
++++++++++++++++++
* PATCH Support * Support for Proxies * HTTPBin Test Suite * Redirect Fixes * settings.verbose stream writing * Querystrings for all methods * URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised ``r.requests.get('hwe://blah'); r.raise_for_status()``
0.4.1
++++++++++++++++++
* Improved Redirection Handling * New 'allow_redirects' param for following non-GET/HEAD Redirects * Settings module refactoring
0.4.0
++++++++++++++++++
* Response.history: list of redirected responses * Case-Insensitive Header Dictionaries! * Unicode URLs