Skip to content

Latest commit

 

History

History
112 lines (52 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

112 lines (52 loc) · 5.14 KB

1.7.2 (2024-11-08)

Bug Fixes

  • azure-func-adapter: fix azure functions context severities (b11d9aa)

1.7.1 (2024-11-08)

Bug Fixes

  • azure-functions-adapter: export adapter (7faf8fe)

1.7.0 (2024-11-08)

Features

  • azure-functions-adapter: implement azure functions context logger as an adapter (#29) (77c3f5d)

1.6.1 (2024-10-03)

Bug Fixes

  • npm: update homepage and upgrade packages (5d67aee)

1.6.0 (2024-10-01)

Features

  • config: refactor config file and logger constructor (#26) (2348566)

1.5.2 (2024-09-12)

Bug Fixes

  • sentry-types: make @sentry/types a dependency (599138c)

1.5.1 (2024-09-11)

Bug Fixes

  • npm: upgrade akadenia api to fix vulnerable dependencies (#20) (7dec9a4)

1.5.0 (2024-09-11)

Features

  • minimun-log-level: ability to have different minimum log level per adapter (#21) (1648cf7)

1.4.0 (2024-09-10)

Features

  • sentry,azure-functions: add support for sentry types and trace (#17) (f55a8b4)

1.3.0 (2024-07-30)

Features

1.2.1 (2024-07-01)

Bug Fixes

  • console-log: exclude extraData from console log if extraData is not defined (#13) (494281a)

1.2.0 (2024-06-21)

Features

  • core: include extraData when logging to console (#7) (41c4fb3)

  • node-upgrade: bump node to version 20 by @guy-shahine in (#10)

1.1.0 (2024-06-20)

Features

  • signoz: implement signoz adapter by @guy-shahine in (#9) (1b850c3)

1.0.1 (2024-04-03)

Features

  • semantic-release: implement semantic release by @tsatsujnr139 in (#8)

Fixes

  • ci: allow wild characters in PR title checker by @king-d-dev in (#6)

1.0.0 (2024-04-03)

Features

  • core: gracefully handle situations where a non Error instance is passed to sentry captureException by @king-d-dev in (#3)
  • core: setup firebase crashlytics adapter by @king-d-dev in (#4)

Fixes

  • core: fix issue with logger not including extra data in sentry log by @king-d-dev in (#2)
  • core: fix import issue by @king-d-dev in (#5)