Skip to content

Latest commit

 

History

History
285 lines (129 loc) · 12.5 KB

File metadata and controls

285 lines (129 loc) · 12.5 KB

Changelog

2.10.1 (2026-03-02)

Performance Improvements

  • avoid redundant work in redactSensitiveHeaders on each call (#113) (7a4c58b)

2.10.0 (2025-12-25)

Features

2.9.0 (2025-11-11)

Features

2.8.0 (2025-11-10)

Features

2.7.0 (2025-10-10)

Features

  • enhance DynamicConfigPoller with flexible header support (#101) (116995c)

Bug Fixes

  • context: correctly log call fails and warnings (#102) (1f5bf22)

2.6.3 (2025-10-06)

Bug Fixes

  • context: log "Span is undefined" only when tracing is enabled (#99) (23a55a2)

2.6.2 (2025-09-25)

Bug Fixes

  • context: memory leak for abort signals (#97) (895194f)

2.6.1 (2025-09-06)

Bug Fixes

  • context: check ctx status in abort listener (#94) (69ff4ad)

2.6.0 (2025-09-05)

Features

  • contexts: add un-inheritable params (#92) (b807977)

2.5.0 (2025-08-15)

Features

2.4.2 (2025-06-10)

Bug Fixes

  • fix dynamic config initialization (#85) (9b5c7d0)

2.4.1 (2025-05-13)

Bug Fixes

  • alway override spanId with actual value (#83) (a2679b1)

2.4.0 (2025-05-12)

Features

2.3.1 (2025-04-23)

Bug Fixes

  • add tracing prop for disabling tls for grpc protocol (#79) (ab0749b)

2.3.0 (2025-04-18)

Features

  • add proto and grpc tracing exporters (#75) (af6502e)

2.2.1 (2025-02-10)

Bug Fixes

  • telemetry: improve ch escape, fix warn logs level (dda91ed)

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.