Skip to content

v2.7.0

Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 09 Jan 09:10
2f47da4

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

PM > Install-Package Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights --Version 2.7.0

For a complete list of all Arcus.Observability packages see the documentation.

What's new?

Features

  • Provide the capability to reuse component name in both Arcus and Microsoft telemetry (#470)
  • Provide the capability to reuse component version in both Arcus and Microsoft telemetry (#475)
  • Provide the capability to reuse Microsoft TelemetryClient in Application Insights sink (#475)
  • Provide the capability to register Serilog logging with implementation factory function (#481)

Fixes / Changes

  • Update to Serilog v4 (#469)
  • Move SQL dependency tracking to core package (#488)
  • Move IoT Hub dependency tracking to core package (#507)

Changes:

  • 2f47da4 docs: add w3c http correlation to service-to-service webapi guide (#510)
  • 522e586 docs: correct introduction (#511)
  • 013f964 test: improve default correlation unit tests (#501)
  • 3eacfe8 chore: bump json5 from 1.0.1 to 1.0.2 in /docs (#509)
  • 9f2af44 feat: deprecate iot hub project in favor of dedicated parsing (#508)
  • ae12777 docs: update service-to-service messaging w/ w3c correlation (#505)
  • 56cbbd9 docs: improve telemetry filter feature docs (#502)
  • 50fae05 docs: add servicebus cloud suffixes in service bus request tracking feature docs (#503)
  • 88a5bfc chore: fix nuget warnings (#506)
  • 5db44b2 Update ci-build.yml (#504)
See More
  • 22b4cc7 chore: update frontend brand (#491)
  • 05af8fa docs: update web api user guide w/ w3c http correlation (#499)
  • 2624ea8 chore: bump decode-uri-component from 0.2.0 to 0.2.2 in /docs (#493)
  • 4efb86c chore: bump express from 4.17.1 to 4.18.2 in /docs (#497)
  • 9508695 chore: sql property parsing io sql package (#490)
  • da15534 Update docusaurus.build.config.js (#492)
  • 7bbcf56 chore: update codeql to v2 (#489)
  • 1cef318 chore: use new microsoft sql package (#485)
  • 34039ac chore: bump loader-utils from 1.4.1 to 1.4.2 in /docs (#487)
  • 2ca0fe2 chore: remove deprecated pr validation config (#486)
  • c1f8f2f chore: remove installation details from readme (#483)
  • f3e6022 feat: assign telemetry client in serilog sink (#479)
  • 07159c7 feat: add 'AddSerilog' extension overload with 'IServiceProvider' (#482)
  • fe17119 chore: bump loader-utils from 1.4.0 to 1.4.1 in /docs (#480)
  • 6f67f63 chore: bump ansi-html and webpack-dev-server in /docs (#476)
  • f0a03d3 chore: bump ansi-regex and ansi-regex in /docs (#477)
  • 67ee36d feat: add component version registration for appinsights (#478)
  • 89c1ad6 chore: update serilog v4 (#474)
  • 4cc0bd7 feat: add re-usable application name (#472)
  • 1b711e7 docs: add servicebus service-to-service correlation userguide to v2.6 feature docs (#467)
  • ac6dd6f docs: add servicebus correlation userguide (#464)
  • faa4528 (❗) docs: publish v2.6 feature docs (#466)

This list of changes was auto generated.

Full Changelog: v2.6.0...v2.7.0