aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-27101.md
blob: 8775b59c009f0f4b93a1dcefe812b69387b490a7 (plain)
1
2
3
4
5
6
7
8
9
JSON-RPC
--------

The JSON-RPC server now recognizes JSON-RPC 2.0 requests and responds with
strict adherence to the specification (https://www.jsonrpc.org/specification):

- Returning HTTP "204 No Content" responses to JSON-RPC 2.0 notifications instead of full responses.
- Returning HTTP "200 OK" responses in all other cases, rather than 404 responses for unknown methods, 500 responses for invalid parameters, etc.
- Returning either "result" fields or "error" fields in JSON-RPC responses, rather than returning both fields with one field set to null.