Skip to content

Releases: guizmaii-opensource/sbt-datadog

v7.0.0

17 Nov 04:05
2840f02
Compare
Choose a tag to compare

What's Changed

Breaking change

Migration doc

  • TracingProvider has been renamed OpenTelemetryProvider
  • TracingConfig has been renamed OpenTelemetryConfig
  • TracingProvider.live has been renamed OpenTelemetryProvider.autoInstrumentation
  • The parameters of OpenTelemetryProvider.autoInstrumentation have changed names and exposes more (optional) parameters

The example app as been updated with all these changes.
See:

For all the details, have a look at the related PR, #169

v6.0.0

17 Nov 03:02
449b646
Compare
Choose a tag to compare

What's Changed

Breaking change

Other changes

  • Update documentation with the new DD_PROFILING_ENABLED && DD_PROFILING_DIRECTALLOCATION_ENABLED supported envvars (#175) @guizmaii
  • Don't override profiling settings injected by environment variables (#173) @er1c

v5.0.7

13 Nov 10:33
5a955ee
Compare
Choose a tag to compare

What's Changed

v5.0.6

10 Nov 03:46
5bf53d2
Compare
Choose a tag to compare

What's Changed

v5.0.5

25 Sep 00:03
b5d80fa
Compare
Choose a tag to compare

Publishing of v5.0.4 failed

v5.0.4

24 Sep 23:56
b5d80fa
Compare
Choose a tag to compare

What's Changed

v5.0.3

07 Jul 11:34
e6b0811
Compare
Choose a tag to compare

What's Changed

v5.0.2

01 Jul 12:31
e17ec16
Compare
Choose a tag to compare

What's Changed

  • Remove ZLayer macros usages which can be problematic (#136) @guizmaii

v5.0.1

28 Jun 14:37
47c0173
Compare
Choose a tag to compare

What's Changed

v5.0.0

28 Jun 14:27
7715e38
Compare
Choose a tag to compare

What's Changed

(Please use v5.0.1 as v5.0.0 publishing failed)

This is a new major version not because we introduced any breaking changes in the sbt-datadog plugin - we haven't change anything in the plugin - but because we introduced a new companion library, zio-opentelemetry-datadog-tracing-provider, to help you configure zio-opentelemetry thanks to the already configured Datadog APM Agent that you added in your project thanks to sbt-datadog 🎉

Documentation for this new zio-opentelemetry-datadog-tracing-provider library: https://github.com/guizmaii-opensource/sbt-datadog/blob/main/ZIO_OTLP_DATADOG_PROVIDER_README.md

Changes