Skip to content

Releases: palantir/python-language-server

0.22.0

21 Jan 23:41
43f5343
Compare
Choose a tag to compare
  • Include tests in the source distribution
  • Support completions for @property methods

0.21.6

19 Jan 13:05
Compare
Choose a tag to compare
  • Fix YAPF formatting configuration

0.21.5

08 Jan 22:56
98977b6
Compare
Choose a tag to compare
  • Upgrade for the python-jsonrpc-server package rename

0.21.4

03 Dec 09:35
Compare
Choose a tag to compare
  • Do not pass enabled kwarg to Jedi's goto_assignments

0.21.3

23 Nov 12:59
ab3e5ea
Compare
Choose a tag to compare
  • Respect option follow_imports in goto_assignments call (#404)
  • Fix a typo in setup.py (#448)
  • Make checking parent process aliveness behind a flag (#455)

0.21.2

06 Sep 18:08
Compare
Choose a tag to compare
  • Fix a bug in the way we monitor the parent process pid

0.21.1

06 Sep 17:18
a30b5bc
Compare
Choose a tag to compare
  • Increase JSON RPC max worker threads to 64

0.21.0

28 Aug 19:25
Compare
Choose a tag to compare
  • Exit when the client pid no longer exists

0.20.0

27 Aug 07:06
Compare
Choose a tag to compare
  • Preloaded modules are now configurable with the pyls.plugins.preload.modules configuration option
  • Pyls will now not pass unicode string to pyflakes (which previously caused errors)
  • Pull out the pyls jsonrpc module into its own package https://pypi.org/project/python-jsonrpc-server/
  • Use .get_cached_default_environment from Jedi to prevent lots of subprocess spawning
  • Include the LICENSE file in the source distribution

0.19.0

01 Jun 10:35
Compare
Choose a tag to compare
  • Support document highlights
  • Allow running as python -m pyls
  • Report correct range from workspace/rename
  • Fix pycodestyle import error