From 092327b11f53a928af4b2d9044fcc96bd32cb554 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 30 Jul 2019 21:17:03 +0200 Subject: [PATCH] changelog for 0.9 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80122658..0487f272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ command line for details. ## [Unreleased] +## 0.9 + +### [0.9.0] - 2019-07-30 + +- switch to asyncio coroutines from tornado coroutines (requires Python 3.5) +- add `GenericOAuthenticator.userdata_token_method` configurable +- add `GenericOAuthenticator.basic_auth` configurable +- support for OpenShift 4.0 API changes + + ## 0.8 ### [0.8.2] - 2019-04-16 @@ -161,7 +171,8 @@ It fixes handling of `gitlab_group_whitelist` when using GitLabOAuthenticator. - First release -[Unreleased]: https://github.com/jupyterhub/oauthenticator/compare/0.8.2...HEAD +[Unreleased]: https://github.com/jupyterhub/oauthenticator/compare/0.9.0...HEAD +[0.9.0]: https://github.com/jupyterhub/oauthenticator/compare/0.8.2...0.9.0 [0.8.2]: https://github.com/jupyterhub/oauthenticator/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/jupyterhub/oauthenticator/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/jupyterhub/oauthenticator/compare/0.7.3...0.8.0