diff --git a/customer-samples/ConsoleApp/Alpine3.10.dockerfile b/customer-samples/ConsoleApp/Alpine3.10.dockerfile index 19fea981d9a0..276a644ef4eb 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.14.1 +ARG TRACER_VERSION=1.14.2 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 adb77fc738f4..f3c9dac1688b 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.14.1 +ARG TRACER_VERSION=1.14.2 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 1a500d398e70..ef1132804734 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.14.1 +ARG TRACER_VERSION=1.14.2 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 a71b346250ba..b84632b1b7f4 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.14.1-prerelease-$(Platform) + datadog-dotnet-apm-1.14.2-$(Platform) - InstallerVersion=1.14.1 + InstallerVersion=1.14.2 diff --git a/docker/package.sh b/docker/package.sh index 47f56c08d201..ee5d4a60a0df 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.14.1 +VERSION=1.14.2 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 441d3868bbda..51e0c803b3c8 100644 --- a/integrations.json +++ b/integrations.json @@ -55,7 +55,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetMvcIntegration", "method": "EndInvokeAction", "signature": "00 05 02 1C 1C 08 08 0A", @@ -113,7 +113,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AspNetWebApi2Integration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -142,7 +142,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -166,7 +166,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -191,7 +191,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -216,7 +216,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -242,7 +242,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A", @@ -268,7 +268,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A", @@ -292,7 +292,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -316,7 +316,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -341,7 +341,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -366,7 +366,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -390,7 +390,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -414,7 +414,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -439,7 +439,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -464,7 +464,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.DbCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -496,7 +496,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet5Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A", @@ -524,7 +524,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet5Integration", "method": "CallElasticsearchAsync", "signature": "10 01 06 1C 1C 1C 1C 08 08 0A", @@ -556,7 +556,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet6Integration", "method": "CallElasticsearch", "signature": "10 01 05 1C 1C 1C 08 08 0A", @@ -584,7 +584,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.ElasticsearchNet6Integration", "method": "CallElasticsearchAsync", "signature": "10 01 06 1C 1C 1C 1C 08 08 0A", @@ -619,7 +619,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -644,7 +644,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.GraphQLIntegration", "method": "ExecuteAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -675,7 +675,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.HttpMessageHandlerIntegration", "method": "HttpMessageHandler_SendAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -701,7 +701,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.HttpMessageHandlerIntegration", "method": "HttpClientHandler_SendAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -730,7 +730,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -754,7 +754,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -778,7 +778,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -803,7 +803,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -828,7 +828,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -853,7 +853,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -877,7 +877,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -901,7 +901,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -925,7 +925,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -949,7 +949,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -973,7 +973,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -997,7 +997,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.IDbCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1028,7 +1028,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "Execute", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1054,7 +1054,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1080,7 +1080,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsync", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1106,7 +1106,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.MongoDbIntegration", "method": "ExecuteAsyncGeneric", "signature": "00 06 1C 1C 1C 1C 08 08 0A", @@ -1135,7 +1135,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1160,7 +1160,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1185,7 +1185,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1211,7 +1211,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteReaderAsyncTwoParams", "signature": "00 06 1C 1C 08 1C 08 08 0A", @@ -1235,7 +1235,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1260,7 +1260,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1284,7 +1284,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1309,7 +1309,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1334,7 +1334,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.NpgsqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1369,7 +1369,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1398,7 +1398,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1422,7 +1422,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReader", "signature": "00 04 1C 1C 08 08 0A", @@ -1447,7 +1447,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1472,7 +1472,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderWithBehavior", "signature": "00 05 1C 1C 08 08 08 0A", @@ -1498,7 +1498,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A", @@ -1524,7 +1524,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteReaderAsync", "signature": "00 06 1C 1C 08 1C 08 08 0A", @@ -1548,7 +1548,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1572,7 +1572,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQuery", "signature": "00 04 08 1C 08 08 0A", @@ -1597,7 +1597,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1622,7 +1622,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteNonQueryAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1646,7 +1646,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1670,7 +1670,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalar", "signature": "00 04 1C 1C 08 08 0A", @@ -1695,7 +1695,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1720,7 +1720,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.AdoNet.SqlCommandIntegration", "method": "ExecuteScalarAsync", "signature": "00 05 1C 1C 1C 08 08 0A", @@ -1754,7 +1754,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1813,7 +1813,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1843,7 +1843,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1872,7 +1872,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1901,7 +1901,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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", @@ -1932,7 +1932,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WcfIntegration", "method": "HandleRequest", "signature": "00 06 02 1C 1C 1C 08 08 0A", @@ -1961,7 +1961,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A", @@ -1985,7 +1985,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponse", "signature": "00 04 1C 1C 08 08 0A", @@ -2009,7 +2009,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", "type": "Datadog.Trace.ClrProfiler.Integrations.WebRequestIntegration", "method": "GetResponseAsync", "signature": "00 04 1C 1C 08 08 0A", @@ -2033,7 +2033,7 @@ "maximum_patch": 65535 }, "wrapper": { - "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb", + "assembly": "Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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 efc324e47dac..8b6f50ea77b8 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.14.1 +ARG TRACER_VERSION=1.14.2 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.Loader/Datadog.Trace.AspNet.Loader.csproj b/src/Datadog.Trace.AspNet.Loader/Datadog.Trace.AspNet.Loader.csproj index 94b1ccbdd3f0..bf061f9b6c59 100644 --- a/src/Datadog.Trace.AspNet.Loader/Datadog.Trace.AspNet.Loader.csproj +++ b/src/Datadog.Trace.AspNet.Loader/Datadog.Trace.AspNet.Loader.csproj @@ -5,7 +5,7 @@ Datadog.Trace.AspNet.Loader - 1.14.1-prerelease + 1.14.2 false - 1.14.1-prerelease + 1.14.2 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 3f37b42ff8e6..33d9c9ff2294 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.14.1-prerelease + 1.14.2 false - 1.14.1-prerelease + 1.14.2 \ 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 f8357e45e484..60b833282155 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.14.1.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb"); + var assembly = Assembly.Load("Datadog.Trace.ClrProfiler.Managed, Version=1.14.2.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 76949228b113..20a3dad86b95 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.14.1-prerelease + 1.14.2 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 ebf6851d7046..518b2fe8328a 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.14.1) +project("Datadog.Trace.ClrProfiler.Native" VERSION 1.14.2) 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 a9860ba943b8..158d997ddfde 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,14,1,0 - PRODUCTVERSION 1,14,1,0 + FILEVERSION 1,14,2,0 + PRODUCTVERSION 1,14,2,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.14.1.0" + VALUE "FileVersion", "1.14.2.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.14.1" + VALUE "ProductVersion", "1.14.2" END END BLOCK "VarFileInfo" diff --git a/src/Datadog.Trace.ClrProfiler.Native/version.h b/src/Datadog.Trace.ClrProfiler.Native/version.h index fc39e93a8906..239239a0957a 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.14.1"; +constexpr auto PROFILER_VERSION = "1.14.2"; diff --git a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj index 2cfac0f3e181..0bf1921a896e 100644 --- a/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj +++ b/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj @@ -2,7 +2,7 @@ - 1.14.1-prerelease + 1.14.2 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 f6b6e68bd7cf..97d130ae23f1 100644 --- a/src/Datadog.Trace/Datadog.Trace.csproj +++ b/src/Datadog.Trace/Datadog.Trace.csproj @@ -2,7 +2,7 @@ - 1.14.1-prerelease + 1.14.2 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 d988530bb6e7..7c7b44da9a84 100644 --- a/tools/Datadog.Core.Tools/TracerVersion.cs +++ b/tools/Datadog.Core.Tools/TracerVersion.cs @@ -18,11 +18,11 @@ public class TracerVersion /// /// The patch portion of the current version. /// - public const int Patch = 1; + public const int Patch = 2; /// /// Whether the current release is a pre-release /// - public const bool IsPreRelease = true; + public const bool IsPreRelease = false; } }