Skip to content

Releases: python-lsp/python-lsp-server

Python LSP Server v1.3.0

22 Nov 16:37
Compare
Choose a tag to compare

Major release of python-lsp-server with the following new features and changes:

  • New cache for code snippets to speed up completions.
  • Option jedi_completion.resolve_at_most_labels was renamed to jedi_completion.resolve_at_most because now it controls how many labels and snippets will be resolved per request.
  • Option jedi_completion.cache_labels_for was renamed to jedi_completion.cache_for because now it controls the modules for which labels and snippets should be cached.
  • Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8.

Python LSP Server v1.2.4

11 Oct 16:16
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Pin flake8 to be less than version 4.

Python LSP Server v1.2.3

04 Oct 16:24
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Fix a pylint test when PyLsp is not installed.

Python LSP Server v1.2.2

01 Sep 23:11
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Improves the way we skip symbols imported from other libraries.
  • Add a constrain on Pylint (< 2.10) until we figure out how to support it.

Python LSP Server v1.2.1

04 Aug 17:17
Compare
Choose a tag to compare

Minor release of python-lsp-server that fix an error when resolving completions.

Python LSP Server v1.2.0

01 Aug 23:58
Compare
Choose a tag to compare

Major release of python-lsp-server with the following new features:

  • Implement completion item resolve requests for faster completions.
  • Initialize workspaces from the initialize request.

Python LSP Server v1.1.0

25 Jun 21:54
Compare
Choose a tag to compare

Major release of python-lsp-server with the following new features:

  • Add support for flake8 per-file-ignores
  • Add --version CLI argument and return version in InitializeResult.

Python LSP Server v1.0.1

22 Apr 17:26
Compare
Choose a tag to compare

Minor release of python-lsp-server that updates some dependencies to their latest versions.

Python LSP Server v1.0.0

14 Apr 21:53
Compare
Choose a tag to compare

First major release of python-lsp-server! This version marks a new package and namespace after forking from the python-language-server, thanks to all the contributors that helped with the transition to the new community package.