Skip to content

Commit

Permalink
Fix release notes from yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt committed Jan 10, 2022
1 parent 038ae23 commit 473d391
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## v3.3.4 / 2022-01-09

**WARNING:** This release may violate semantic versioning. The intent of releasing this as 3.3.4 instead of 3.4.0 is to ensure all 3.3.x users get the critical bug fix [#2008] that will otherwise render Winston useless (supply chain attack, not a Winston bug).

Due to the urgency of this release, full release notes are not prepared, but changes mainly consist of package updates and some fixes around handling undefined rejections (so arguably this does not violate semver).
Compared to v3.3.3, this version fixes some issues and includes some updates to project infrastructure,
such as replacing Travis with Github CI and dependabot configuration.
There have also been several relatively minor improvements to documentation, and incorporation of some updated dependencies.
Dependency updates include a critical bug fix [#2008] in response to self-vandalism by the author of a dependency.

- [#1964] Added documentation for how to use a new externally maintained [Seq](https://datalust.co/seq) transport.
- [#1712] Add default metadata when calling log with string level and message.
- [#1824] Unbind event listeners on close
- [#1961] Handle undefined rejections
- [#1878] Correct boolean evaluation of empty-string value for eol option
- [#1977] Improved consistency of object parameters for better test reliability

## v3.3.3 / 2020-06-23

Expand Down

0 comments on commit 473d391

Please sign in to comment.