Skip to content

v3.10.2

Compare
Choose a tag to compare
@krassowski krassowski released this 26 Aug 15:33
· 2 commits to 3.x since this release
069ebdd

This is a bug-fix-only release with improvements to completer and websocket URL.

To upgrade to this release:

  1. Make sure your JupyterLab version is 3.2.x. or 3.3.x (3.1.x may work but there is no official support)

  2. Update the extension:

    pip install jupyterlab-lsp==3.10.2 jupyter-lsp==1.5.1
    # or, for conda:
    # > Please note that conda packages may take a day or two since release before becoming available!
    # conda install -c conda-forge jupyterlab-lsp=3.10.2 jupyter-lsp=1.5.1
  3. Note:

  • If installing this extension for the first time, please read the full installation instructions as language servers of your choice need to be installed too, and additional configuration can make your experience smoother.
  • If you wish to use jedi-language-server or python-lsp-server, please make sure to upgrade IPython to 7.20 or newer.
  • If you wish to migrate to python-lsp-server (which is encouraged), please start by uninstalling python-language-server and only then install python-lsp-server; you may also need to replace pyls occurrences with pylsp in settings if you modified any.

Changelog of jupyterlab-lsp (3.10.2)

  • bug fixes
    • use correct websocket URL if configured as different from base URL (#820, thanks @MikeSem)
    • clean up all completer styles when completer feature is disabled (#829)
    • fix undefined being inserted for path-like completion items with no insertText (#833)
  • maintenance:
    • fix tests to pass with latest JupyterLab 3.3 an 3.4 (#809 and #813)
    • bump minimum required Node.js version to 14.0 (12.0 reached EOL in April #810)

Full Changelog: v3.10.1...v3.10.2