keiser_metrics_connection 0.7.3 keiser_metrics_connection: ^0.7.3 copied to clipboard
Dart package for Keiser Metrics to handle both websockets and rest calls.
0.7.3 #
- Fixes missing error exception type
connectionError
0.7.2 #
- Fixes issue related to Dio update
0.7.1 #
- Fixes issue related to Dio update
0.7.0 #
- Updates Dio dependency to v5.7.0
0.6.0 #
- Updates error model to include
params
field.
0.5.0 #
- Adds method to clear authentication state
clearAuthentication
.
0.4.1 #
- Fixes invalid or expired tokens from being used again.
0.4.0 #
- Adds the parameter to override the default socket connection retry timeout.
0.3.1 #
- Fixes chat room message parsing
0.3.0 #
- Adds Machine JWT implementation
0.2.2 #
- Fixes settings sever status to offline after an HTTP request.
0.2.1 #
- Fixes authenticated state when an blacklisted token error is triggered.
0.2.0 #
- Adds
onChatRoomMessage
stream to listen for any "live" chat room messages.
0.1.0 #
- Initial Release