v2.3.0ΒΆ

Released on Aug 28, 2022 (diff).

  • The common implementation of the collections.abc.MutableMapping used by jsonrpc.Dispatcher and jsonrpc.WSGIHandler is moved to separate class for reducing source code size.

  • Removed the Content-MD5 header field calculation in the responses due the security vulnerabilities.

  • Removed the Date header field calculation in the responses because it must be the responsibility of WSGI server.

  • The Change Log in the documentation has been reorganized.