Releases: jupyter-server/jupyter_server
Releases · jupyter-server/jupyter_server
1.5.0
Merged pull requests:
- Add Styling to the HTML Pages #452 (@afshin)
- Implement password hashing with
argon2-cffi
#450 (@afshin) - Escape user input in handlers flagged during code scans #449 (@kevin-bates)
- Fix for the terminal shutdown issue #446 (@afshin)
- Update the branch filter for the CI badge #445 (@jtpio)
- Fix for
UnboundLocalError
in shutdown #444 (@afshin) - Update CI badge and fix broken link #443 (@blink1073)
- Fix syntax typo #442 (@kiendang)
- Port terminal culling from Notebook #438 (@kevin-bates)
- More complex handling of
open_browser
from extension applications #433 (@afshin) - Correction in Changelog #429 (@Zsailer)
- Rename translation function alias #428 (@sngyo)
Contributors to this release:
(GitHub contributors page for this release)
@afshin | @blink1073 | @codecov-io | @jtpio | @kevin-bates | @kiendang | @minrk | @sngyo | @Zsailer
1.4.1
Merged pull requests:
- Update README.md #425 (@BobinMathew)
- Solve UnboundLocalError in launch_browser() #421 (@jamesmishra)
- Add file_to_run to server extension docs #420 (@Zsailer)
- Remove outdated reference to _jupyter_server_extension_paths in docs #419 (@Zsailer)
Contributors to this release:
1.4.0
Merged pull requests:
- Add Tests to Distribution #416 (afshin)
- Enable extensions to control the file_to_run #415 (afshin)
- add missing template for view.html #414 (minrk)
- Remove obsoleted asyncio-patch fixture #412 (kevin-bates)
- Emit deprecation warning on old name #411 (fcollonval)
- Correct logging message position #410 (fcollonval)
- Update 1.3.0 Changelog to include broken 1.2.3 PRs #408 (kevin-bates)
- [Gateway] Track only this server's kernels #407 (kevin-bates)
- Update manager.py: more descriptive warnings when extensions fail to load #396 (alberti42)
1.3.0
Merged pull requests:
1.2.2
1.2.2 (2021-01-14)
Merged pull requests:
- Apply missing ensure_async to root session handler methods #386 (kevin-bates)
- Update changelog to 1.2.1 #385 (Zsailer)
- Fix application exit #384 (afshin)
- Replace secure_write, is_hidden, exists with jupyter_core's #382 (kevin-bates)
- Add --autoreload flag #380 (afshin)