Skip to content

Latest commit

 

History

History
167 lines (78 loc) · 7.38 KB

CHANGELOG.md

File metadata and controls

167 lines (78 loc) · 7.38 KB

Changelog

2.2.0 (2024-12-23)

Features

  • add export for initTracing function (#70) (e01f2c4)

2.1.0 (2024-12-03)

Features

2.0.0 (2024-11-14)

⚠ BREAKING CHANGES

  • use opentelemetry library for tracing (#60) (a2e9653)

Features

1.7.0 (2024-10-25)

Features

  • add spanId getter for app context (#57) (f0b4e02)

1.6.0 (2024-10-10)

Features

1.5.0 (2024-10-10)

Features

  • add ability to attach extra data to log lines (#50) (76eb406)
  • add user language param (#54) (23aa1f6)

Bug Fixes

1.4.0 (2024-07-25)

Features

  • utils: make data redacters settings case insensitive (#48) (12a32ca)

1.3.0 (2023-12-08)

Features

  • add userId context param for legacy compatibility (#42) (8edc95a)
  • clickhouse: make telementry send interval configurable (#40) (cd4a9eb)

1.2.1 (2023-09-20)

Bug Fixes

1.2.0 (2023-09-19)

Features

1.1.1 (2023-09-01)

Bug Fixes

  • types: use correct type of isTrueEnvValue (#33) (cd2d5e1)

1.1.0 (2023-09-01)

Features

  • utils: improve redactSensitiveHeaders types (#29) (86763d5)

Bug Fixes

  • utils: allow undefined input in isTrueEnvValue (#32) (41fb0d4)

1.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • package: update axios peer dependency
  • loadFileConfigs: use standard node js algorithm to resolve configs (#23)

chore

  • package: update axios peer dependency (1a5b307)

Features

  • loadFileConfigs: use standard node js algorithm to resolve configs (#23) (75ab0a7)

0.7.0 (2023-08-31)

Features

  • logging: add option to control logging level (#25) (ab52cb0)
  • tracing: allow to pass collector endpoint option to tracing reporter (#26) (6798b40)

Bug Fixes

  • tracer: tracer does not have close method if it is not enabled (#24) (98c4a96)

Features

  • logging: add logging destination option (#22) (833b5b6)

Features

Features

Features

  • add dynamic config poller (b3fab1f)

Bug Fixes

Features

0.1.0

Initial release.