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
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this package will be documented in this file.
4
4
5
+
## [1.4.3] - 2022-01-10
6
+
This release fixes a number of SSE spec compliance issues which do not affect usage in the LaunchDarkly SDKs, but could be relevant in other use cases.
7
+
8
+
### Fixed:
9
+
- If an event's `id:` field contains a null character, the whole field should be ignored.
10
+
- The parser was incorrectly ignoring lines that did not contain a colon, instead of treating them as a field with an empty value. For instance, `data` on a line by itself should be equivalent to `data:`.
11
+
- The parser should ignore any incomplete messages at the end of a stream if the stream disconnects.
12
+
5
13
## [1.4.2] - 2022-01-04
6
14
### Fixed:
7
15
- If the stream URL contained user/password basicauth fields, they were not being included in the request.
0 commit comments