v2.0.1ΒΆ
Released on May 15, 2022 (diff).
Improved static type hinting in some classes.
Added sorting to the
jsonrpc.BatchRequest
iterable object: notifications are now picked up firstly.Speedups class creation: the
json.JSONEncoder
andjson.JSONDecoder
instances in thejsonrpc.JSONSerializer
class are now initialized at the time of accessing to these attributes.Some documentation improvements.