Skip to content

Releases: python-lsp/python-lsp-jsonrpc

Python LSP JSON-RPC v1.1.2

23 Sep 17:50
786d8dd
Compare
Choose a tag to compare

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

09 Sep 22:08
1a5ef44
Compare
Choose a tag to compare

This is a minor bugfix release that:

  • Removes the redundant wheel dependency from pyproject.toml.
  • Adds a license trove classifier to pyproject.toml.

Python LSP JSON-RPC v1.1.0

07 Sep 22:49
73e028f
Compare
Choose a tag to compare

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

14 Apr 21:24
Compare
Choose a tag to compare

First major release of python-lsp-jsonrpc. This release renames the package after forking from Palantir's implementation.