Skip to content

Releases: python-lsp/python-lsp-jsonrpc

Python LSP JSON-RPC v1.1.2

Choose a tag to compare

@ccordoba12 ccordoba12 released this 23 Sep 17:50
786d8dd

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

Choose a tag to compare

@ccordoba12 ccordoba12 released this 09 Sep 22:08
1a5ef44

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

Choose a tag to compare

@ccordoba12 ccordoba12 released this 07 Sep 22:49
73e028f

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

Choose a tag to compare

@andfoy andfoy released this 14 Apr 21:24

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