v4.0.0¶
Released on Jun 25, 2024 (diff).
Added an OpenRPC Specification feature.
Backward-incompatible changes¶
The
jsonrpc.ASGIHandler
object is not a subclass of thecollections.UserDict
object.The
jsonrpc.AsyncDispatcher
object is not a subclass of theweakref.WeakValueDictionary
object.The
jsonrpc.AsyncDispatcher.register()
decorator returns ajsonrpc.Function
object.The
jsonrpc.LifespanEvents
object does not have any parameters in the constructor.