Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
jsonrpc-py
jsonrpc-py
  • Quickstart
  • API Reference
  • OpenRPC Specification
  • Deployment
  • Change Log
    • v5.x.x
      • v5.6.0
      • v5.5.1
      • v5.5.0
      • v5.4.0
      • v5.3.1
      • v5.3.0
      • v5.2.0
      • v5.1.0
      • v5.0.0
    • v4.x.x
      • v4.2.3
      • v4.2.2
      • v4.2.1
      • v4.2.0
      • v4.1.0
      • v4.0.0
    • v3.x.x
      • v3.3.0
      • v3.2.9
      • v3.2.8
      • v3.2.7
      • v3.2.6
      • v3.2.5
      • v3.2.4
      • v3.2.3
      • v3.2.2
      • v3.2.1
      • v3.2.0
      • v3.1.3
      • v3.1.2
      • v3.1.1
      • v3.1.0
      • v3.0.13
      • v3.0.12
      • v3.0.11
      • v3.0.10
      • v3.0.9
      • v3.0.8
      • v3.0.7
      • v3.0.6
      • v3.0.5
      • v3.0.4
      • v3.0.3
      • v3.0.2
      • v3.0.1
      • v3.0.0
    • v2.x.x
      • v2.5.1
      • v2.5.0
      • v2.4.9
      • v2.4.8
      • v2.4.7
      • v2.4.6
      • v2.4.5
      • v2.4.4
      • v2.4.3
      • v2.4.2
      • v2.4.1
      • v2.4.0
      • v2.3.0
      • v2.2.3
      • v2.2.2
      • v2.2.1
      • v2.2.0
      • v2.1.0
      • v2.0.2
      • v2.0.1
      • v2.0.0
    • v1.x.x
      • v1.1.0
      • v1.0.4
      • v1.0.3
      • v1.0.2
      • v1.0.1
      • v1.0.0

Quick Links

  • PyPI Releases
  • Source Code
Back to top

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 the collections.UserDict object.

  • The jsonrpc.AsyncDispatcher object is not a subclass of the weakref.WeakValueDictionary object.

  • The jsonrpc.AsyncDispatcher.register() decorator returns a jsonrpc.Function object.

  • The jsonrpc.LifespanEvents object does not have any parameters in the constructor.

Next
v3.x.x
Previous
v4.1.0
Made with Sphinx and @pradyunsg's Furo
On this page
  • v4.0.0
    • Backward-incompatible changes