1
0

- Update to 2.13.0

## Enhancements made
  * Add an option to have authentication enabled for all endpoints
    by default #1392 (@krassowski)
  * websockets: add configurations for ping interval and timeout
    #1391 (@oliver-sanders)
  ## Bugs fixed
  * Fix color in windows log console with colorama #1397
    (@hansepac)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=88
This commit is contained in:
2024-03-07 12:14:04 +00:00
committed by Git OBS Bridge
parent 357fd86a40
commit c7f138d88c
4 changed files with 14 additions and 5 deletions

View File

@@ -1,6 +1,15 @@
-------------------------------------------------------------------
Thu Mar 7 11:24:15 UTC 2024 - Ben Greiner <code@bnavigator.de>
Thu Mar 7 12:13:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.13.0
## Enhancements made
* Add an option to have authentication enabled for all endpoints
by default #1392 (@krassowski)
* websockets: add configurations for ping interval and timeout
#1391 (@oliver-sanders)
## Bugs fixed
* Fix color in windows log console with colorama #1397
(@hansepac)
- Skip building and using python39-jupyter-server-test: no longer
supported since ipython 8.19 (through ipykernel)