riverctl v0.1.9
What's Changed
π Improvements
- Updated
freenet-stdlibfrom 0.1.8 to 0.1.13 for better compatibility - Significantly increased WebSocket timeouts for improved network stability:
- PUT/GET operations: 2s β 10s
- SUBSCRIBE operations: 1s β 5s
- Better handling of slower network conditions
π Bug Fixes
- Fixed timeout issues that could occur on slower networks
- Improved error messages for timeout scenarios
π§Ή Code Quality
- Added appropriate
#[allow(dead_code)]annotations where needed - Simplified struct initialization using Default trait
- Fixed unused variable warnings
- General code cleanup and simplification
π¦ Dependencies
freenet-stdlib: 0.1.8 β 0.1.13- Changed to workspace-managed
river-coredependency
Installation
Install or update riverctl using cargo:
cargo install riverctlOr download the pre-built binaries from the release assets below.
Full Changelog: v0.1.8...v0.1.9