Skip to content

v0.2.1

Compare
Choose a tag to compare
@dmehala dmehala released this 28 May 19:15
· 35 commits to main since this release
0d89feb

This update bring significant improvements to the functionality, compatibility, and flexibility of dd-trace-cpp. We encourage all users to update to the latest version to take advantage of these enhancements and fixes. Below is a comprehensive list of meaningful changes included in this release:

New Features

  • Windows Support: We are pleased to announce that dd-trace-cpp now supports Windows, broadening the range of environments in which it can be used. #119 by @dmehala
  • Datadog/W3C interoperability: This enhancement prepare ground for better interoperability between Datadog and W3C Tracecontext propagation style. #115 by @dmehala
  • Remote Config Sampling Rules: This feature adds support for remote configuration of sampling rules, providing more control over how traces are sampled. #116 by @dmehala
  • Expose Numeric Tags: This enhancement allows users to set numeric tags, providing greater flexibility and insight into your trace data. #111 by @Anilm3
  • Report Host Information: Host informations are now included in telemetry reports, enhancing the granularity and utility of collected data. #118 by @dmehala

Bug Fixes

  • Glob Matching: Fixed an issue with case sensitivity in glob matching, ensuring consistent behavior across tracers. #112 by @dmehala
  • Remote Configuration polling interval: Resolved a bug allowing DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS to accept floating-point input, allowing sub-second polling interval of remote configuration. #123 by @dmehala

Full Changelog: v0.2.0...v0.2.1

Thank you to all contributors who made this release possible!

New Contributors