Releases: PlugFox/ws
Releases · PlugFox/ws
1.1.0-dev.1
1.0.0
- ✅ Cross-platform WebSocket client for Dart and Flutter
- ✅ Support for secure WebSocket connections wss://
- ✅ Specifying custom protocols
- ✅ Connection state changes
- ✅ Reconnection to new URL
- ✅ Concurrency
- ✅ Backoff full jitter strategy for reconnection attempts
- ✅ Handy stream of messages with automatic JSON decoding
- ✅ Metrics & TX/RX bytes and counters
- ✅ Platform-specific options
- ✅ Connection timeout
- ✅ Creating Web Socket client from custom implementation
- ✅ Fake client for testing
- ✅ Custom exceptions
- ✅ 90% test coverage
- ✅ First message after connection/reconnection
- ✅ Interceptors (middlewares)
1.0.0-pre.6
Feature/remove singletons (#7) * Update logger * Remove singletons
1.0.0-pre.5
- BREAKING CHANGE: Change options to separate, platform-specific object
- You can now pass headers and other options to the IO web socket client
- Backoff full jitter strategy for reconnection attempts
- Add more metrics
- Public Fake WebSocket client for testing
1.0.0-pre.4
- BREAKING CHANGE: Change options to separate, platform-specific object
- You can now pass headers and other options to the IO web socket client
- Backoff full jitter strategy for reconnection attempts
- Add more metrics
- Public Fake WebSocket client for testing
1.0.0-pre.3
- BREAKING CHANGE: Change options to separate, platform-specific object
- You can now pass headers and other options to the IO web socket client
- Backoff full jitter strategy for reconnection attempts
- Add more metrics
- Public Fake WebSocket client for testing
1.0.0-pre.1
- BREAKING CHANGE: Change options to separate, platform-specific object
- You can now pass a headers and other options to the IO websocket client
- Backoff full jitter strategy for reconnection attempts
- Add more metrics
- Public Fake WebSocket client for testing