mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
23 lines
528 B
Markdown
23 lines
528 B
Markdown
# Summary of changes in JupyterHub
|
|
|
|
See `git log` for a more detailed summary.
|
|
|
|
## 0.3.0
|
|
|
|
- No longer make the user starting the Hub an admin
|
|
- start PAM sessions on login
|
|
- hooks for Authenticators to fire before spawners start and after they stop,
|
|
allowing deeper interaction between Spawner/Authenticator pairs.
|
|
- login redirect fixes
|
|
|
|
## 0.2.0
|
|
|
|
- Based on standalone traitlets instead of IPython.utils.traitlets
|
|
- multiple users in admin panel
|
|
- Fixes for usernames that require escaping
|
|
|
|
## 0.1.0
|
|
|
|
First preview release
|
|
|