v3.2.4#

Released on Sep 26, 2023 (diff).

  • The method jsonrpc.asgi.HTTPHandler.process_request() is decomposed into the several using the functools.singledispatchmethod decorator.

  • Now the method jsonrpc.asgi.HTTPHandler.process_request() is raising NotImplementedError due the invocation with unsupported request type.