Skip to content

Releases: jupyter-server/jupyter_server

v2.15.0

20 Dec 13:02
Compare
Choose a tag to compare

2.15.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Return HTTP 400 when attempting to post an event with an unregistered schema #1463 (@afshin)
  • write server extension list to stdout #1451 (@minrk)
  • don't let ExtensionApp jpserver_extensions be overridden by config #1447 (@minrk)
  • Pass session_id during Websocket connect #1440 (@gogasca)
  • Do not log environment variables passed to kernels #1437 (@krassowski)
  • extensions: render default templates with default static_url #1435 (@minrk)
  • Improve the busy/idle execution state tracking for kernels. #1429 (@ojarjur)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @blink1073 | @bloomsa | @bollwyvl | @Carreau | @cjwatson | @davidbrochart | @dependabot | @epignot | @fcollonval | @gogasca | @hansepac | @holzman | @IITII | @krassowski | @lresende | @manics | @markypizz | @minrk | @mwouts | @ojarjur | @oliver-sanders | @pre-commit-ci | @Timeroot | @tornaria | @welcome | @Wh1isper | @yuvipanda | @Zsailer

v2.14.2

12 Jul 18:31
Compare
Choose a tag to compare

2.14.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @gogasca | @krassowski | @manics | @pre-commit-ci

v2.14.1

09 Jun 16:47
Compare
Choose a tag to compare

2.14.1

(Full Changelog)

Enhancements made

  • Removing excessive logging from reading local files #1420 (@lresende)

Security Fix

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @lresende | @pre-commit-ci

v2.14.0

11 Apr 15:34
Compare
Choose a tag to compare

2.14.0

(Full Changelog)

Enhancements made

  • Do not include token in dashboard link, when available #1406 (@minrk)

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

Documentation improvements

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

04 Mar 12:06
Compare
Choose a tag to compare

2.13.0

(Full Changelog)

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

Documentation improvements

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

16 Jan 14:58
Compare
Choose a tag to compare

2.12.5

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v2.12.4

11 Jan 12:09
Compare
Choose a tag to compare

2.12.4

(Full Changelog)

Bugs fixed

  • Fix log arguments for gateway client error #1385 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@minrk

v2.12.3

09 Jan 19:27
Compare
Choose a tag to compare

2.12.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@mwouts | @tornaria | @welcome | @yuvipanda

v2.12.2

04 Jan 00:58
Compare
Choose a tag to compare

2.12.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @bollwyvl | @epignot | @krassowski

v2.12.1

06 Dec 21:16
Compare
Choose a tag to compare

2.12.1

(Full Changelog)

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

(GitHub contributors page for this release)

@minrk | @Zsailer