Skip to content

v0.1.9 - Add missing NodeQuery APIs with panic fix

Compare
Choose a tag to compare
@sanity sanity released this 19 Jun 20:24
· 16 commits to main since this release

What's Changed

πŸš€ Features

  • Added NodeQuery enum with ConnectedPeers and SubscriptionInfo variants
  • Added SubscriptionInfo struct for tracking contract subscriptions
  • Added NetworkDebugInfo struct for network debugging information
  • Added QueryResponse::NetworkDebug variant for debugging responses

πŸ› Bug Fixes (from v0.1.8)

  • Fixed panic in APIVersion::from_u64() when encountering unsupported version numbers
  • Now returns proper error instead of panicking

πŸ“ Notes

  • These APIs were present in published v0.1.7 but missing from main branch
  • This release combines the panic fix from v0.1.8 with the restored APIs from v0.1.7
  • Required by freenet-core v0.1.13+ for network debugging functionality

Full Changelog: v0.1.8...v0.1.9