Releases: goto-bus-stop/dart-event-source
Releases · goto-bus-stop/dart-event-source
v1.3.2
- Prepare for upcoming Uint8List change to HttpClientResponse. (@tvolkert)
v1.3.1
- Prepare for upcoming change to HttpRequest and HttpClientResponse. (@tvolkert)
v1.3.0
- Delay reconnecting with randomized exponential backoff. (@mpx)
- Reconnect after event stream request ends. (@mpx)
- Reconnect after protocol errors (invalid UTF-8, non-200 OK status codes). (@mpx)
- Stop event stream after 204 No Content. (@mpx)
- Ensure resources are released for old connections. (@mpx)
v1.2.1
- Ensure
data
event data ends in \n per the spec. (@mpx in #2)
- Fix event name bug in multiline data messages. (@mpx in #2)
v1.2.0
- Allow passing in a custom HttpClient factory. (@mpx in #2)
v1.1.0
- Implement auto-reconnect.