v3.0.0#

Released on Apr 16, 2023 (diff).

  • Relicensed project under the terms of the BSD 3-Clause License.

  • Dropped supporting for Python 3.10 and below.

  • The synchronous WSGI protocol replaced by the more progressive and asynchronous ASGI.

  • Removed almost all of the synchronous code, asyncio is used instead.

  • Removed unnecessary serializer jsonrpc.PickleSerializer.

  • Updated documentation.