Skip to content

Releases: python-lsp/python-lsp-server

Python LSP Server v1.2.1

Choose a tag to compare

@ccordoba12 ccordoba12 released this 04 Aug 17:17

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

Python LSP Server v1.2.0

Choose a tag to compare

@ccordoba12 ccordoba12 released this 01 Aug 23:58

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

Choose a tag to compare

@ccordoba12 ccordoba12 released this 25 Jun 21:54

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

Choose a tag to compare

@andfoy andfoy released this 22 Apr 17:26

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

Python LSP Server v1.0.0

Choose a tag to compare

@andfoy andfoy released this 14 Apr 21:53

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.