Releases: python-lsp/python-lsp-jsonrpc
Releases · python-lsp/python-lsp-jsonrpc
Python LSP JSON-RPC v1.1.2
This is a minor bugfix release that:
- Fixes tests so they're compatible with both ujson and the pure json library.
Python LSP JSON-RPC v1.1.1
This is a minor bugfix release that:
- Removes the redundant
wheel
dependency frompyproject.toml
. - Adds a license trove classifier to
pyproject.toml
.
Python LSP JSON-RPC v1.1.0
Major release of python-lsp-jsonrpc with the following new features and changes:
- Allow method handlers to return json rpc errors
- Drop support for Python 3.7 and 3.6
Python LSP JSON-RPC v1.0.0
First major release of python-lsp-jsonrpc. This release renames the package after forking from Palantir's implementation.