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 asynchronousASGI
.jsonrpc.WSGIHandler
has been replaced byjsonrpc.ASGIHandler
.jsonrpc.Dispatcher
has been replaced byjsonrpc.AsyncDispatcher
.
Removed almost all of the synchronous code,
asyncio
is used instead.Removed unnecessary serializer
jsonrpc.PickleSerializer
.Updated documentation.