v0.1.9 - Add missing NodeQuery APIs with panic fix
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