Skip to content

Commit 5175a70

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.4.2
1 parent 77d536c commit 5175a70

File tree

3 files changed

+365
-173
lines changed

3 files changed

+365
-173
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [1.4.2] - 2022-01-04
6+
### Fixed:
7+
- If the stream URL contained user/password basicauth fields, they were not being included in the request.
8+
- Some unsupported options were accidentally being passed to `http.request` and `https.request`. This did not affect Node itself, but it could cause problems when using interceptors that inspect the options, as discussed [here](https://github.com/mswjs/interceptors/issues/188).
9+
510
## [1.4.1] - 2021-05-10
611
### Fixed:
712
- Updated the dependency on the package `original` in order to pick up a newer version of the transitive dependency `url-parse`. Older versions of `url-parse` had a [known vulnerability](https://github.com/advisories/GHSA-9m6j-fcg5-2442). (Thanks, [m-schrepel](https://github.com/launchdarkly/js-eventsource/pull/11)!)

0 commit comments

Comments
 (0)