v0.24.3
[v0.24.3] - 2024-08-14
This is a small release that adds two new APIs to inject data via the extensions to the RpcModule/Methods
and it only impacts users that are using RpcModule directly via Methods::call/subscribe/raw_json_request
(e.g., unit testing) and not the server itself.
[Added]
- feat(server): add
Methods::extensions/extensions_mut
(#1440)
Full Changelog: v0.24.2...v0.24.3