Skip to content

Commit 58ff3e1

Browse files
committed
bump jupyter-lsp version
1 parent 25d158b commit 58ff3e1

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
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
@@ -42,20 +57,11 @@
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:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "1.5.1"
3+
__version__ = "1.6.0"

python_packages/jupyterlab_lsp/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ zip_safe = False
3636
python_requires = >=3.7
3737

3838
install_requires =
39-
jupyter_lsp >=1.4.0
39+
jupyter_lsp >=1.6.0
4040
jupyterlab >=3.3.0,<4.0.0a0

0 commit comments

Comments
 (0)