Releases: jupyter-server/kernel_gateway
Releases · jupyter-server/kernel_gateway
v3.0.1
3.0.1
Bugs fixed
- Don't add signal handler for SIGQUIT on Windows #399 (@jackgerrits)
Maintenance and upkeep improvements
- Update Release Scripts #400 (@blink1073)
- Increase test timeout #397 (@blink1073)
- chore: update pre-commit hooks #396 (@pre-commit-ci)
Contributors to this release
v3.0.0
v3.0.0rc1
3.0.0rc1
Maintenance and upkeep improvements
- Add trusted publisher token permissions #395 (@blink1073)
Contributors to this release
2.5.2
What's Changed
- Pass
self.base_url
to Tornado constructor by @ricklamers in #372 - Remove usage of ipython_genutils by @blink1073 in #374
- correct create_personality function params to reflect usage by @bgerrity in #375
- Pin jupyter client < 8 by @kevin-bates in #378
New Contributors
- @ricklamers made their first contribution in #372
Full Changelog: 2.5.1...2.5.2
2.5.1
Merged PRs
- Update docs to be more informative on startup #356 (@cottrell)
- Fix cors preflight for paths with path params #360 (@gzuidhof)
- Fix link to Jupyter common configuration docs #365 (@bgerrity)
- use get_shell_msg helper method #368 (@tschaume)
Contributors to this release
(GitHub contributors page for this release)
@bgerrity | @cottrell | @gzuidhof | @kevin-bates | @tschaume
2.5.0
Merged PRs
- Replace TravisCI with Github Actions #357 (@dolfinus)
- Fix loading of local notebooks with url special characters in path #353 (@bgerrity)
- Render .md files on RTD with MyST-parser #348 (@mwouts)
- Fix all warnings (but 2) when doing make html #347 (@mwouts)
- Formally define traits in swagger parser #346 (@kevin-bates)
- Add recommonmark to the list of required Sphinx extensions #345 (@mwouts)
Contributors to this release
(GitHub contributors page for this release)
@bgerrity | @dolfinus | @kevin-bates | @mwouts | @willingc
2.4.3
Adds the ability to set the SSL version and defaults version to SSL 1.2.
2.4.2
Fixes an asyncio compatibility issue that surfaces once Notebook 6.1+ is deployed within JKG's environment.
2.4.1
Jupyter Kernel Gateway 2.4.1
- Ignore hangup signal for running in the background
- Fix lint issue
2.4.0
Jupyter Kernel Gateway 2.4.0
- Fix race condition that can occur during startup
- Make adjustments for newer Tornado releases
- Enable use of Notebook 6.x