Skip to content

Releases: winstonjs/winston

v3.7.0

01 Apr 16:08
3c79a63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

12 Feb 19:12
Compare
Choose a tag to compare

v3.5.1...v3.6.0

3.5.1

31 Jan 20:57
@wbt wbt
22bb31a
Compare
Choose a tag to compare

This release reverts the changes made in PR #1896 which added stricter typing to the available log levels,
and inadvertently broke use of custom levels with TypeScript (Issue #2047). Apologies for that!

3.5.0

27 Jan 16:29
@wbt wbt
237534a
Compare
Choose a tag to compare

This release includes the following, in sequence by first merge in group:

Feature updates:

Patch-level updates:

  • Bump dependency versions (thanks @dependabot & @DABH!)
    • Bump @types/node from 16.11.12 to 17.0.8 (PR #2009)
    • Bump @babel/preset-env from 7.16.7 to 7.16.8 (#2036)
    • Bump @types/node from 17.0.8 to 17.0.9 (#2035)
    • Bump @babel/cli from 7.16.7 to 7.16.8 (#2034)
    • Bump @types/node from 17.0.9 to 17.0.10 (#2042)
    • Bump @babel/core from 7.16.7 to 7.16.12 (#2041)
    • Bump @babel/preset-env from 7.16.8 to 7.16.11 (#2040)
  • Fixing documentation syntax errors in transports code examples (#1916; thanks @romanzaycev!)
  • Fix missing type declarations, especially for .rejections (#1842, #1929, #2021; thanks @vanflux, @svaj, @glensc, & others!)
  • More narrowly typing the “level” string (#1896, thanks @yonas-g!)
  • Using a safer stringify, e.g. to avoid issues from circular structures, in the http transport (#2043, thanks @karlwir!)

Updates to the repo & project which don’t actually affect the running code:

Thanks also to maintainers @DABH, @fearphage, @maverick1872, and @wbt for issue/PR shepherding and help across multiple parts of the release!

If somebody got missed in the list of thanks, please forgive the accidental oversight and/or feel free to open a PR on the changelog.

v3.4.0

10 Jan 22:25
@wbt wbt
c5f6c5c
Compare
Choose a tag to compare

v3.4.0 / 2022-01-10

Yesterday's release was done with a higher sense of urgency than usual due to vandalism in the colors package. This release:

  • ties up a loose end by including [#1973] to go with [#1824]
  • adds a missing http property in NpmConfigSetColors [#2004] (thanks @SimDaSong)
  • fixes a minor issue in the build/release process [#2014]
  • pins the version of the testing framework to avoid an issue with a test incorrectly failing [#2017]

The biggest change in this release, motivating the feature-level update, is [#2006] Make winston more ESM friendly, thanks to @miguelcobain.

Thanks also to @DABH, @wbt, and @fearphage for contributions and reviews!

v3.3.4

10 Jan 18:08
@wbt wbt
Compare
Choose a tag to compare

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 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

23 Jun 22:31
Compare
Choose a tag to compare

v3.3.2...v3.3.3

v3.3.2

22 Jun 17:54
Compare
Choose a tag to compare
  • [#1814] Use fork of diagnostics on NPM to avoid making Docker images require git 0752614

v3.3.1...v3.3.2

v3.3.1

22 Jun 06:29
Compare
Choose a tag to compare
  • Prep for 3.3.1 faac066
  • Add space between info.message and meta.message (#1740) 227ca0a
  • Fix bugs in createLogger type (#1807) ef97171
  • Fix typing for Profile.start (was Date, should be Number) (#1803) 0e1c812
  • Merge branch 'master' of github.com:winstonjs/winston 9e7bd71
  • [#1813] Use fork of diagnostics, avoiding indirect storage-engine dependency 67cd9b5
  • remove emitErrs note from README (its no longer supported) (#1810) 6545a7e

v3.3.0...v3.3.1

v3.3.0

21 Jun 08:52
Compare
Choose a tag to compare

3.2.1...v3.3.0