Releases: jupyter-server/jupyter_server
v1.12.0
1.12.0
Enhancements made
- Consistent logging method #607 (@mwakaba2)
- Use pending kernels #593 (@blink1073)
Bugs fixed
- Set
xsrf
cookie on base url #612 (@minrk) - Update
jpserver_extensions
trait to work withtraitlets
5.x #610 (@Zsailer) - Fix
allow_origin_pat
property to properly parse regex #603 (@havok2063)
Maintenance and upkeep improvements
- Enforce labels on PRs #613 (@blink1073)
- Normalize file name and path in
test_api
#608 (@toonn)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @codecov-commenter | @havok2063 | @minrk | @mwakaba2 | @toonn | @welcome | @Zsailer
v1.11.2
1.11.2
Bugs fixed
- Fix \s deprecation warning #600 (@Zsailer)
- Remove requests-unixsocket dependency #599 (@kevin-bates)
- bugfix: dir_exists is never awaited #597 (@stdll00)
- Fix missing await when call 'async_replace_file' #595 (@Wh1isper)
- add a pytest fixture for capturing logging stream #588 (@Zsailer)
Maintenance and upkeep improvements
- Avoid dependency on NBConvert versions for REST API test #601 (@Zsailer)
- Bump ansi-regex from 5.0.0 to 5.0.1 #590 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@codecov-commenter | @dependabot | @kevin-bates | @stdll00 | @welcome | @Wh1isper | @Zsailer
v1.11.1
1.11.1
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
v1.11.0
1.11.0
Enhancements made
- Allow non-empty directory deletion through settings #574 (@fcollonval)
Bugs fixed
- pytest_plugin: allow user specified headers in jp_ws_fetch #580 (@oliver-sanders)
- Shutdown kernels/terminals on api/shutdown #579 (@martinRenou)
- pytest: package conftest #576 (@oliver-sanders)
- Set stacklevel on warning to point to the right place. #572 (@Carreau)
- Respect reraise setting #571 (@vidartf)
Maintenance and upkeep improvements
- Fix jupyter_client warning #581 (@martinRenou)
- Add Pre-Commit Config #575 (@fcollonval)
- Clean up link checking #569 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @Carreau | @codecov-commenter | @fcollonval | @martinRenou | @oliver-sanders | @vidartf
Release v1.10.2
1.10.2
Bugs fixed
- fix: make command line aliases work again #564 (@mariobuikhuizen)
- decode bytes from secure cookie #562 (@oliver-sanders)
Maintenance and upkeep improvements
- Add the needed space in the welcome message #561 (@echarles)
- Update check-release workflow #558 (@afshin)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@afshin | @codecov-commenter | @echarles | @manics | @mariobuikhuizen | @oliver-sanders | @welcome | @Zsailer
Release v1.10.1
1.10.1
Bugs fixed
- Protect against unset spec #556 (@fcollonval)
Contributors to this release
Release v1.10.0
1.10.0
Enhancements made
- PR: Add a new preferred-dir traitlet #549 (@goanpeca)
- stop hook for extensions #526 (@oliver-sanders)
- extensions: allow extensions in namespace packages #523 (@oliver-sanders)
Bugs fixed
- Fix examples/simple test execution #552 (@davidbrochart)
- Rebuild package-lock, fixing local setup #548 (@martinRenou)
Maintenance and upkeep improvements
- small test changes #541 (@oliver-sanders)
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
1.9.0
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
- Fix nbconvert handler #545 (@davidbrochart)
- Fixes AsyncContentsManager#exists #542 (@icankeep)
Maintenance and upkeep improvements
- argon2 as an optional dependency #532 (@vidartf)
- Test Downstream Packages #528 (@blink1073)
- fix jp_ws_fetch not work by its own #441 #527 (@eastonsuo)
Documentation improvements
- Update link to meeting notes #535 (@krassowski)
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
1.8.0
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Upgrade anyio to 3.1 for all py versions #521 (@mwakaba2)
- Enable Server Tests on Windows #519 (@jtpio)
- restore preference for SelectorEventLoop on Windows #513 (@minrk)
- set default config dir name #504 (@minrk)
Contributors to this release
(GitHub contributors page for this release)
@codecov-commenter | @jtpio | @minrk | @mwakaba2 | @vidartf | @welcome | @Zsailer
v1.7.0
Bugs fixed
- Fix for recursive symlink - (port Notebook 4670) #497 (@kevin-bates)
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]