* Move away from urllib2 authentication handling. * Fully Remove AuthManager, AuthObject, &c. * New tuple-based auth system with handler callbacks.
0.7.0
++++++++++++++++++
* Sessions are now the primary interface. * Deprecated InvalidMethodException. * PATCH fix. * New config system (no more global settings).
0.6.6
++++++++++++++++++
* Session parameter bugfix (params merging).
0.6.5
++++++++++++++++++
* Offline (fast) test suite. * Session dictionary argument merging.
0.6.4
++++++++++++++++++
* Automatic decoding of unicode, based on HTTP Headers. * New ``decode_unicode`` setting. * Removal of ``r.read/close`` methods. * New ``r.faw`` interface for advanced response usage.* * Automatic expansion of parameterized headers.