Releases: python-lsp/python-lsp-server
Releases · python-lsp/python-lsp-server
Python LSP Server v1.3.0
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 tojedi_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 tojedi_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
This is a minor bugfix release that:
- Pin flake8 to be less than version 4.
Python LSP Server v1.2.3
This is a minor bugfix release that:
- Fix a pylint test when PyLsp is not installed.
Python LSP Server v1.2.2
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
Minor release of python-lsp-server that fix an error when resolving completions.
Python LSP Server v1.2.0
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
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
Minor release of python-lsp-server that updates some dependencies to their latest versions.
Python LSP Server v1.0.0
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.