- Update to 2.1.0
* Fix preferred_dir for sync contents manager #1173 (@vidartf)
* Update typing and warning handling #1174 (@blink1073)
- Release 2.0.7
* Log how long each extension module takes to import #1171
(@yuvipanda)
* Set JPY_SESSION_NAME to full notebook path. #1100 (@Carreau)
* Reapply preferred_dir fix, now with better backwards
compatability #1162 (@vidartf)
* Update example to use hatch #1169 (@blink1073)
* Clean up docs build and typing #1168 (@blink1073)
* Fix check release by ignoring duplicate file name in wheel
#1163 (@blink1073)
* Fix broken link in warning message #1158 (@consideRatio)
OBS-URL: https://build.opensuse.org/request/show/1058569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=29
* Fix preferred_dir for sync contents manager #1173 (@vidartf)
* Update typing and warning handling #1174 (@blink1073)
- Release 2.0.7
* Log how long each extension module takes to import #1171
(@yuvipanda)
* Set JPY_SESSION_NAME to full notebook path. #1100 (@Carreau)
* Reapply preferred_dir fix, now with better backwards
compatability #1162 (@vidartf)
* Update example to use hatch #1169 (@blink1073)
* Clean up docs build and typing #1168 (@blink1073)
* Fix check release by ignoring duplicate file name in wheel
#1163 (@blink1073)
* Fix broken link in warning message #1158 (@consideRatio)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=60
- Update to 2.0.6
* Iterate through set of apps in extension_manager.any_activity
method #1157 (@mahendrapaipuri)
* Handle flake8-errmsg #1155 (@blink1073)
* Add spelling and docstring enforcement #1147 (@blink1073)
- Update to 2.0.5
* Remove end kwarg after migration from print to info #1151
(@krassowski)
* Import ensure-sync directly from dependence. #1149 (@Carreau)
* Update deprecation warning #1148 (@Carreau)
- Release 2.0.4
* Fix handling of extension last activity #1145 (@blink1073)
- Release 2.0.3
* Restore default writing of browser open redirect file, add
opt-in to skip #1144 (@bollwyvl)
- Release 2.0.2
* Raise errors on individual problematic extensions when listing
extension #1139 (@Zsailer)
* Find an available port before starting event loop #1136
(@blink1073)
* only write browser files if we’re launching the browser #1133
(@hhuuggoo)
* Logging message used to list sessions fails with template error
#1132 (@vindex10)
* Include base_url at start of kernelspec resources path #1124
(@bloomsa)
- Release 2.0.1
* [Gateway] Remove redundant list kernels request during session
poll #1112 (@kevin-bates)
* Maintenance and upkeep improvements
* Fix jupyter_core pinning #1122 (@ophie200)
- Major Release 2.0.0
## Enhancements made
* Introduce ServerKernelManager class #1101 (@kevin-bates)
* New configurable/overridable kernel ZMQ+Websocket connection
API #1047 (@Zsailer)
* Pass kernel environment to cwd_for_path method #1046
(@divyansshhh)
* Better Handling of Asyncio #1035 (@blink1073)
* Add authorization to AuthenticatedFileHandler #1021
(@jiajunjie)
* [Gateway] Add support for gateway token renewal #985
(@kevin-bates)
* Make it easier to pass custom env variables to kernel #981
(@divyansshhh)
* Accept and manage cookies when requesting gateways #969 (@wjsi)
* Emit events from the Contents Service #954 (@Zsailer)
* Retry certain errors between server and gateway #944
(@kevin-bates)
* Allow new file types #895 (@davidbrochart)
* Make it easier for extensions to customize the ServerApp #879
(@minrk)
* Adds anonymous users #863 (@hbcarlos)
* switch to jupyter_events #862 (@Zsailer)
* consolidate auth config on IdentityProvider #825 (@minrk)
## Bugs fixed
* Fix kernel WebSocket protocol #1110 (@davidbrochart)
* Defer webbrowser import #1095 (@blink1073)
* Use handle_outgoing_message for ZMQ replies #1089 (@Zsailer)
* Call ports_changed on the multi-kernel-manager instead of the
kernel manager #1088 (@Zsailer)
* Add more websocket connection tests and fix bugs #1085
(@blink1073)
* Tornado WebSocketHandler fixup #1083 (@davidbrochart)
* persist userid cookie when auth is disabled #1076 (@minrk)
* Fix rename_file and delete_file to handle hidden files properly
#1073 (@yacchin1205)
* Add more coverage #1069 (@blink1073)
* Increase nbconvert and checkpoints coverage #1066 (@blink1073)
* Fix min version check again #1049 (@blink1073)
* Fallback new file type to file for contents put #1013 (@a3626a)
* Fix some typos in release instructions #1003 (@kevin-bates)
* Wrap the concurrent futures in an asyncio future #1001
(@blink1073)
* [Gateway] Fix and deprecate env whitelist handling #979
(@kevin-bates)
* fix issues with jupyter_events 0.5.0 #972 (@Zsailer)
* Correct content-type headers #965 (@epignot)
* Don’t validate certs for when stopping server #959 (@Zsailer)
* Parse list value for terminado_settings #949 (@krassowski)
* Fix bug in api/contents requests for an allowed copy #939
(@kiersten-stokes)
* Fix error that prevents posting to api/contents endpoint with
no body #937 (@kiersten-stokes)
* avoid creating asyncio.Lock at import time #935 (@minrk)
* Fix get_kernel_path for AsyncFileManagers. #929
(@thetorpedodog)
* Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga)
* Add back support for kernel launch timeout pad #910
(@CiprianAnton)
* Notify ChannelQueue that the response router thread is
finishing #896 (@CiprianAnton)
* Make ChannelQueue.get_msg true async #892 (@CiprianAnton)
* Check for serverapp for reraise flag #887 (@vidartf)
## Maintenance and upkeep improvements
* Make tests less sensitive to default kernel name #1118
(@blink1073)
* Tweak codecov settings #1113 (@blink1073)
* Bump minimatch from 3.0.4 to 3.1.2 #1109 (@dependabot)
* Add skip-if-exists config #1108 (@blink1073)
* Use pytest-jupyter #1099 (@blink1073)
* Clean up release instructions and coverage handling #1098
(@blink1073)
* Import ensure_async from jupyter_core #1093 (@davidbrochart)
* Add more tests #1092 (@blink1073)
* Fix coverage upload #1091 (@blink1073)
* Add base handler tests #1090 (@blink1073)
* Add more websocket connection tests and fix bugs #1085
(@blink1073)
* Use base setup dependency type #1084 (@blink1073)
* Add more serverapp tests #1079 (@blink1073)
* Add more gateway tests #1078 (@blink1073)
* More cleanup #1077 (@blink1073)
* Fix hatch scripts and windows workflow run #1074 (@blink1073)
* use recommended github-workflows checker #1071 (@blink1073)
* Add more coverage #1069 (@blink1073)
* More coverage #1067 (@blink1073)
* Increase nbconvert and checkpoints coverage #1066 (@blink1073)
* Test downstream jupyter_server_terminals #1065 (@blink1073)
* Test notebook prerelease #1064 (@blink1073)
* MAINT: remove python 3.4 branch #1061 (@Carreau)
* Bump actions/checkout from 2 to 3 #1056 (@dependabot)
* Bump actions/setup-python from 2 to 4 #1055 (@dependabot)
* Bump pre-commit/action from 2.0.0 to 3.0.0 #1054 (@dependabot)
* Add dependabot file #1053 (@blink1073)
* Use global env for min version check #1048 (@blink1073)
* Clean up handling of synchronous managers #1044 (@blink1073)
* Clean up config files #1031 (@blink1073)
* Make node optional #1030 (@blink1073)
* Use admin github token for releaser #1025 (@blink1073)
* CI Cleanup #1023 (@blink1073)
* Use mdformat instead of prettier #1022 (@blink1073)
* Add pyproject validation #1020 (@blink1073)
* Remove hardcoded client install in CI #1019 (@blink1073)
* Handle client 8 pending kernels #1014 (@blink1073)
* Use releaser v2 tag #1010 (@blink1073)
* Use hatch environments to simplify test, coverage, and docs
build #1007 (@blink1073)
* Update to version2 releaser #1006 (@blink1073)
* Do not use dev version yet #999 (@blink1073)
* Add workflows for simplified publish #993 (@blink1073)
* Remove hardcoded client install #991 (@blink1073)
* Test with client 8 updates #988 (@blink1073)
* Switch to using hatchling version command #984 (@blink1073)
* Run downstream tests in parallel #973 (@blink1073)
* Update pytest_plugin with fixtures to test auth in core and
extensions #956 (@akshaychitneni)
* Fix docs build #952 (@blink1073)
* Fix flake8 v5 compat #941 (@blink1073)
* Improve logging of bare exceptions and other cleanups. #922
(@thetorpedodog)
* Use more explicit version template for pyproject #919
(@blink1073)
* Fix handling of dev version #913 (@blink1073)
* Fix owasp link #908 (@blink1073)
* default to system node version in precommit #906 (@dlqqq)
* Test python 3.11 on ubuntu #839 (@blink1073)
## Documentation improvements
* Remove left over from notebook #1117 (@fcollonval)
* Fix wording #1037 (@fcollonval)
* Fix GitHub actions badge link #1011 (@blink1073)
* Pin docutils to fix docs build #1004 (@blink1073)
* Update server extension disable instructions #998 (@3coins)
* Update index.rst #970 (@razrotenberg)
* Fix typo in IdentityProvider documentation #915 (@danielyahn)
* docs: document the logging_config trait #844 (@oliver-sanders)
## Deprecated features
* [Gateway] Fix and deprecate env whitelist handling #979
(@kevin-bates)
OBS-URL: https://build.opensuse.org/request/show/1046204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=28
- Update to 2.0.5
* Remove end kwarg after migration from print to info #1151
(@krassowski)
* Import ensure-sync directly from dependence. #1149 (@Carreau)
* Update deprecation warning #1148 (@Carreau)
- Release 2.0.4
* Fix handling of extension last activity #1145 (@blink1073)
- Release 2.0.3
* Restore default writing of browser open redirect file, add
opt-in to skip #1144 (@bollwyvl)
- Release 2.0.2
* Raise errors on individual problematic extensions when listing
extension #1139 (@Zsailer)
* Find an available port before starting event loop #1136
(@blink1073)
* only write browser files if we’re launching the browser #1133
(@hhuuggoo)
* Logging message used to list sessions fails with template error
#1132 (@vindex10)
* Include base_url at start of kernelspec resources path #1124
(@bloomsa)
- Release 2.0.1
* [Gateway] Remove redundant list kernels request during session
poll #1112 (@kevin-bates)
* Maintenance and upkeep improvements
* Fix jupyter_core pinning #1122 (@ophie200)
- Major Release 2.0.0
## Enhancements made
* Introduce ServerKernelManager class #1101 (@kevin-bates)
* New configurable/overridable kernel ZMQ+Websocket connection
OBS-URL: https://build.opensuse.org/request/show/1045440
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=57
- Update to version 1.21.0
* Handle client 8 pending kernels #1014 (@blink1073)
- Release 1.19.1
* Wrap the concurrent futures in an asyncio future #1000
(@blink1073)
- Release 1.19.0
* New features added
+ Backport Inject session identifier into environment variable
#920 (@vidartf)
* Enhancements made
+ Backport #981: Make it easier to pass custom env variables to
kernel #994 (@divyansshhh)
+ Retry certain errors between server and gateway #944
(@kevin-bates)
* Bugs fixed
+ Backport PR #965: Correct content-type headers #966
(@epignot)
+ avoid creating asyncio.Lock at import time #935 (@minrk)
+ Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga)
+ Add back support for kernel launch timeout pad #910
(@CiprianAnton)
* Maintenance and upkeep improvements
+ Test with client 8 updates #992 (@blink1073)
+ Backport PR #922: Improve logging of bare exceptions etc.
#926 (@thetorpedodog)
+ Fix handling of dev version #913 (@blink1073)
+ Fix owasp link #908 (@blink1073)
OBS-URL: https://build.opensuse.org/request/show/1031311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=27
* Handle client 8 pending kernels #1014 (@blink1073)
- Release 1.19.1
* Wrap the concurrent futures in an asyncio future #1000
(@blink1073)
- Release 1.19.0
* New features added
+ Backport Inject session identifier into environment variable
#920 (@vidartf)
* Enhancements made
+ Backport #981: Make it easier to pass custom env variables to
kernel #994 (@divyansshhh)
+ Retry certain errors between server and gateway #944
(@kevin-bates)
* Bugs fixed
+ Backport PR #965: Correct content-type headers #966
(@epignot)
+ avoid creating asyncio.Lock at import time #935 (@minrk)
+ Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga)
+ Add back support for kernel launch timeout pad #910
(@CiprianAnton)
* Maintenance and upkeep improvements
+ Test with client 8 updates #992 (@blink1073)
+ Backport PR #922: Improve logging of bare exceptions etc.
#926 (@thetorpedodog)
+ Fix handling of dev version #913 (@blink1073)
+ Fix owasp link #908 (@blink1073)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=54
- Update to verson 1.15.6
* Missing warning when no authorizer in found ZMQ handlers #744
(@Zsailer)
- Release notes for 1.15.5
* Relax type checking on ExtensionApp.serverapp #739 (@minrk)
* raise no-authorization warning once and allow disabled
authorization #738 (@Zsailer)
- Release notes for 1.15.4
* Fix server-extension paths (3rd time's the charm) #734 (@minrk)
- Release notes for 1.15.2
* allow handlers to work without an authorizer in the Tornado
settings #717 (@Zsailer)
- Release notes for 1.15.1
* Revert "Re-use ServerApp.config_file_paths for consistency
(#715)" #728 (@blink1073)
- Release notes for 1.15.0
* Add authorization layer to server request handlers #165
(@Zsailer) Enhancements made
* Validate notebooks once per fetch or save #724 (@kevin-bates)
* Register pre/post save hooks, call them sequentially #696
(@davidbrochart)
* Implement Required Methods in Async Manner #721 (@jhamet93)
* Call pre_save_hook only on first chunk of large files #716
(@davidbrochart)
* Re-use ServerApp.config_file_paths for consistency #715
(@minrk)
* serverapp: Use .absolute() instead of .resolve() for symlinks
#712 (@EricCousineau-TRI)
* Fall back to legacy protocol if selected_subprotocol raises
exception #706 (@davidbrochart)
* Fix FilesHandler not meet RFC 6713 #701 (@Wh1isper)
OBS-URL: https://build.opensuse.org/request/show/964363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=44
- Update to 1.13.3
* More updates to unit tests for pending kernels work #662
(@Zsailer)
* bump traitlets dependency #663 (@Zsailer)
- Update to 1.13.2
* Don't block the event loop when exporting with nbconvert #655
(@davidbrochart)
* Add more awaits for pending kernel in unit tests #654
(@Zsailer)
* Print IPv6 url as hostname or enclosed in brackets #652 (@op3)
* Run pre_save_hook before model check #643 (@davidbrochart)
* handle KeyError when get session #641 (@ccw630)
* Clean up deprecations #650 (@blink1073)
* Update branch references #646 (@blink1073)
* pyproject.toml: clarify build system version #634
(@adamjstewart) (forwarded request 946718 from bnavigator)
OBS-URL: https://build.opensuse.org/request/show/946720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=21
- Update to 1.13.3
* More updates to unit tests for pending kernels work #662
(@Zsailer)
* bump traitlets dependency #663 (@Zsailer)
- Update to 1.13.2
* Don't block the event loop when exporting with nbconvert #655
(@davidbrochart)
* Add more awaits for pending kernel in unit tests #654
(@Zsailer)
* Print IPv6 url as hostname or enclosed in brackets #652 (@op3)
* Run pre_save_hook before model check #643 (@davidbrochart)
* handle KeyError when get session #641 (@ccw630)
* Clean up deprecations #650 (@blink1073)
* Update branch references #646 (@blink1073)
* pyproject.toml: clarify build system version #634
(@adamjstewart)
OBS-URL: https://build.opensuse.org/request/show/946718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=42
- Update to 1.13.1
* nudge both the shell and control channels #636 (@Zsailer)
* Persistent session storage #614 (@Zsailer)
* Nudge on the control channel instead of the shell #628
(@JohanMabille)
* Clean up downstream tests #629 (@blink1073)
* Clean up version info handling #620 (@blink1073)
* Await _finish_kernel_start #617 (@jtpio)
* Update to Python 3.10 in the CI workflows #618 (@jtpio)
* Use maintainer-tools base setup action #616 (@blink1073)
* Consistent logging method #607 (@mwakaba2)
* Use pending kernels #593 (@blink1073)
* 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)
* Enforce labels on PRs #613 (@blink1073)
* Normalize file name and path in test_api #608 (@toonn)
- Multibuild :test flavor, avoid possible buildcycles
- Fix libalternatives in test flavor
OBS-URL: https://build.opensuse.org/request/show/943590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=41
- Update to 1.11.1
* Do not log connection error if the kernel is already shutdown
#584 (@martinRenou)
* [BUG]: allow None for min_open_files_limit trait #587
(@Zsailer)
- Release 1.11.0
* Allow non-empty directory deletion through settings #574
(@fcollonval)
* 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)
* Fix jupyter_client warning #581 (@martinRenou)
* Add Pre-Commit Config #575 (@fcollonval)
* Clean up link checking #569 (@blink1073)
- Drop extra conftest.py
OBS-URL: https://build.opensuse.org/request/show/925887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=37
- Update to 1.10.2
* fix: make command line aliases work again #564
* decode bytes from secure cookie #562
* Maintenance and upkeep improvements
* Add the needed space in the welcome message #561
* Update check-release workflow #558
* Fix typo in allow_password_change help #559
- Release notes for v1.10.1
* Protect against unset spec #556
- Release notes for v1.10.0
* PR: Add a new preferred-dir traitlet #549
* stop hook for extensions #526
* extensions: allow extensions in namespace packages #523
* Fix examples/simple test execution #552
* Rebuild package-lock, fixing local setup #548
* small test changes #541
- Add conftest.py missing from release tarball
OBS-URL: https://build.opensuse.org/request/show/912455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=36
- Release 1.6.1:
* Fix race condition with async kernel management #472 (@jtpio)
* Fix kernel lookup #475 (@davidbrochart)
* Add Extension App Aliases to Server App #473 (@jtpio)
* Correct 'Content-Type' headers #471 (@faucct)
- Release 1.6.0:
* Add env variable support for port options #461 (@afshin)
* Add support for JUPYTER_TOKEN_FILE #462 (@afshin)
* Remove unnecessary future imports #464 (@afshin)
* 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)
* Add ReadTheDocs config #468 (@jtpio)
* Update MappingKM.restart_kernel to accept now kwarg #404
(@vidartf)
- Release 1.5.1:
* Ensure jupyter config dir exists #454 (@afshin)
* Allow pre_save_hook to cancel save with HTTPError #456 (@minrk)
- Release 1.5.0:
* Add Styling to the HTML Pages #452 (@afshin)
* Implement password hashing with argon2-cffi #450 (@afshin)
* Escape user input in handlers flagged during code scans #449
(@kevin-bates)
* Fix for the terminal shutdown issue #446 (@afshin)
* Update the branch filter for the CI badge #445 (@jtpio)
* Fix for UnboundLocalError in shutdown #444 (@afshin)
* Update CI badge and fix broken link #443 (@blink1073)
* Fix syntax typo #442 (@kiendang)
* Port terminal culling from Notebook #438 (@kevin-bates)
* More complex handling of open_browser from extension
applications #433 (@afshin)
* Correction in Changelog #429 (@Zsailer)
* Rename translation function alias #428 (@sngyo)
- Note: Don't update to v1.6.2 before setuptools >= 0.49.4 is
available, which is required by jupyter-packaging 0.9!
OBS-URL: https://build.opensuse.org/request/show/885974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=33
- Update to 1.4.1:
- Update README.md #425
- Solve UnboundLocalError in launch_browser() #421
- Add file_to_run to server extension docs #420
- Remove outdated reference to _jupyter_server_extension_paths
in docs #419
- Add Tests to Distribution #416
- Enable extensions to control the file_to_run #415
- add missing template for view.html #414
- Remove obsoleted asyncio-patch fixture #412
- Emit deprecation warning on old name #411
- Correct logging message position #410
- Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
- [Gateway] Track only this server's kernels #407
- Update manager.py: more descriptive warnings when extensions
fail to load #396
OBS-URL: https://build.opensuse.org/request/show/876041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=12