Releases: colonyos/rust
Releases · colonyos/rust
v1.0.5
Revert JSON patch, fix test with proper timeouts - Revert the concatenated JSON workaround (was hiding a server bug) - Add maxexectime=120s and maxwaittime=60s to test function spec - The server returning concatenated JSON responses is a separate bug that should be fixed in the Go codebase 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v1.0.4
Update Cargo.lock
v1.0.3
Fix WebSocket subscription with proper client-side timeout - Add timeout_secs parameter to send_ws_subscribe_channel - Use tokio::time::timeout for connection and read operations - Connection timeout: 10 seconds - Read timeout: server timeout + 5 seconds for overhead Update integration tests: - Add test_channel_subscribe_and_stream for real-time streaming - Separate HTTP-based test_channel_append_and_read - Proper cleanup on server not supporting channels 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v1.0.2
Compatible with Colonies 1.9.6
Release v1.0.1
Compatible with Colonies 1.1.