Skip to content

Releases: colonyos/rust

v1.0.5

28 Dec 17:42

Choose a tag to compare

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

28 Dec 12:21

Choose a tag to compare

Update Cargo.lock

v1.0.3

28 Dec 11:59

Choose a tag to compare

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

28 Dec 11:32

Choose a tag to compare

Compatible with Colonies 1.9.6

Release v1.0.1

17 Mar 08:02

Choose a tag to compare

Compatible with Colonies 1.1.