File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 3131 - bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
3232 - use newer ` @jupyterlab/builder ` which provides third-party license information ([ #882 ] )
3333
34+ ### ` lsp-ws-connection 0.7.1 ` (not-yet-released)
35+
36+ - downstreams:
37+ - includes sourcemaps for easier debugging ([ #882 ] )
38+ - maintenance:
39+ - handle notifcation promises more explicitly ([ #882 ] )
40+
41+ ### ` jupyter-lsp 1.6.0 ` (not-yet-released)
42+
43+ - dependencies:
44+ - uses ` importlib_metadata ` (or ` importlib.metadata ` on 3.10+) for ` entry_points ` ([ #882 ] )
45+ - performance:
46+ - ` entry_point ` discovery is deferred until server has started, improving
47+ ` jupyter_server ` startup time ([ #852 ] )
48+
3449[ #724 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/724
3550[ #738 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738
3651[ #778 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/778
4257[ #829 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
4358[ #833 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
4459[ #836 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
60+ [ #852 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/852
4561[ #860 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
4662[ #864 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
4763[ #882 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882
4864
49- ### ` lsp-ws-connection 0.7.1 ` (not-yet-released)
50-
51- - downstreams
52-
53- - includes sourcemaps for easier debugging ([ #882 ] )
54-
55- - maintenance:
56-
57- - handle notifcation promises more explicitly ([ #882 ] )
58-
5965### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
6066
6167- bug fixes:
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "1.5.1 "
3+ __version__ = "1.6.0 "
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ zip_safe = False
3636python_requires = >=3.7
3737
3838install_requires =
39- jupyter_lsp >=1.4 .0
39+ jupyter_lsp >=1.6 .0
4040 jupyterlab >=3.3.0,<4.0.0a0
You can’t perform that action at this time.
0 commit comments