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 31
31
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
32
32
- use newer ` @jupyterlab/builder ` which provides third-party license information ([ #882 ] )
33
33
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
+
34
49
[ #724 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/724
35
50
[ #738 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738
36
51
[ #778 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/778
42
57
[ #829 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
43
58
[ #833 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
44
59
[ #836 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
60
+ [ #852 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/852
45
61
[ #860 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
46
62
[ #864 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
47
63
[ #882 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882
48
64
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
-
59
65
### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
60
66
61
67
- bug fixes:
Original file line number Diff line number Diff line change 1
1
""" single source of truth for jupyter_lsp version
2
2
"""
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
36
36
python_requires = >=3.7
37
37
38
38
install_requires =
39
- jupyter_lsp >=1.4 .0
39
+ jupyter_lsp >=1.6 .0
40
40
jupyterlab >=3.3.0,<4.0.0a0
You can’t perform that action at this time.
0 commit comments