JupyterHub 0.9 is getting ready for release, and we have our first beta. It has some big changes, especially to what’s stored in the database and what information is available on the REST API. See the changelog <http://jupyterhub.readthedocs.io/en/latest/changelog.html> for more info.
If you’d like to test the JupyterHub beta, make sure to back up your database first, then install the beta: pip install --pre jupyterhub==0.9.0b1 And run the database upgrade: jupyerhub upgrade-db Highlights of this release include: - progress API so spawners can improve feedback while user servers are launching - track activity of API tokens - track creation/start time of users, servers, and tokens - management API and UI for tokens - support for external services to oauth with the hub - spawner state and auth state can be available via the REST API - dramatically improved startup time with a large number of users - lots more bug fixes and performance improvements Thanks to everyone who has helped with this. We should have JupyterHub 0.9 polished and ready for release with your help around the end of the month. -Min on behalf of the JupyterHub team -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BU_NdGXP%2B06JyFgkCY8C1ptTYGvamBo5%3DyUdy3FhdXvog%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
