Outlook_Addin_LLM/node_modules/diagnostic-channel-publishers
2024-11-29 21:36:41 +01:00
..
dist/src First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
LICENSE First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
README.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00

Diagnostic Channel Publishers

Provides a set of patches for common Node.js modules to publish instrumentation data to the diagnostic-channel channel.

Currently-supported modules

Release notes

0.4.4 Jan 5, 2021

  • Updating @azure and @opentelemetry dependencies

0.4.3 Dec 17, 2020

  • Fix case where Azure SDK integration caused suppressed spans to be created

0.4.2 Oct 27, 2020

  • Fix case where calling `winston.configure(...) would not properly configure a custom transport

0.4.1 Aug 6, 2020

  • Fix case where Azure SDK clients could be patched twice if different versions of @azure/core-tracing are installed

0.4.0 Jun 18, 2020

0.3.5 June 8, 2020

  • Add support for redis@3.x and pg@8.x

0.3.3 - August 15, 2019

0.3.2 - May 13, 2019

  • Fix issue with colorized Winston logging levels
  • Support new Winston child loggers (winston@3.2.0+)

0.3.1 - April 22, 2019

  • Changed semver for mysql patching to mysql@2.x

0.3.0 - February 19th, 2019

  • Added patching for pg@7.x, pg-pool@2.x
  • Added patching for mysql@2.16.x
  • Added patching for winston@3.x
  • Added patching for mongodb@3.x

0.2.0 - August 18th, 2017

  • Added patching for pg, pg-pool, and winston modules
  • Updated build output to use dist/ folder instead of .dist/ (fixes #256)