diff --git a/customer-samples/ConsoleApp/Alpine3.10.dockerfile b/customer-samples/ConsoleApp/Alpine3.10.dockerfile index f523a4c4c984..d4061901bd9e 100644 --- a/customer-samples/ConsoleApp/Alpine3.10.dockerfile +++ b/customer-samples/ConsoleApp/Alpine3.10.dockerfile @@ -16,7 +16,7 @@ COPY --from=build /app/out . # Set up Datadog APM RUN apk --no-cache update && apk add curl -ARG TRACER_VERSION=1.13.4 +ARG TRACER_VERSION=1.14.0 RUN mkdir -p /var/log/datadog RUN mkdir -p /opt/datadog RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \ diff --git a/customer-samples/ConsoleApp/Alpine3.9.dockerfile b/customer-samples/ConsoleApp/Alpine3.9.dockerfile index bd88fea1ee72..a16d615ff639 100644 --- a/customer-samples/ConsoleApp/Alpine3.9.dockerfile +++ b/customer-samples/ConsoleApp/Alpine3.9.dockerfile @@ -16,7 +16,7 @@ COPY --from=build /app/out . # Set up Datadog APM RUN apk --no-cache update && apk add curl -ARG TRACER_VERSION=1.13.4 +ARG TRACER_VERSION=1.14.0 RUN mkdir -p /var/log/datadog RUN mkdir -p /opt/datadog RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \ diff --git a/customer-samples/ConsoleApp/Debian.dockerfile b/customer-samples/ConsoleApp/Debian.dockerfile index dddae7e2fde5..ab908245de5a 100644 --- a/customer-samples/ConsoleApp/Debian.dockerfile +++ b/customer-samples/ConsoleApp/Debian.dockerfile @@ -15,7 +15,7 @@ WORKDIR /app COPY --from=build /app/out . # Set up Datadog APM -ARG TRACER_VERSION=1.13.4 +ARG TRACER_VERSION=1.14.0 RUN mkdir -p /var/log/datadog RUN mkdir -p /opt/datadog RUN curl -LO https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm_${TRACER_VERSION}_amd64.deb diff --git a/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj b/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj index b0b78dd6a114..b27e13461f38 100644 --- a/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj +++ b/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj @@ -14,11 +14,11 @@ obj\$(Configuration)\$(Platform)\ True false - datadog-dotnet-apm-1.13.4-prerelease-$(Platform) + datadog-dotnet-apm-1.14.0-$(Platform) - InstallerVersion=1.13.4 + InstallerVersion=1.14.0 diff --git a/docker/package.sh b/docker/package.sh index 114978ecdeef..f4c4092d97be 100755 --- a/docker/package.sh +++ b/docker/package.sh @@ -2,7 +2,7 @@ set -euxo pipefail DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -VERSION=1.13.4 +VERSION=1.14.0 mkdir -p $DIR/../deploy/linux cp $DIR/../integrations.json $DIR/../src/Datadog.Trace.ClrProfiler.Native/bin/Debug/x64/ diff --git a/integrations.json b/integrations.json index 0b5212454b72..a233ed1c59f9 100644 --- a/integrations.json +++ b/integrations.json @@ -22,7 +22,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNet.AspNetIntegration", "method": "InvokePreStartInitMethods", "signature": "00 04 01 1C 08 08 0A" @@ -56,7 +56,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetMvcIntegration", "method": "BeginInvokeAction", "signature": "00 08 1C 1C 1C 1C 1C 1C 08 08 0A" @@ -82,7 +82,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetMvcIntegration", "method": "EndInvokeAction", "signature": "00 05 02 1C 1C 08 08 0A" @@ -112,7 +112,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetWebApi2Integration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -140,7 +140,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -163,7 +163,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -187,7 +187,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -211,7 +211,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -236,7 +236,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A" @@ -261,7 +261,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A" @@ -284,7 +284,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -307,7 +307,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -331,7 +331,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -355,7 +355,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -378,7 +378,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -401,7 +401,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -425,7 +425,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -449,7 +449,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -480,7 +480,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet5Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A" @@ -507,7 +507,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet5Integration", "method": "CallElasticsearchAsync", "signature": "10 01 06 1C 1C 1C 1C 08 08 0A" @@ -538,7 +538,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet6Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A" @@ -565,7 +565,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet6Integration", "method": "CallElasticsearchAsync", "signature": "10 01 06 1C 1C 1C 1C 08 08 0A" @@ -599,7 +599,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.GraphQLIntegration", "method": "Validate", "signature": "00 0A 1C 1C 1C 1C 1C 1C 1C 1C 08 08 0A" @@ -623,7 +623,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.GraphQLIntegration", "method": "ExecuteAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -653,7 +653,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.HttpMessageHandlerIntegration", "method": "HttpMessageHandler_SendAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -678,7 +678,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.HttpMessageHandlerIntegration", "method": "HttpClientHandler_SendAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -706,7 +706,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -729,7 +729,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -752,7 +752,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -776,7 +776,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -800,7 +800,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -824,7 +824,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -847,7 +847,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -870,7 +870,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -893,7 +893,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -916,7 +916,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -939,7 +939,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -962,7 +962,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -992,7 +992,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "Execute", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -1017,7 +1017,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -1042,7 +1042,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -1067,7 +1067,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsyncGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A" @@ -1095,7 +1095,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -1119,7 +1119,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -1143,7 +1143,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1168,7 +1168,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderAsyncTwoParams", "signature": "00 06 1C 1C 08 1C 08 08 0A" @@ -1191,7 +1191,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -1215,7 +1215,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1238,7 +1238,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -1262,7 +1262,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1286,7 +1286,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1320,7 +1320,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ServiceStackRedisIntegration", "method": "SendReceive", "signature": "10 01 08 1E 00 1C 1D 1D 05 1C 1C 02 08 08 0A" @@ -1348,7 +1348,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -1371,7 +1371,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A" @@ -1395,7 +1395,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -1419,7 +1419,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A" @@ -1444,7 +1444,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A" @@ -1469,7 +1469,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A" @@ -1492,7 +1492,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -1515,7 +1515,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A" @@ -1539,7 +1539,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1563,7 +1563,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1586,7 +1586,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -1609,7 +1609,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A" @@ -1633,7 +1633,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1657,7 +1657,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A" @@ -1690,7 +1690,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.ConnectionMultiplexer", "method": "ExecuteSyncImpl", "signature": "10 01 07 1E 00 1C 1C 1C 1C 08 08 0A" @@ -1718,7 +1718,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.ConnectionMultiplexer", "method": "ExecuteSyncImpl", "signature": "10 01 07 1E 00 1C 1C 1C 1C 08 08 0A" @@ -1747,7 +1747,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.ConnectionMultiplexer", "method": "ExecuteAsyncImpl", "signature": "10 01 08 1C 1C 1C 1C 1C 1C 08 08 0A" @@ -1776,7 +1776,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.ConnectionMultiplexer", "method": "ExecuteAsyncImpl", "signature": "10 01 08 1C 1C 1C 1C 1C 1C 08 08 0A" @@ -1804,7 +1804,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.RedisBatch", "method": "ExecuteAsync", "signature": "10 01 07 1C 1C 1C 1C 1C 08 08 0A" @@ -1832,7 +1832,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.StackExchange.Redis.RedisBatch", "method": "ExecuteAsync", "signature": "10 01 07 1C 1C 1C 1C 1C 08 08 0A" @@ -1862,7 +1862,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WcfIntegration", "method": "HandleRequest", "signature": "00 06 02 1C 1C 1C 08 08 0A" @@ -1890,7 +1890,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A" @@ -1913,7 +1913,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A" @@ -1936,7 +1936,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponseAsync", "signature": "00 04 1C 1C 08 08 0A" @@ -1959,7 +1959,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponseAsync", "signature": "00 04 1C 1C 08 08 0A" diff --git a/reproductions/AutomapperTest/Dockerfile b/reproductions/AutomapperTest/Dockerfile index 80cf57a032d7..87032da699f6 100644 --- a/reproductions/AutomapperTest/Dockerfile +++ b/reproductions/AutomapperTest/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/core/runtime:2.1-stretch-slim AS base -ARG TRACER_VERSION=1.13.4 +ARG TRACER_VERSION=1.14.0 RUN mkdir -p /opt/datadog RUN mkdir -p /var/log/datadog/dotnet RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v$TRACER_VERSION/datadog-dotnet-apm-$TRACER_VERSION.tar.gz | tar xzf - -C /opt/datadog diff --git a/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj b/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj index acd2cc3fe216..591a20f7c6c8 100644 --- a/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj +++ b/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj @@ -4,7 +4,7 @@ net45 - 1.13.4-prerelease + 1.14.0 Datadog APM Tracing for ASP.NET DEPRECATED. This package exists only for backwards compatibility. If your project references this package ("Datadog.Trace.AspNet") or "Datadog.Trace.ClrProfiler.Managed", you can remove them both. diff --git a/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj b/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj index 8bac4d875114..c4c77462abf4 100644 --- a/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj +++ b/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj @@ -7,7 +7,7 @@ ..\bin\ProfilerResources\ - 1.13.4-prerelease + 1.14.0 \ No newline at end of file diff --git a/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs b/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs index 4765ab1f5216..331eca4c6495 100644 --- a/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs +++ b/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs @@ -25,7 +25,7 @@ private static void TryLoadManagedAssembly() { try { - var assembly = Assembly.Load("Datadog.Trace.ClrProfiler.Managed, Version=1.13.4.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"); + var assembly = Assembly.Load("Datadog.Trace.ClrProfiler.Managed, Version=1.14.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"); if (assembly != null) { diff --git a/src/Datadog.Trace.ClrProfiler.Managed/Datadog.Trace.ClrProfiler.Managed.csproj b/src/Datadog.Trace.ClrProfiler.Managed/Datadog.Trace.ClrProfiler.Managed.csproj index 6f20b32df594..f606e4520f59 100644 --- a/src/Datadog.Trace.ClrProfiler.Managed/Datadog.Trace.ClrProfiler.Managed.csproj +++ b/src/Datadog.Trace.ClrProfiler.Managed/Datadog.Trace.ClrProfiler.Managed.csproj @@ -4,7 +4,7 @@ Datadog.Trace.ClrProfiler - 1.13.4-prerelease + 1.14.0 Datadog APM - ClrProfiler DEPRECATED. This package exists only for backwards compatibility. If your project references this package ("Datadog.Trace.ClrProfiler.Managed") or "Datadog.Trace.AspNet", you can remove them both. diff --git a/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt b/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt index 674032dc0f04..5165ca67ee7f 100644 --- a/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt +++ b/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.8) cmake_policy(SET CMP0015 NEW) -project("Datadog.Trace.ClrProfiler.Native" VERSION 1.13.4) +project("Datadog.Trace.ClrProfiler.Native" VERSION 1.14.0) add_compile_options(-std=c++11 -fPIC -fms-extensions) add_compile_options(-DBIT64 -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX -DUNICODE) diff --git a/src/Datadog.Trace.ClrProfiler.Native/Resource.rc b/src/Datadog.Trace.ClrProfiler.Native/Resource.rc index fe62332181b6..ff4f7e03232c 100644 --- a/src/Datadog.Trace.ClrProfiler.Native/Resource.rc +++ b/src/Datadog.Trace.ClrProfiler.Native/Resource.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,13,4,0 - PRODUCTVERSION 1,13,4,0 + FILEVERSION 1,14,0,0 + PRODUCTVERSION 1,14,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "Datadog, Inc." VALUE "FileDescription", "Datadog CLR Profiler" - VALUE "FileVersion", "1.13.4.0" + VALUE "FileVersion", "1.14.0.0" VALUE "InternalName", "Datadog.Trace.ClrProfiler.Native.DLL" VALUE "LegalCopyright", "Copyright (C) 2017-2019" VALUE "OriginalFilename", "Datadog.Trace.ClrProfiler.Native.DLL" VALUE "ProductName", "Datadog .NET Tracer" - VALUE "ProductVersion", "1.13.4" + VALUE "ProductVersion", "1.14.0" END END BLOCK "VarFileInfo" diff --git a/src/Datadog.Trace.ClrProfiler.Native/version.h b/src/Datadog.Trace.ClrProfiler.Native/version.h index 58d51a428859..693fb1dfdd77 100644 --- a/src/Datadog.Trace.ClrProfiler.Native/version.h +++ b/src/Datadog.Trace.ClrProfiler.Native/version.h @@ -1,3 +1,3 @@ #pragma once -constexpr auto PROFILER_VERSION = "1.13.4"; +constexpr auto PROFILER_VERSION = "1.14.0"; diff --git a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj index 2b0f92aa78bd..6af1cd12c37d 100644 --- a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj +++ b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj @@ -2,7 +2,7 @@ - 1.13.4-prerelease + 1.14.0 Datadog APM - OpenTracing Provides OpenTracing support for Datadog APM lucas.pimentel.datadog;colinhigginsdatadog;zachmontoyadd diff --git a/src/Datadog.Trace/Datadog.Trace.csproj b/src/Datadog.Trace/Datadog.Trace.csproj index 3d8e6f0afd0d..618aec566fd6 100644 --- a/src/Datadog.Trace/Datadog.Trace.csproj +++ b/src/Datadog.Trace/Datadog.Trace.csproj @@ -2,7 +2,7 @@ - 1.13.4-prerelease + 1.14.0 Datadog APM Manual instrumentation library for Datadog APM diff --git a/tools/Datadog.Core.Tools/TracerVersion.cs b/tools/Datadog.Core.Tools/TracerVersion.cs index ebb712e6fc80..dff4ad6326ae 100644 --- a/tools/Datadog.Core.Tools/TracerVersion.cs +++ b/tools/Datadog.Core.Tools/TracerVersion.cs @@ -13,16 +13,16 @@ public class TracerVersion /// /// The minor portion of the current version. /// - public const int Minor = 13; + public const int Minor = 14; /// /// The patch portion of the current version. /// - public const int Patch = 4; + public const int Patch = 0; /// /// Whether the current release is a pre-release /// - public const bool IsPreRelease = true; + public const bool IsPreRelease = false; } }