File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### ` @jupyter-lsp/jupyterlab-lsp 4.3.0 ` (2023-09-21)
4
+
5
+ - features:
6
+ - extractor for spark SQL magic was added ([ #980 ] , thanks @skbitsp )
7
+ - classes needed to register custom adapters are now exported ([ #980 ] , thanks @skbitsp )
8
+ - using these classes is not recommended for new code as registration mechanism was rewritten in JupyterLab 4.0 and moved to ` @jupyterlab/lsp `
9
+
10
+ [ #980 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/980
11
+
3
12
### ` @jupyter-lsp/jupyterlab-lsp 4.2.0 ` (2023-05-28)
4
13
5
14
- features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-lsp/jupyterlab-lsp" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-lsp/jupyterlab-lsp-metapackage" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments