Skip to content

Releases: winstonjs/winston-daily-rotate-file

Release v5.0.0

09 Feb 10:15
Compare
Choose a tag to compare
  • Converted partially to ES6
  • Emit "error" event on lwo level filesystem errors to allow logging and handling of them

v4.7.1

30 May 19:48
v4.7.1
Compare
Choose a tag to compare
  • update README and ts for new auditHashType option 1690392
  • Bump moment from 2.29.1 to 2.29.2 (#345) de041ba
  • Bump minimist from 1.2.5 to 1.2.6 (#343) d1f6e97
  • Bump ansi-regex from 3.0.0 to 3.0.1 (#342) f679318
  • Update package version number to 4.7.0 9f9a83a
  • Merge pull request #344 from patilms16/audit-hash-type-option 972c87c
  • Addressing review comment fcc42eb
  • Pass 'audit_hash_type' option for getStream method 2762f84
  • Merge pull request #341 from wojtekmaj/no-moment 9e88c1d
  • Remove dependency on moment.js 706055e
  • removing pre/post version scripts a4401b7

v4.6.1...v4.7.1

v4.5.0

13 Jun 15:24
Compare
Choose a tag to compare

support filtering logs by level when using query()

v4.4.3

13 Jun 15:00
Compare
Choose a tag to compare

Updated dependencies to address vulnerabilities identified by dependabot

v4.4.0

13 Jun 14:58
Compare
Choose a tag to compare

Reintroduce support for logger.query

v4.2.0

28 Sep 22:34
Compare
Choose a tag to compare

redefine typescript declaration and inject into winston.transports; added symlink options to type declaration

v4.1.0

09 Sep 16:05
Compare
Choose a tag to compare

disable symlink creation by default and allow the ability to customize the symlink name

v4.0.0

07 Sep 02:18
Compare
Choose a tag to compare

This release removes support for winston@2. If you're using this version of winston, please do not upgrade to this release, and instead remain on winston-daily-rotate-file@3.

  • removed support for nodejs < 8
  • add logRemoved event when log file is removed
  • add utc option to support UTC date substitution in filenames
  • add extension option to support file extensions on rotated files