Skip to content

package:json_rpc_2 v4.0.0

Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 01 May 19:25
· 15 commits to main since this release
92f10a9
  • Add custom ID generator option to clients, which allows for String ids.
  • Breaking: When String ids are present in a response, we no longer
    automatically try to parse them as integers. This behavior was never a part
    of the spec, and is not compatible with allowing custom ID generators.