We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb68db + e778e3c commit d5782ebCopy full SHA for d5782eb
CHANGELOG.md
@@ -29,6 +29,15 @@ Requires JupyterLab `>=4.0.6,<5.0.0a0`
29
30
Requires JupyterLab `>=4.0.5,<5.0.0a0`
31
32
+### `@jupyter-lsp/jupyterlab-lsp 4.3.0` (2023-09-21)
33
+
34
+- features:
35
+- extractor for spark SQL magic was added ([#980], thanks @skbitsp)
36
+- classes needed to register custom adapters are now exported ([#980], thanks @skbitsp)
37
+ - using these classes is not recommended for new code as registration mechanism was rewritten in JupyterLab 4.0 and moved to `@jupyterlab/lsp`
38
39
+[#980]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/980
40
41
### `@jupyter-lsp/jupyterlab-lsp 4.2.0` (2023-05-28)
42
43
- features:
0 commit comments