Skip to content

Releases: palantir/python-language-server

0.28.1

31 Jul 16:57
Compare
Choose a tag to compare
  • Fix test failures in 0.28.0 with Jedi 0.13

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

0.28.0

24 Jul 09:28
Compare
Choose a tag to compare
  • Add support for Jedi 0.14.1+.
  • Add support for multiple workspaces.
  • Explicitly define our TestDocumentSync capabilities.

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

0.27.0

21 Jun 11:39
ac5829a
Compare
Choose a tag to compare
  • Avoid dependency on Jedi 0.14.0 because completions are broken with that version.
  • Increase minimal Python 3 supported version to 3.5
  • Add option to activate/deactivate Pylint linting

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

0.26.1

28 Mar 08:36
96e08d8
Compare
Choose a tag to compare
  • Include .pylintrc file in MANIFEST

0.26.0

27 Mar 09:35
dfff3c9
Compare
Choose a tag to compare
  • Allow pyls executable to be configurable in VSCode extension
  • Exclude test packages from dist
  • Default follow_imports to be true
  • Improved caching of settings
  • Respect snippetSupport from clientCapabilities
  • Only generate completion tab stops for positional arguments

0.25.0

09 Mar 01:18
18f3c3f
Compare
Choose a tag to compare
  • Support for pylint
  • Fixes built-in references

0.24.0

21 Feb 19:57
Compare
Choose a tag to compare
  • allow_reuse_address when in TCP socket mode
  • Small performance improvements
  • Enable follow_imports and follow_builtin_imports

0.23.2

15 Feb 12:34
d62d91f
Compare
Choose a tag to compare
  • Another attempt at fixing Circle publishing

0.23.0

15 Feb 12:13
ee71c1d
Compare
Choose a tag to compare
  • Bump Jedi dependency to 0.13.2
  • Return insertion snippets for callables

[edit] Failed to publish

0.22.1

27 Jan 17:40
1b5b69b
Compare
Choose a tag to compare
  • Fix display of multi-line function signatures

[edit] Failed to publish