File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
- ### ` @jupyter-lsp/jupyterlab-lsp 4.0.0 ` (not-yet-released )
3
+ ### ` @jupyter-lsp/jupyterlab-lsp 4.0.0 ` (2023-03-15 )
4
4
5
5
Requires JupyterLab ` >=3.6.0,<4.0.0a0 ` and Python 3.8 or newer.
6
6
@@ -34,17 +34,18 @@ Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
34
34
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
35
35
- use newer ` @jupyterlab/builder ` which provides third-party license information ([ #882 ] )
36
36
37
- ### ` lsp-ws-connection 0.7.1 ` (not-yet-released )
37
+ ### ` lsp-ws-connection 0.7.1 ` (2023-03-15 )
38
38
39
39
- downstreams:
40
40
- includes sourcemaps for easier debugging ([ #882 ] )
41
41
- maintenance:
42
42
- handle notification promises more explicitly ([ #882 ] )
43
43
44
- ### ` jupyter-lsp 2.0.0 ` (not-yet-released )
44
+ ### ` jupyter-lsp 2.0.0 ` (2023-03-15 )
45
45
46
46
- dependencies:
47
47
- uses ` importlib_metadata ` (or ` importlib.metadata ` on 3.10+) for ` entry_points ` ([ #882 ] )
48
+ - supports Python versions are 3.8 or newer
48
49
- performance:
49
50
- ` entry_point ` discovery is deferred until server has started, improving
50
51
` jupyter_server ` startup time ([ #852 ] )
You can’t perform that action at this time.
0 commit comments