File python-jupyter-lsp.changes of Package python-jupyter-lsp
-------------------------------------------------------------------
Sun Sep 15 16:00:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.5
* fix for environment variables leaking into the parent
environment (#1078)
-------------------------------------------------------------------
Thu Mar 7 12:48:15 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.4
* fix websocket handler incorrectly inheriting from APIHandler
rather than JupyterHandler (#1069)
* remove unused notebook config entry point (#1069)
* support latest version of typescript-language-server (#1064)
-------------------------------------------------------------------
Fri Jan 19 08:16:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.2
* address warning about renamed extension_points (#1035)
* fix compatibility with jupyter server 1.x
* fix an authentication-related security vulnerability
GHSA-4qhp-652w-c22x CVE-2024-22415 boo#1218976
* add authorization support (lsp resource, jupyter-server v2+
only) - this allows server operators for fine grained access
control, e.g. in case if specific users (such as guest or
read-only users) should not be allowed to access LSP; this is
in addition to authentication fixes
-------------------------------------------------------------------
Sat Dec 16 21:24:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- udpate to 2.2.1:
* use `APIHandler` over `JupyterHandler` to get CORS OPTIONS
* use `shutil.which` to discover `npm` executable on Windows
* resolve traitlets type warnings, lint, remove six #1015
* use `sys.executable` in stdio tests #998
-------------------------------------------------------------------
Thu Aug 17 15:56:03 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Suggest primary python package -- boo#1214354
-------------------------------------------------------------------
Sun Jun 11 21:46:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v2.2.0
- Required by jupyterlab 4