Releases: jupyter-server/jupyter_server
Releases · jupyter-server/jupyter_server
v1.7.0
Bugs fixed
- Fix for recursive symlink - (port Notebook 4670) #497 (@kevin-bates)
Enhancements made
- Make nbconvert root handler asynchronous #512 (@hMED22)
- Refactor gateway kernel management to achieve a degree of consistency #483 (@kevin-bates)
Maintenance and upkeep improvements
- Remove Packaging Dependency #515 (@jtpio)
- Use kernel_id for new kernel if it doesn't exist in MappingKernelManager.start_kernel #511 (@the-higgs)
- Include backtrace in debug output when extension fails to load #506 (@candlerb)
- ExtensionPoint: return True on successful validate() #503 (@minrk)
- ExtensionManager: load default config manager by default #502 (@minrk)
- Prep for Release Helper Usage #494 (@jtpio)
- Typo in shutdown with answer_yes #491 (@kiendang)
- Remove some of ipython_genutils no-op. #440 (@Carreau)
- Drop dependency on pywin32 #514 (@kevin-bates)
- Upgrade anyio to v3 #492 (@mwakaba2)
- Add Appropriate Token Permission for CodeQL Workflow #489 (@afshin)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@codecov-commenter | @hMED22 | @jtpio | @kevin-bates | @the-higgs | @welcome
@blink1073 | @candlerb | @kevin-bates | @minrk | @mwakaba2 | @Zsailer | @kiendang | [@Carreau]
Release v1.7.0a2
1.7.0a2
Maintenance and upkeep improvements
- Increase minimum jupyter_core dependency #509 (@kevin-bates)
Contributors to this release
Release v1.7.0a1
1.7.0a1
Enhancements made
- Refactor gateway kernel management to achieve a degree of consistency #483 (@kevin-bates)
Maintenance and upkeep improvements
- Include backtrace in debug output when extension fails to load #506 (@candlerb)
- ExtensionPoint: return True on successful validate() #503 (@minrk)
- ExtensionManager: load default config manager by default #502 (@minrk)
Other merged PRs
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @candlerb | @codecov-commenter | @kevin-bates | @minrk | @mwakaba2 | @welcome | @Zsailer
Release v1.7.0a0
1.7.0a0
Bugs fixed
- Fix for recursive symlink - (port Notebook 4670) #497 (@kevin-bates)
Maintenance and upkeep improvements
- Prep for Release Helper Usage #494 (@jtpio)
- Typo in shutdown with answer_yes #491 (@kiendang)
- Remove some of ipython_genutils no-op. #440 (@Carreau)
Documentation improvements
Other merged PRs
Contributors to this release
(GitHub contributors page for this release)
@afshin | @blink1073 | @Carreau | @codecov-commenter | @jtpio | @kevin-bates | @kiendang
v1.6.4
v1.6.3
Merges
- Gate anyio version 2b51ee3
- Fix activity tracking and nudge issues when kernel ports change on restarts #482 (@kevin-bates)
Contributors to this release
v1.6.2
1.6.1
Merged PRs
- Fix race condition with async kernel management #472 (@jtpio)
- Fix kernel lookup #475 (@davidbrochart)
- Add Extension App Aliases to Server App #473 (@jtpio)
- Correct 'Content-Type' headers #471 (@faucct)
Contributors to this release
(GitHub contributors page for this release)
@codecov-io | @davidbrochart | @echarles | @faucct | @jtpio | @welcome
1.6.0
New features added
Enhancements made
Maintenance and upkeep improvements
Documentation improvements
- Add Changelog to Sphinx Docs #465 (@afshin)
- Update description for kernel restarted in the API docs #463 (@jtpio)
- Delete the extra “or” that prevents easy cut-and-paste of URLs. #460 (@jasongrout)
- Add descriptive log for port unavailable and port-retries=0 #459 (@afshin)
Other merged PRs
- Add ReadTheDocs config #468 (@jtpio)
- Update MappingKM.restart_kernel to accept now kwarg #404 (@vidartf)
Contributors to this release
(GitHub contributors page for this release)
@afshin | @codecov-io | @echarles | @jasongrout | @jtpio | @kevin-bates | @vidartf