For detailed changes from the prior release, click on the version number, and
its link will bring up a GitHub listing of changes. Use git log
on the
command line for details.
0.5.0 - 2016-09-02
- Add GitLabOAuthenticator
0.4.1 - 2016-05-18
- Fix typo preventing Google OAuth from working in 0.4.0
0.4.0 - 2016-05-11
- Enable username normalization (for mixed-case names on GitHub, requires JupyterHub 0.5).
This removes
GitHubOAuthenticator.username_map
introduced in 0.3, because the base Authenticator has.username_map
as of 0.5.
0.3 - 2016-04-20
- Add Google authenticator
- Allow specifying OAuth scope
- Add
GitHubOAuthenticator.username_map
for mapping GitHub usernames to system usernames.
0.2 - 2016-01-04
- Add mediawiki authenticator
- First release