Skip to content

v0.4.0

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 20 Apr 15:15
· 15 commits to master since this release
v0.4.0
0a8e9fb

[v0.4.0] - 2023-04-20

A new release that makes the library support WASM and two feature flags, native and web are introduced
to select whether to compile the library for native or web but the default is still native.

Some other fixes were:

  • Re-export all types in the public API
  • Support other retry strategies for calls and subscriptions.
  • Improve the reconnect API to know when the reconnection started and was completed.
  • Provide an error type.
  • Improve internal feature flag handling.
  • Remove subxt feature flag and the implementation of subxt::RpcClientT

Thanks to @seunlanlege who did the majority of the work
to get the library working for WASM.