Skip to content

Releases: jupyter-server/jupyter_server

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]

Release v1.7.0a2

06 May 21:57
Compare
Choose a tag to compare
Release v1.7.0a2 Pre-release
Pre-release

1.7.0a2

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@kevin-bates

Release v1.7.0a1

05 May 10:59
Compare
Choose a tag to compare
Release v1.7.0a1 Pre-release
Pre-release

1.7.0a1

(Full Changelog)

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

01 May 11:02
Compare
Choose a tag to compare
Release v1.7.0a0 Pre-release
Pre-release

1.7.0a0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

  • Add Appropriate Token Permission for CodeQL Workflow #489 (@afshin)

Contributors to this release

(GitHub contributors page for this release)

@afshin | @blink1073 | @Carreau | @codecov-commenter | @jtpio | @kevin-bates | @kiendang

v1.6.4

21 Apr 21:02
Compare
Choose a tag to compare

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@afshin

v1.6.3

21 Apr 12:20
Compare
Choose a tag to compare

(Full Changelog)

Merges

  • Gate anyio version 2b51ee3
  • Fix activity tracking and nudge issues when kernel ports change on restarts #482 (@kevin-bates)

Contributors to this release

(GitHub contributors page for this release)

@kevin-bates

v1.6.2

16 Apr 09:22
Compare
Choose a tag to compare

Enhancements made

Bugs fixed

  • Re-enable support for answer_yes flag #479 (@jtpio)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@jtpio

1.6.1

12 Apr 19:11
Compare
Choose a tag to compare

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@codecov-io | @davidbrochart | @echarles | @faucct | @jtpio | @welcome

1.6.0

08 Apr 10:52
Compare
Choose a tag to compare

(Full Changelog)

New features added

  • Add env variable support for port options #461 (@afshin)

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

Contributors to this release

(GitHub contributors page for this release)

@afshin | @codecov-io | @echarles | @jasongrout | @jtpio | @kevin-bates | @vidartf

1.5.1

24 Mar 20:08
Compare
Choose a tag to compare

(Full Changelog)

Merged pull requests:

  • Ensure jupyter config dir exists #454 (@afshin)
  • Allow pre_save_hook to cancel save with HTTPError #456 (@minrk)

Contributors to this release:

(GitHub contributors page for this release)

@afshin | @minrk