- 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 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/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=24
- Update to 0.2.1
+ Added
* pytest-plugin for Jupyter Server.
- Update to 0.2.0
+ Added
* `extension` submodule
+ Changed
* `jupyter serverextension <command>` entrypoint has been changed to `jupyter server extension <command>`.
* `toggle_jupyter_server` and `validate_jupyter_server` function no longer take a Logger object as an argument.
* Changed testing framework from nosetests to pytest
* Added Github actions as a testing framework along side Travis and Azure
+ Removed
* Removed the option to update `root_dir` trait in FileContentsManager and MappingKernelManager in ServerApp
+ Fixed
* Synced Jupyter Server with Notebook PRs in batches (ended on 2019-09-27)
+ Security
* Added a "secure_write to function for cookie/token saves
OBS-URL: https://build.opensuse.org/request/show/773194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=14