Releases: python-lsp/python-lsp-server
Releases · python-lsp/python-lsp-server
Python LSP Server v1.7.2
This is a minor bugfix release that:
- Initializes LSP progress token before using it and remove progress for sync plugins.
- Adds support for pydocstyle 6.3
- Adds support for autopep8 2
Python LSP Server v1.7.1
This is a minor bugfix release that:
- Fixes an error with the Pydocstyle 6.2.0+
- Includes missing Pylint "information" category.
- Improves Jedi file completions for directories.
Python LSP Server v1.7.0
Major release of python-lsp-server with the following new features and changes:
- Add a new plugin to provide autoimport functionality (disabled by default).
- Add progress reporting.
- Make
jedi_definition
plugin follow definitions topyi
files. - Add support for flake8 version 6.
- Add support for Yapf ignore patterns.
- Add mccabe setting to flake8 plugin.
Python LSP Server v1.6.0
Major release of python-lsp-server with the following new features and changes:
- Migrate to MarkupContent and convert docstrings to Markdown by default.
- Add support for flake8 version 5.
- Add function objects to Jedi completions.
- Don't include class and functions objects by default in Jedi completions.
Python LSP Server v1.5.0
Major release of python-lsp-server with the following new features and changes:
- Add
DiagnosticTag
tags for Pylint, Pycodestyle, and Flake8 plugins. - Add support to connect to the server through websockets.
- Allow multiple per-file-ignores for the same pattern in Flake8 plugin.
- Parse YAPF diffs into TextEdits.
- Add support for LSP formatting
options
parameter.
Python LSP Server v1.4.1
This is a minor bugfix release that:
- Fixes Yapf formatting with CRLF line endings.
Python LSP Server v1.4.0
Major release of python-lsp-server with the following new features and changes:
- Support pycodestyle indent-size option
- Add
DiagnosticTag
constants from LSP 3.15 - Drop support for Python 3.6
Python LSP Server v1.3.3
This is a minor bugfix release that:
- Fix error when resolving completion items for Rope.
Python LSP Server v1.3.2
This is a minor bugfix release that:
- Fix formatting a log message
Python LSP Server v1.3.1
This is a minor bugfix release that:
- Fix tests for Jedi 0.18.1