You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## 1.3.0
8
+
* Delay reconnecting with randomized exponential backoff. ([@mpx](https://github.com/mpx))
9
+
* Reconnect after event stream request ends. ([@mpx](https://github.com/mpx))
10
+
* Reconnect after protocol errors (invalid UTF-8, non-200 OK status codes). ([@mpx](https://github.com/mpx))
11
+
* Stop event stream after 204 No Content. ([@mpx](https://github.com/mpx))
12
+
* Ensure resources are released for old connections. ([@mpx](https://github.com/mpx))
13
+
7
14
## 1.2.2
8
-
* Revert `data` event commit, which was a misreading of the spec. ([@mpx](https://github.com/mpx) in [#4](https://github.com/goto-bus-stop/dart-event-source/pull/4))
15
+
* Revert `data` event commit, which was a misreading of the spec. ([@mpx](https://github.com/mpx))
9
16
10
17
## 1.2.1
11
-
* Ensure `data` event data ends in \n per the spec. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/3))
12
-
* Fix event name bug in multiline data messages. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/3))
18
+
* Ensure `data` event data ends in \n per the spec. ([@mpx](https://github.com/mpx))
19
+
* Fix event name bug in multiline data messages. ([@mpx](https://github.com/mpx))
13
20
14
21
## 1.2.0
15
-
* Allow passing in a custom HttpClient factory. ([@mpx](https://github.com/mpx) in [#2](https://github.com/goto-bus-stop/dart-event-source/pull/2))
22
+
* Allow passing in a custom HttpClient factory. ([@mpx](https://github.com/mpx))
0 commit comments