Skip to content

Releases: jupyter-server/kernel_gateway

v3.0.1

12 Mar 17:51
Compare
Choose a tag to compare

3.0.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @jackgerrits | @pre-commit-ci | @welcome

v3.0.0

06 Feb 00:32
Compare
Choose a tag to compare

3.0.0

(Full Changelog)

Contributors to this release

(GitHub contributors page for this release)

v3.0.0rc1

29 Jan 19:43
Compare
Choose a tag to compare
v3.0.0rc1 Pre-release
Pre-release

3.0.0rc1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

2.5.2

06 Feb 19:49
bbf50a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.1...2.5.2

2.5.1

25 Aug 00:19
a6ba145
Compare
Choose a tag to compare

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bgerrity | @cottrell | @gzuidhof | @kevin-bates | @tschaume

2.5.0

19 Apr 20:13
Compare
Choose a tag to compare

(Full Changelog)

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

18 Aug 18:00
30056f3
Compare
Choose a tag to compare

Adds the ability to set the SSL version and defaults version to SSL 1.2.

2.4.2

10 Aug 17:25
09a478c
Compare
Choose a tag to compare

Fixes an asyncio compatibility issue that surfaces once Notebook 6.1+ is deployed within JKG's environment.

2.4.1

05 Jun 21:42
725c58a
Compare
Choose a tag to compare

Jupyter Kernel Gateway 2.4.1

  • Ignore hangup signal for running in the background
  • Fix lint issue

2.4.0

05 Jun 20:36
Compare
Choose a tag to compare

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