Skip to content

Releases: pappasam/jedi-language-server

Version 0.46.0

25 Oct 20:45
576f73f

Choose a tag to compare

Changed

  • Bump pygls to version 2.0.0+

Version 0.45.1

27 Apr 13:08

Choose a tag to compare

Fixed

  • Disable semantic tokens by default because they are currently broken. Works around this issue: #340

Version 0.45.0

18 Apr 21:05

Choose a tag to compare

Added

  • Support for Semantic Tokens. #337

Version 0.44.0

17 Mar 22:40
d5bb10f

Choose a tag to compare

Added

  • Support for notebooks. #333

Version 0.43.1

31 Dec 21:06

Choose a tag to compare

Fixed

  • Removed toml-sort from pre-commit config

Version 0.43.0

31 Dec 20:00

Choose a tag to compare

Added

  • Mandatory support for Python 3.13 (by setting jedi = "^0.19.2")

Removed

  • Dropped support for Python 3.8
  • Cleaned up dev dependencies (dropped toml-sort since we're not using it anymore)

Version 0.42.0

08 Nov 17:46

Choose a tag to compare

Fixed

  • Completion of dictionary keys now handles single and double quotes consistently

Changed

  • Jedi Completion.path completion items are filtered out. Resolves: #325

Version 0.41.4

16 Apr 23:46
9df0ab5

Choose a tag to compare

Fixed

  • lsprotocol's dependency specification in this project ended up pulling in an alpha version of the project. This release fixes that issue: #302

Version 0.41.3

26 Feb 04:27

Choose a tag to compare

Added

  • Support textDocument/declaration. Resolves #284

Version 0.41.2

18 Nov 23:22

Choose a tag to compare

Fixed

  • Issue where lsp_python_diagnostic may use invalid lsprotocol.types.Position.character: #272