Releases: jupyter-server/jupyter_server
Releases · jupyter-server/jupyter_server
v2.14.2
2.14.2
Bugs fixed
- Pass session_id during Websocket connect #1440 (@gogasca)
- Do not log environment variables passed to kernels #1437 (@krassowski)
Maintenance and upkeep improvements
- chore: update pre-commit hooks #1441 (@pre-commit-ci)
- chore: update pre-commit hooks #1427 (@pre-commit-ci)
Documentation improvements
- Update documentation for
cookie_secret
#1433 (@krassowski) - Add Changelog for 2.14.1 #1430 (@blink1073)
- Update simple extension examples: _jupyter_server_extension_points #1426 (@manics)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @gogasca | @krassowski | @manics | @pre-commit-ci
v2.14.1
2.14.1
Enhancements made
Security Fix
Maintenance and upkeep improvements
- Use hatch fmt command #1424 (@blink1073)
- chore: update pre-commit hooks #1421 (@pre-commit-ci)
Contributors to this release
v2.14.0
2.14.0
Enhancements made
Bugs fixed
- Ignore zero-length page_config.json, restore previous behavior of crashing for invalid JSON #1405 (@holzman)
- Don't crash on invalid JSON in page_config (#1403) #1404 (@holzman)
Maintenance and upkeep improvements
- Fix jupytext and lint CI failures #1413 (@blink1073)
- Set all min deps #1411 (@blink1073)
- chore: update pre-commit hooks #1409 (@pre-commit-ci)
- Update pytest requirement from <8,>=7.0 to >=7.0,<9 #1402 (@dependabot)
- Pin to Pytest 7 #1401 (@blink1073)
Documentation improvements
- Link to GitHub repo from the docs #1415 (@krassowski)
- docs: list server extensions #1412 (@oliver-sanders)
- Update simple extension README to cd into correct subdirectory #1410 (@markypizz)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @holzman | @krassowski | @markypizz | @minrk | @oliver-sanders | @pre-commit-ci | @welcome | @Zsailer
v2.13.0
2.13.0
Enhancements made
- Add an option to have authentication enabled for all endpoints by default #1392 (@krassowski)
- websockets: add configurations for ping interval and timeout #1391 (@oliver-sanders)
Bugs fixed
Maintenance and upkeep improvements
- Update release workflows #1399 (@blink1073)
- chore: update pre-commit hooks #1390 (@pre-commit-ci)
Documentation improvements
- Add deprecation note for
ServerApp.preferred_dir
#1396 (@krassowski) - Replace _jupyter_server_extension_paths in apidocs #1393 (@manics)
- fix "Shutdown" -> "Shut down" #1389 (@Timeroot)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @hansepac | @krassowski | @manics | @minrk | @oliver-sanders | @pre-commit-ci | @Timeroot | @welcome | @yuvipanda
v2.12.5
2.12.5
Maintenance and upkeep improvements
- Improve warning handling #1386 (@blink1073)
Contributors to this release
v2.12.4
v2.12.3
2.12.3
Bugs fixed
- Import User unconditionally #1384 (@yuvipanda)
Maintenance and upkeep improvements
- Simplify the jupytext downstream test #1383 (@mwouts)
- Fix test param for pytest-xdist #1382 (@tornaria)
Contributors to this release
(GitHub contributors page for this release)
@mwouts | @tornaria | @welcome | @yuvipanda
v2.12.2
2.12.2
Bugs fixed
- Fix a typo in error message #1381 (@krassowski)
- Force legacy ws subprotocol when using gateway #1311 (@epignot)
Maintenance and upkeep improvements
- Update pre-commit deps #1380 (@blink1073)
- Use ruff docstring-code-format #1377 (@blink1073)
Documentation improvements
Contributors to this release
v2.12.1
2.12.1
Enhancements made
- log extension import time at debug level unless it's actually slow #1375 (@minrk)
- Add support for async Authorizers (part 2) #1374 (@Zsailer)
Contributors to this release
v2.12.0
2.12.0
Enhancements made
Maintenance and upkeep improvements
- Update for tornado 6.4 #1372 (@blink1073)
- chore: update pre-commit hooks #1370 (@pre-commit-ci)