- Notifications
You must be signed in to change notification settings - Fork220
Releases: python-lsp/python-lsp-server
v1.13.0
8c96441
Compare
Minor release with the following new features and changes:
- Format signatures in docstrings.
- Add support for type definition.
- Send websocket payload using a queue.
- Fix getting symbols with inline comments that include the
import
word. - Drop support for Python 3.8
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.12.2
cc6d398
Compare
This is a minor bugfix release that:
- Fixes putting
extra_paths
in front ofsys.path
.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.12.1
63087dd
Compare
This is a minor bugfix release that:
- Fixes compatibility with Python 3.13 in the test suite.
- Handles correctly a null value for
ropeFolder
in the Rope configuration.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.12.0
eb61ccd
Compare
Major release of python-lsp-server with the following new features and changes:
- Add support for
window/logMessage
. - Add version support to
workspace/publishDiagnostics
. - Add
extendSelect
option to flake8 plugin. - Allow Jedi's
extra_paths
to be placed in front ofsys.path
. - Bump flake8 to 7.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.11.0
4c0e99b
Compare
Major release of python-lsp-server with the following new features and changes:
- Remove the
rope_rename
plugin. People that were using it need to install thepylsp-rope
third-party plugin instead. - Add support for Pylint 3.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.10.1
779c97a
Compare
This is a minor bugfix release that:
- Fixes progress reporting with the autoimport plugin.
- Improves an error message about missing
websockets
module.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.10.0
5a383df
Compare
Major release of python-lsp-server with the following new features and changes:
- Add support for notebook document completions.
- Add support for flake8 version 7.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.9.0
4428a65
Compare
Major release of python-lsp-server with the following new features and changes:
- Support
initializationOptions
to configure the server. - Add code completions to the autoimport plugin.
- Add support for Pylint 3.
- Pass
extendIgnore
argument to Flake8. - Add new
pylsp_workspace_configuration_changed
hookspec so that plugins can react when client sends a configuration change to the server.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.8.2
d339272
Compare
This is a minor bugfix release that:
- Fixes the notebook document selector property not being a list in the server capabilities.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Python LSP Server v1.8.1
05698fa
Compare
This is a minor bugfix release that:
- Fixes go-to-definition for Numpy methods.
- Allows Jedi to perform multiple hops for "go to definition".
- Fixes an error with Flake8 when deleting lines.
Assets2
Uh oh!
There was an error while loading.Please reload this page.