* Automatic Authentication API Change * Smarter Query URL Parameterization * Allow file uploads and POST data together * New Authentication Manager System - Simpler Basic HTTP System - Supports all build-in urllib2 Auths - Allows for custom Auth Handlers
0.2.4
++++++++++++++++++
* Python 2.5 Support * PyPy-c v1.4 Support * Auto-Authentication tests * Improved Request object constructor
0.2.3
++++++++++++++++++
* New HTTPHandling Methods - Response.__nonzero__ (false if bad HTTP Status) - Response.ok (True if expected HTTP Status) - Response.error (Logged HTTPError if bad HTTP Status) - Response.raise_for_status() (Raises stored HTTPError)
0.2.2
++++++++++++++++++
* Still handles request in the event of an HTTPError. (Issue 2) * Eventlet and Gevent Monkeypatch support. * Cookie Support (Issue 1)
0.2.1
++++++++++++++++++
* Added file attribute to POST and PUT requests for multipart-encode file uploads. * Added Request.url attribute for context and redirects