Skip to content

Releases: adobe/helix-log

v6.0.3

13 Apr 15:13
Compare
Choose a tag to compare

6.0.3 (2024-04-13)

Bug Fixes

  • deps: update external fixes (f0ddce9)

v6.0.2

09 Apr 09:04
Compare
Choose a tag to compare

6.0.2 (2024-04-09)

Bug Fixes

v6.0.1

24 Oct 06:21
Compare
Choose a tag to compare

6.0.1 (2023-10-24)

Bug Fixes

  • deps: update external fixes (210c340)

v6.0.0

20 Oct 17:04
Compare
Choose a tag to compare

6.0.0 (2021-10-20)

Bug Fixes

  • remove global root logger and related methods (cbc5135)
  • remove winston support (bf9053a)

BREAKING CHANGES

  • the following constants and methods are no longer
    exported:
    • rootLogger
    • fatal
    • error
    • info
    • log
    • warn
    • verbose
    • debug
    • trace
    • silly

In order to quickly get a root logger, use createDefaultLogger().

  • the winston transport is no longer supported

v5.0.5

20 Sep 10:16
Compare
Choose a tag to compare

5.0.5 (2021-09-20)

Bug Fixes

v5.0.4

02 Sep 13:42
Compare
Choose a tag to compare

5.0.4 (2021-09-02)

Bug Fixes

  • add timeout of 5s for sending logs to coralogix (#221) (36b4ae2), closes #196

v5.0.3

12 Apr 01:22
Compare
Choose a tag to compare

5.0.3 (2021-04-12)

Bug Fixes

  • coralogix: fix promise rejection warning (#185) (98cacff)

v5.0.2

02 Apr 13:13
Compare
Choose a tag to compare

5.0.2 (2021-04-02)

Bug Fixes

v5.0.1

02 Apr 11:12
Compare
Choose a tag to compare

5.0.1 (2021-04-02)

Bug Fixes

  • coralogix: never throw an exception when flushing fails, just log an error to console (7b58313), closes #181

v5.0.0

25 Feb 02:17
Compare
Choose a tag to compare

5.0.0 (2021-02-25)

Features

BREAKING CHANGES

  • log: New method: Logger.flush() added

Loggers now need to implement a 'flush()' method or extend from
LoggerBase which already provides a stub.