- Now requires Requests > 1.0 (Requests now used for all HTTP requests) - Python 3.3 Compatibility (Test suite passes for Python 2.6, 2.7, and 3.3) - Deprecate OAuth 1.0 auth method (Google deprecated it April 20, 2012 https://developers.google.com/accounts/docs/OAuth ) - RIP Google Reader :(
0.6.3
- Add support for add/remove tag transaction abi- lity, to mass edit tags on on an Item - Add since/until argument support for many Container calls - Add support for loadLimit argument with feed Containers loadItems() call
0.6.2
- Fix broken post() method with OAuth2 auth, https://github.com/askedrelic/libgreader/issues/11
0.6.1
- cleanup sdist package contents, to not include tests - Remove httplib2 as a require import unless you are using GAPDecoratorAuthMethod
0.6.0
* OAuth2 support * Deprecating OAuth support * Added auth support for Google App Engine with GAPDecoratorAuthMethod * Internal code re-organization