Skip to content

Releases: python-lsp/python-lsp-server

Python LSP Server v1.7.2

03 Apr 01:26
f36fb78
Compare
Choose a tag to compare

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

17 Jan 23:31
d28ce21
Compare
Choose a tag to compare

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

29 Dec 20:00
2b3ac73
Compare
Choose a tag to compare

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 to pyi 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

02 Nov 23:35
0c76a52
Compare
Choose a tag to compare

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

11 Jul 02:24
6c767f5
Compare
Choose a tag to compare

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

27 Mar 06:09
5fb5134
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Fixes Yapf formatting with CRLF line endings.

Python LSP Server v1.4.0

11 Mar 15:16
552dea3
Compare
Choose a tag to compare

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

13 Dec 17:08
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Fix error when resolving completion items for Rope.

Python LSP Server v1.3.2

07 Dec 02:42
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Fix formatting a log message

Python LSP Server v1.3.1

22 Nov 17:35
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Fix tests for Jedi 0.18.1