Skip to content

v0.24.3

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 14 Aug 14:53
· 8 commits to master since this release
v0.24.3
6c2de38

[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