We have a prerelease of JupyterHub 5.3 out now. This is a small release, so the prerelease window will probably be pretty short before tagging a final release.
The highlights of 5.3 are some new configuration options
- more options related to user_options and options forms
- new config for resolving XSRF issues in certain proxy issues
- a new SharedPasswordAuthenticator for short-term workshop-type use cases with trusted users
- better support for ipv6
and various other bugfixes and improvements noted in the changelog.
You can get it with pip install --pre 'jupyterhub==5.3.*'
Thanks to all contributors and testers!