2011-09-23 14:10:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 23 12:08:32 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.6.1:
|
|
|
|
* Enhanced status codes experience ``\o/``
|
|
|
|
* Set a maximum number of redirects (``settings.max_redirects``)
|
|
|
|
* Full Unicode URL support
|
|
|
|
* Support for protocol-less redirects.
|
|
|
|
* Allow for arbitrary request types.
|
|
|
|
* Bugfixes
|
|
|
|
- Changes from version 0.6.0:
|
|
|
|
* New callback hook system
|
|
|
|
* New persistient sessions object and context manager
|
|
|
|
* Transparent Dict-cookie handling
|
|
|
|
* Status code reference object
|
|
|
|
* Removed Response.cached
|
|
|
|
* Added Response.request
|
|
|
|
* All args are kwargs
|
|
|
|
* Relative redirect support
|
|
|
|
* HTTPError handling improvements
|
|
|
|
* Improved https testing
|
|
|
|
* Bugfixes
|
|
|
|
|
2011-06-22 19:32:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 22 17:18:17 UTC 2011 - jfunk@funktronics.ca
|
|
|
|
|
|
|
|
- Update to 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 (2011-05-22)
|
|
|
|
- Improved Redirection Handling
|
|
|
|
- New 'allow_redirects' param for following non-GET/HEAD Redirects
|
|
|
|
- Settings module refactoring
|
|
|
|
|
2011-05-20 21:15:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 20 19:11:29 UTC 2011 - jfunk@funktronics.ca
|
|
|
|
|
|
|
|
- Initial release
|
|
|
|
|