- Support realtime change subscriptions via WebSockets behind the "ws" cargo build feature.
- When built with the feature and the
?ws=trueparameter is passed aws://protocol upgrade is attempted. - The Rust client on the
ws_clientbranch supports WebSocket-based subscriptions. We cannot currently mainline it, due to a stale crate dependency.
- When built with the feature and the
- Internal: improve Rust client's test setup.
- Update dependencies.
Full Changelog: v0.22.12...v0.22.13