Releases: guizmaii-opensource/sbt-datadog
Releases · guizmaii-opensource/sbt-datadog
v7.0.0
What's Changed
Breaking change
Migration doc
TracingProvider
has been renamedOpenTelemetryProvider
TracingConfig
has been renamedOpenTelemetryConfig
TracingProvider.live
has been renamedOpenTelemetryProvider.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:
- https://github.com/guizmaii-opensource/sbt-datadog/blob/main/examples/my-traced-zio-project-example/src/main/scala/org/example/datadog/otlp/Main.scala
- https://github.com/guizmaii-opensource/sbt-datadog/blob/main/examples/my-traced-zio-project-example/src/main/scala/org/example/datadog/otlp/MyService.scala
For all the details, have a look at the related PR, #169
v6.0.0
What's Changed
Breaking change
Other changes
v5.0.7
v5.0.6
What's Changed
- Update sbt to 1.10.5 (#167) @guizmaii
- Update zio to 2.1.12 (#170) @guizmaii
- Update opentelemetry-api to 1.44.0 (#171) @guizmaii
- Bump scala-steward-org/scala-steward-action from 2.70.0 to 2.71.0 (#168) @dependabot
- Update sbt to 1.10.3 (#164) @guizmaii
- Update sbt-ci-release to 1.9.0 (#165) @guizmaii
- Update sbt-ci-release to 1.8.0 (#160) @guizmaii
- Update zio to 2.1.11 (#161) @guizmaii
- Update opentelemetry-api to 1.43.0 (#162) @guizmaii
- Update scala-library to 2.13.15 (#156) @guizmaii
- Update scala3-library to 3.3.4 (#157) @guizmaii
- Bump scala-steward-org/scala-steward-action from 2.69.0 to 2.70.0 (#158) @dependabot
v5.0.5
v5.0.4
What's Changed
- Update sbt-ci-release to 1.6.1 (#146) @guizmaii
- Update sbt-tpolecat to 0.5.2 (#147) @guizmaii
- Update scala-library to 2.12.20 (#150) @guizmaii
- Update zio to 2.1.9 (#149) @guizmaii
- Bump scala-steward-org/scala-steward-action from 2.66.0 to 2.69.0 (#152) @dependabot
- Update opentelemetry-api to 1.42.1 (#153) @guizmaii
- Update sbt to 1.10.2 (#154) @guizmaii
- Update sbt-ci-release to 1.6.0 (#145) @guizmaii
- Update sbt-native-packager to 1.10.4 (#142) @guizmaii
- Update zio to 2.1.7 (#143) @guizmaii
- Update opentelemetry-api to 1.41.0 (#144) @guizmaii
- Update scalafmt-core to 3.8.3 (#141) @guizmaii
- Bump scala-steward-org/scala-steward-action from 2.65.0 to 2.66.0 (#140) @dependabot
- Update zio to 2.1.6 (#139) @guizmaii
- Update sbt to 1.10.1 (#138) @guizmaii
v5.0.3
v5.0.2
v5.0.1
v5.0.0
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
- Fix release process (#133) @guizmaii
- Fix release process (#132) @guizmaii
- Fix release process (#131) @guizmaii
- Update release-drafter config (#130) @guizmaii
- Update default APM version to
1.36.0
(#129) @guizmaii - Add zio-opentelemetry
Tracing
provider library (#128) @guizmaii - Update scalafmt-core to 3.8.2 (#127) @guizmaii