Skip to content

Releases: jupyter-server/jupyter_server

v1.12.0

23 Nov 02:39
Compare
Choose a tag to compare

1.12.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Set xsrf cookie on base url #612 (@minrk)
  • Update jpserver_extensions trait to work with traitlets 5.x #610 (@Zsailer)
  • Fix allow_origin_pat property to properly parse regex #603 (@havok2063)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @codecov-commenter | @havok2063 | @minrk | @mwakaba2 | @toonn | @welcome | @Zsailer

v1.11.2

01 Nov 20:25
Compare
Choose a tag to compare

1.11.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @dependabot | @kevin-bates | @stdll00 | @welcome | @Wh1isper | @Zsailer

v1.11.1

04 Oct 21:59
Compare
Choose a tag to compare

1.11.1

(Full Changelog)

Bugs fixed

  • Do not log connection error if the kernel is already shutdown #584 (@martinRenou)
  • [BUG]: allow None for min_open_files_limit trait #587 (@Zsailer)

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @martinRenou | @Zsailer

v1.11.0

09 Sep 09:51
Compare
Choose a tag to compare

1.11.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @codecov-commenter | @fcollonval | @martinRenou | @oliver-sanders | @vidartf

Release v1.10.2

02 Aug 21:50
Compare
Choose a tag to compare

1.10.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Fix typo in allow_password_change help #559 (@manics)

Contributors to this release

(GitHub contributors page for this release)

@afshin | @codecov-commenter | @echarles | @manics | @mariobuikhuizen | @oliver-sanders | @welcome | @Zsailer

Release v1.10.1

23 Jul 10:29
Compare
Choose a tag to compare

1.10.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@fcollonval

Release v1.10.0

22 Jul 17:32
Compare
Choose a tag to compare

1.10.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @codecov-commenter | @davidbrochart | @goanpeca | @kevin-bates | @martinRenou | @oliver-sanders | @welcome | @Zsailer

Release v1.9.0

24 Jun 15:48
Compare
Choose a tag to compare

1.9.0

(Full Changelog)

Enhancements made

  • enable a way to run a task when an io_loop is created #531 (@eastonsuo)
  • adds GatewayClient.auth_scheme configurable #529 (@telamonian)
  • [Notebook port 4835] Add UNIX socket support to notebook server #525 (@jtpio)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @codecov-commenter | @davidbrochart | @eastonsuo | @icankeep | @jtpio | @kevin-bates | @krassowski | @telamonian | @vidartf | @welcome | @Zsailer

Release v1.8.0

20 May 19:52
Compare
Choose a tag to compare

1.8.0

(Full Changelog)

Enhancements made

  • Expose a public property to sort extensions deterministically. #522 (@Zsailer)

Bugs fixed

  • init_httpserver at the end of initialize #517 (@minrk)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @jtpio | @minrk | @mwakaba2 | @vidartf | @welcome | @Zsailer

v1.7.0

10 May 21:19
Compare
Choose a tag to compare

(Full Changelog)

Bugs fixed

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]