Skip to content

Releases: guizmaii-opensource/sbt-datadog

4.8.1

14 Oct 05:10
de35e67
Compare
Choose a tag to compare

What's Changed

  • Update sbt-updates to 0.6.4 (#48) @github-actions
  • Update sbt to 1.7.2 (#49) @github-actions
  • Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 (#46) @dependabot
  • Update scala-library to 2.12.17 (#45) @github-actions

4.8.0

06 Sep 17:14
839bb63
Compare
Choose a tag to compare

What's Changed

  • Make the DD_TRACE_ENABLED take precedence over -Ddd.trace.enabled (#44) @guizmaii

4.7.0

06 Sep 10:04
b9c0a5f
Compare
Choose a tag to compare

What's Changed

  • Fix datadogProfilingEnabled and datadogAllocationProfilingEnabled configurations (#43) @guizmaii
  • Add datadogProfilingEnabled and datadogAllocationProfilingEnabled configuration, both enabled by default. (#42) @guizmaii

Updates

  • Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (#41) @dependabot
  • Update sbt-native-packager to 1.9.11 (#40) @github-actions
  • Update scalafmt-core to 3.5.9 (#39) @github-actions

4.6.0

10 Aug 18:07
2cb6784
Compare
Choose a tag to compare

What's Changed

4.5.0

10 Aug 17:41
3704de6
Compare
Choose a tag to compare

What's Changed

  • Remove useless "Datadog debug mode disabled" log (#36) @guizmaii

Updates

  • Update sbt-native-packager to 1.9.10 (#35) @github-actions
  • Update sbt-tpolecat to 0.4.1 (#34) @github-actions
  • Update sbt-tpolecat to 0.4.0 (#33) @github-actions
  • Update sbt to 1.7.1 (#32) @github-actions

4.4.0

11 Jul 05:45
96539f3
Compare
Choose a tag to compare

What's Changed

  • Update sbt to 1.7.0 (#31) @github-actions
  • Update scala-library to 2.12.16 (#30) @github-actions
  • Update sbt-tpolecat to 0.3.3 (#29) @github-actions
  • Update scalafmt-core to 3.5.8 (#28) @github-actions
  • Update sbt-updates to 0.6.3 (#27) @github-actions
  • Update scalafmt-core to 3.5.7 (#26) @github-actions
  • Update scalafmt-core to 3.5.5 (#25) @github-actions
  • Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#23) @dependabot
  • Update sbt-tpolecat to 0.3.1 (#20) @github-actions
  • Update scalafmt-core to 3.5.4 (#24) @github-actions
  • Update sbt-tpolecat to 0.2.3 (#17) @github-actions
  • Update sbt-updates to 0.6.2 (#16) @github-actions

4.3.0

04 May 15:06
ebeff73
Compare
Choose a tag to compare

What's Changed

  • Update default Datadog Agent version to the latest version (#14) @guizmaii

CI

4.2.0

21 Apr 17:11
Compare
Choose a tag to compare

What's Changed

  • Fix: Do not set the -Ddd.trace.global.tags if the datadogGlobalTags is empty (#12) @guizmaii

4.1.0

13 Apr 13:55
add0831
Compare
Choose a tag to compare

What's Changed

  • Fix package name. Migrate from com.colisweb.sbt to com.guizmaii.sbt (#11) @guizmaii

4.0.0

07 Apr 15:21
Compare
Choose a tag to compare

What's Changed

Breaking changes

1. The namespace of the package has been changed from com.colisweb to com.guizmaii

In your plugins.sbt file, replace:

addSbtPlugin("com.colisweb" % "sbt-datadog" % "2.1.0")

with

addSbtPlugin("com.guizmaii" % "sbt-datadog" % "4.0.0")

2. datadogAgentHost and datadogAgentPort config key are now replaced by datadogAgentTraceUrl

The default way to connect to Datadog agent has been changed.
It now uses by default the Unix Socket /var/run/datadog/apm.socket.

For more information, see https://docs.datadoghq.com/agent/kubernetes/apm/?tab=ipport#configure-your-application-pods-in-order-to-communicate-with-the-datadog-agent

To keep the previous default behaviour, set in your sbt-datadog config:

datadogAgentTraceUrl := TraceAgentUrl.defaultHttpUrl

3. The datadogEnableNetty and datadogEnableAkkaHttp config keys have been removed

Datadog APM is smart enough now to detect them automatically