Skip to content

Releases: dvdotsenko/jsonrpc.py

Fix for RPC application and allow overriding JSON serializer

12 May 07:15

Choose a tag to compare

  • Feature - allow override JSON Encoder and Decoder by overriding *Serializer class
  • Fix RPC application not liking when params attribute is not provided

Fixes for RPC client and application `request_id` value handling

10 May 01:01

Choose a tag to compare

Fix for "same-millisecond-generated request_id are identical" issue
Fix for "some error responses do not echo back request_id value" issue