diff --git a/customer-samples/ConsoleApp/Alpine3.10.dockerfile b/customer-samples/ConsoleApp/Alpine3.10.dockerfile index d8bb1304e4b2..0e9f9996df26 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.17.1 +ARG TRACER_VERSION=1.18.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 b748e654434e..55b2ae8eca1c 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.17.1 +ARG TRACER_VERSION=1.18.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 7d1060b007a0..36e96009b4ee 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.17.1 +ARG TRACER_VERSION=1.18.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 4dddfaa371e4..00d0ad4d495a 100644 --- a/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj +++ b/deploy/Datadog.Trace.ClrProfiler.WindowsInstaller/Datadog.Trace.ClrProfiler.WindowsInstaller.wixproj @@ -17,9 +17,9 @@ obj\$(Configuration)\$(Platform)\ True false - datadog-dotnet-apm-1.17.1-prerelease-$(Platform) + datadog-dotnet-apm-1.18.0-$(Platform) $(MSBuildThisFileDirectory)..\..\src\bin\tracer-home - InstallerVersion=1.17.1;TracerHomeDirectory=$(TracerHomeDirectory) + InstallerVersion=1.18.0;TracerHomeDirectory=$(TracerHomeDirectory) diff --git a/docker/package.sh b/docker/package.sh index e205301ca968..7f361ed992ac 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.17.1 +VERSION=1.18.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 e6bc8c102160..c954ef029f72 100644 --- a/integrations.json +++ b/integrations.json @@ -25,7 +25,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -52,7 +52,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetMvcIntegration", "method": "EndInvokeAction", "signature": "00 05 02 1C 1C 08 08 0A", @@ -83,7 +83,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetWebApi2Integration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -112,7 +112,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -136,7 +136,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -161,7 +161,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -186,7 +186,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -212,7 +212,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -238,7 +238,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -262,7 +262,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -286,7 +286,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -311,7 +311,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -336,7 +336,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -360,7 +360,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -384,7 +384,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -409,7 +409,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -434,7 +434,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -466,7 +466,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet5Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A", @@ -494,7 +494,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -526,7 +526,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet6Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A", @@ -554,7 +554,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -589,7 +589,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -614,7 +614,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.GraphQLIntegration", "method": "ExecuteAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -645,7 +645,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -671,7 +671,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -700,7 +700,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -724,7 +724,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -748,7 +748,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -773,7 +773,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -798,7 +798,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -823,7 +823,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -871,7 +871,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -895,7 +895,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -919,7 +919,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -943,7 +943,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -967,7 +967,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -998,7 +998,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "Execute", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1024,7 +1024,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1050,7 +1050,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1076,7 +1076,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsyncGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1105,7 +1105,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1130,7 +1130,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1155,7 +1155,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1181,7 +1181,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1205,7 +1205,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1230,7 +1230,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1254,7 +1254,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1279,7 +1279,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1304,7 +1304,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1339,7 +1339,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1368,7 +1368,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1392,7 +1392,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1417,7 +1417,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1442,7 +1442,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1468,7 +1468,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1494,7 +1494,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1518,7 +1518,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1542,7 +1542,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1567,7 +1567,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1592,7 +1592,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1616,7 +1616,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1640,7 +1640,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1665,7 +1665,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1724,7 +1724,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1753,7 +1753,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1783,7 +1783,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1813,7 +1813,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1842,7 +1842,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1871,7 +1871,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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", @@ -1902,7 +1902,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WcfIntegration", "method": "HandleRequest", "signature": "00 06 02 1C 1C 1C 08 08 0A", @@ -1931,7 +1931,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A", @@ -1955,7 +1955,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A", @@ -1979,7 +1979,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponseAsync", "signature": "00 04 1C 1C 08 08 0A", @@ -2003,7 +2003,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.18.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 0ec027489362..96859b2e795d 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.17.1 +ARG TRACER_VERSION=1.18.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 1a6132c79865..982d7244a015 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.17.1-prerelease + 1.18.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.Core/Datadog.Trace.ClrProfiler.Managed.Core.csproj b/src/Datadog.Trace.ClrProfiler.Managed.Core/Datadog.Trace.ClrProfiler.Managed.Core.csproj index 2165e86a2918..321f95843b37 100644 --- a/src/Datadog.Trace.ClrProfiler.Managed.Core/Datadog.Trace.ClrProfiler.Managed.Core.csproj +++ b/src/Datadog.Trace.ClrProfiler.Managed.Core/Datadog.Trace.ClrProfiler.Managed.Core.csproj @@ -4,7 +4,7 @@ Datadog.Trace.ClrProfiler - 1.17.1-prerelease + 1.18.0 false - 1.17.1-prerelease + 1.18.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 0cded8a4af43..2b923ae01e2b 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.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"); + var assembly = Assembly.Load("Datadog.Trace.ClrProfiler.Managed, Version=1.18.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 1e42a585b15c..feb8cee95f8f 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.17.1-prerelease + 1.18.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 3757f9f2e4ec..eb16909390e5 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.17.1) +project("Datadog.Trace.ClrProfiler.Native" VERSION 1.18.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 cd830e295d44..fcc54fef2188 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,17,1,0 - PRODUCTVERSION 1,17,1,0 + FILEVERSION 1,18,0,0 + PRODUCTVERSION 1,18,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.17.1.0" + VALUE "FileVersion", "1.18.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.17.1" + VALUE "ProductVersion", "1.18.0" END END BLOCK "VarFileInfo" diff --git a/src/Datadog.Trace.ClrProfiler.Native/dd_profiler_constants.h b/src/Datadog.Trace.ClrProfiler.Native/dd_profiler_constants.h index 4d7dfce95f30..f29d053ca600 100644 --- a/src/Datadog.Trace.ClrProfiler.Native/dd_profiler_constants.h +++ b/src/Datadog.Trace.ClrProfiler.Native/dd_profiler_constants.h @@ -58,6 +58,6 @@ namespace trace { "Anonymously Hosted DynamicMethods Assembly"_W, "ISymWrapper"_W}; - WSTRING managed_profiler_full_assembly_version = "Datadog.Trace.ClrProfiler.Managed, Version=1.17.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"_W; + WSTRING managed_profiler_full_assembly_version = "Datadog.Trace.ClrProfiler.Managed, Version=1.18.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"_W; } // namespace trace diff --git a/src/Datadog.Trace.ClrProfiler.Native/version.h b/src/Datadog.Trace.ClrProfiler.Native/version.h index 6a148e2e0884..9d854b947905 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.17.1"; +constexpr auto PROFILER_VERSION = "1.18.0"; diff --git a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj index 475ea62da4d7..d394a2a823ce 100644 --- a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj +++ b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj @@ -2,7 +2,7 @@ - 1.17.1-prerelease + 1.18.0 Datadog APM - OpenTracing Provides OpenTracing support for Datadog APM $(PackageTags);OpenTracing diff --git a/src/Datadog.Trace/Datadog.Trace.csproj b/src/Datadog.Trace/Datadog.Trace.csproj index 084fc3d51e39..2797864c0990 100644 --- a/src/Datadog.Trace/Datadog.Trace.csproj +++ b/src/Datadog.Trace/Datadog.Trace.csproj @@ -2,7 +2,7 @@ - 1.17.1-prerelease + 1.18.0 Datadog APM Manual instrumentation library for Datadog APM $(DefineConstants);MESSAGEPACK_1_9 diff --git a/tools/Datadog.Core.Tools/TracerVersion.cs b/tools/Datadog.Core.Tools/TracerVersion.cs index 29c6eed653e7..1a949a77425d 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 = 17; + public const int Minor = 18; /// /// The patch portion of the current version. /// - public const int Patch = 1; + public const int Patch = 0; /// /// Whether the current release is a pre-release /// - public const bool IsPreRelease = true; + public const bool IsPreRelease = false; } }