Skip to content

riverctl v0.1.9

Choose a tag to compare

@sanity sanity released this 11 Aug 21:19
· 414 commits to main since this release

What's Changed

πŸš€ Improvements

  • Updated freenet-stdlib from 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-core dependency

Installation

Install or update riverctl using cargo:

cargo install riverctl

Or download the pre-built binaries from the release assets below.

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