Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

95 lines (63 loc) · 6.88 KB

Changelog

1.0

1.0.0 - 2023-05-22

Breaking Changes

  • Python >=3.8 and JupyterHub >=2.3.0 is now required
  • Logging in while already logged in by visiting /hub/tmplogin now provides the visitor with a new user identity to allow startup of a new server. The TmpAuthenticator.force_new_server config is removed as no longer relevant as part of this change.
  • The TmpAuthenticator.process_user function is no longer provided for subclasses to override. The configurable Authenticator.post_auth_hook can be used to accomplish the same things though.

Bugs fixed

  • BREAKING: Logout current user when new user logs in (removes force_new_server) #22 (@yuvipanda)
  • Fix reference to unbound variable #25 (@yuvipanda)

Maintenance improvements

Documentation improvements

Contributors to this release

@evanlinde | @fm75 | @hilhert | @manics | @minrk | @mohirio | @sridhar562345 | @takluyver | @tkw1536 | @willingc | @yuvipanda

0.6

0.6 - 2019-05-18

0.5

0.5 - 2017-11-02

0.4

0.4 - 2017-05-08

0.3

0.3 - 2017-05-04

0.2

0.2 - 2017-05-01

0.1

0.1 - 2016-12-30