Skip to content

Releases: palantir/python-language-server

0.31.2

02 Dec 17:21
Compare
Choose a tag to compare
  • Remove ujson dependency on Windows because it requires an MSVC compiler.
  • Handle an AttributeError for Jedi completions.

For the full list of solved issues and merged PRs in this release, please see this page.

0.31.1

20 Nov 05:35
Compare
Choose a tag to compare
  • Fix snippet parsing when a slash character is present.
  • Prevent extra folding regions for iterables and flow nodes.

For the full list of solved issues and merged PRs in this release, please see this page.

0.31.0

17 Nov 23:51
45702ec
Compare
Choose a tag to compare
  • Disable Pylint plugin by default.
  • Add Jedi support for extra paths and handling of different environments
  • Use ujson instead of regular json

For the full list of solved issues and merged PRs in this release, please see this page.

0.30.0

01 Nov 11:27
Compare
Choose a tag to compare
  • Add support for textDocument/foldingRange
  • Prevent goto definition for Python 3 builtins

For the full list of solved issues and merged PRs in this release, please see this page.

0.29.3

28 Oct 17:36
59fd33c
Compare
Choose a tag to compare
  • Fix error when killing the server after parent process dies on Windows

For the full list of solved issues and merged PRs in this release, please see this page.

0.29.2

28 Oct 03:45
19b10c4
Compare
Choose a tag to compare
  • Support again Jedi 0.14.1
  • Use the flake8 command line utility instead of its internal API for the flake8 plugin.

For the full list of solved issues and merged PRs in this release, please see this page.

0.29.1

14 Oct 15:34
Compare
Choose a tag to compare
  • Fix flake8 line indexing

For the full list of solved issues and merged PRs in this release, please see this page.

0.29.0

12 Oct 09:14
Compare
Choose a tag to compare
  • Support pyproject.toml for detecting source roots
  • Split signature and docstring for on-hover response
  • Shutdown TCP socket when parent process dies
  • New plugin for Flake8, defaults to disabled

For the full list of solved issues and merged PRs in this release, please see this page.

0.28.3

03 Sep 19:18
Compare
Choose a tag to compare
  • Fix parent process being killed on Windows when checking if it's alive.
  • Enable parent process checking for TCP server.

For the full list of solved issues and merged PRs in this release, please see this page.

0.28.2

25 Aug 12:04
8bbd246
Compare
Choose a tag to compare
  • Increase Jedi's minimal required version to 0.14.1. This solves several issues with Jedi 0.13.

For the full list of solved issues and merged PRs in this release, please see this page.