WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: python-lsp/python-lsp-jsonrpc

Python LSP JSON-RPC v1.1.2

23 Sep 17:50
786d8dd

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

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

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

Choose a tag to compare

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