News
====

0.1.11
---

*Release date: 2018-09-25*

* Logout always deletes tokens, even if the revoke call fails

0.1.10
---

*Release date: 2018-09-24*

* Allow instantiation of session with bad refresh token

0.1.9
---

*Release date: 2018-09-24*

* Postgres token storage now deletes entries on logout

0.1.8
---

*Release date: 2018-09-22*

* Fix query method use of nextRecordsUrl; kwarg now more description (note small but breaking API change to query())

0.1.7
---

*Release date: 2018-09-18*

* Correctly handle ports in callback url

0.1.6
---

*Release date: 2018-09-13*

* Support web server flow - see the test for example

* New query method

0.1.5
---

*Release date: 2018-09-10*

* Refresh token persistence is now modular

0.1.4
---

*Release date: 2018-04-30*

* Thanks to @paulie4 for the patch to allow an externally created oauthlib client.
* New AUTHORS file
* When token refresh fails, launch the appropriate authentication flow.  Allows for username/password clients to live past the session timeout.

0.1.3
---

*Release date: 2018-02-20*

* Python's webbrowser module isn't working for chrome as default browser on OS X, so force safari as browser for oauth flow.

0.1.2
---

*Release date: 2018-02-02*

* Allow custom domain to be specified for authentication

0.1.1
---

*Release date: 2018-01-14*

* Python 3 compatibility - thanks @ivanpricewaycom !

0.1
---

*Release date: 2016-08-26*

* First release.

