Skip to content

Commit c73ea92

Browse files
[Version Bump] 3.14.0 (#6798)
The following files were found to be modified (as expected) - [x] docs/CHANGELOG.md - [x] .azure-pipelines/ultimate-pipeline.yml - [x] profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt - [x] profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc - [x] profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h - [x] profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt - [x] profiler/src/ProfilerEngine/ProductVersion.props - [x] shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt - [x] shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc - [x] shared/src/msi-installer/WindowsInstaller.wixproj - [x] shared/src/native-src/version.h - [x] tracer/build/artifacts/dd-dotnet.sh - [x] tracer/build/_build/Build.cs - [x] tracer/samples/AutomaticTraceIdInjection/MicrosoftExtensionsExample/MicrosoftExtensionsExample.csproj - [x] tracer/samples/AutomaticTraceIdInjection/Log4NetExample/Log4NetExample.csproj - [x] tracer/samples/AutomaticTraceIdInjection/NLog40Example/NLog40Example.csproj - [x] tracer/samples/AutomaticTraceIdInjection/NLog45Example/NLog45Example.csproj - [x] tracer/samples/AutomaticTraceIdInjection/NLog46Example/NLog46Example.csproj - [x] tracer/samples/AutomaticTraceIdInjection/SerilogExample/SerilogExample.csproj - [x] tracer/samples/ConsoleApp/Alpine3.10.dockerfile - [x] tracer/samples/ConsoleApp/Alpine3.9.dockerfile - [x] tracer/samples/ConsoleApp/Debian.dockerfile - [x] tracer/samples/OpenTelemetry/Debian.dockerfile - [x] tracer/samples/WindowsContainer/Dockerfile - [x] tracer/src/Datadog.Trace.Bundle/Datadog.Trace.Bundle.csproj - [x] tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj - [x] tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs - [x] tracer/src/Datadog.Trace.Manual/Datadog.Trace.Manual.csproj - [x] tracer/src/Datadog.Tracer.Native/CMakeLists.txt - [x] tracer/src/Datadog.Tracer.Native/dd_profiler_constants.h - [x] tracer/src/Datadog.Tracer.Native/Resource.rc - [x] tracer/src/Datadog.Trace.MSBuild/Datadog.Trace.MSBuild.csproj - [x] tracer/src/Datadog.Trace.BenchmarkDotNet/Datadog.Trace.BenchmarkDotNet.csproj - [x] tracer/src/Datadog.Trace.OpenTracing/Datadog.Trace.OpenTracing.csproj - [x] tracer/src/Datadog.Trace.Tools.dd_dotnet/Datadog.Trace.Tools.dd_dotnet.csproj - [x] tracer/src/Datadog.Trace.Tools.Runner/Datadog.Trace.Tools.Runner.csproj - [x] tracer/src/Datadog.Trace/Datadog.Trace.csproj - [x] tracer/src/Datadog.Trace/TracerConstants.cs - [x] tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.csproj - [x] tracer/tools/PipelineMonitor/PipelineMonitor.csproj @DataDog/apm-dotnet Co-authored-by: bouwkast <bouwkast@users.noreply.github.com>
1 parent 8e98459 commit c73ea92

File tree

40 files changed

+117
-51
lines changed

40 files changed

+117
-51
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ variables:
172172
DD_COLLECTOR_CPU_USAGE: true
173173
# If we're doing an SSI run, set the indicator, the rest need to be set in the stage
174174
IS_SSI_RUN: $[ or(eq(variables['Build.CronSchedule.DisplayName'], 'Daily SSI Run'), eq(variables['force_ssi_run'], 'true')) ]
175-
ToolVersion: 3.13.0
175+
ToolVersion: 3.14.0
176176

177177
# Declare the datadog agent as a resource to be used as a pipeline service
178178
resources:

docs/CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,72 @@
1515

1616

1717

18+
19+
## [Release 3.13.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.13.0)
20+
21+
## Summary
22+
23+
- Fix RabbitMQ V7+ headers being overwritten (thanks @johang88)!
24+
- Update the default value of `DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED` to `true`
25+
- Fix `Microsoft.Extensions.Telemetry` logging integration in `9.3.0`
26+
- [Test Optimization] Flaky Test Management feature
27+
- Temporarily remove instrumentation for Protobuf Schema tagging
28+
29+
## Changes
30+
31+
### Tracer
32+
* [Tracing] Update the default value of DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED to true (#6751)
33+
* [Tracer] Fix Rabbitmq7 header injection overwrites user supplied basic properties [from external PR #6730] (#6753)
34+
* Fix Microsoft.Extensions.Telemetry logging integration in 9.3.0 (#6773)
35+
* Refactor RabbitMQ test sample (#6778)
36+
* Clarify doc comment for DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED (#6791)
37+
* fix: container ID prefix in metadata and related tests (#6793)
38+
39+
### CI Visibility
40+
* [Test Optimization] Flaky Test Management feature (#6740)
41+
* [Test Optimization] Add missing `test_session` metric (#6776)
42+
43+
### ASM
44+
* [ASM] Fix IAST Grpc DotNet flaky test (#6772)
45+
46+
### Continuous Profiler
47+
* [Profiler] Change profiler to use the libdatadog dynamic library instead (#6301)
48+
49+
### Debugger
50+
* Skip the failing debugger tests (#6755)
51+
52+
### Serverless
53+
* Add AWS Lamda testing for .NET 9 (#6779)
54+
55+
### Fixes
56+
* [BUG]: RabbitMQ Basic Properties overwritten to default values (#6723)
57+
* Fix: Rabbitmq7 header injection overwrites user supplied basic properties (#6730)
58+
* Remove instrumentation for Protobuf Schema tagging (#6792)
59+
60+
### Build / Test
61+
* Fix dependabot configuration for gh-actions-packages group (#6696)
62+
* [IAST] LDAP flakiness fix (#6706)
63+
* [fleet installer] Add some integration tests (#6714)
64+
* [Test Package Versions Bump] Updating package versions (#6732)
65+
* [CI] Stop running windows throughput tests (#6752)
66+
* Remove profiler throughput tests and bump timeouts (#6757)
67+
* feat: add dev container for consistent development environment (#6761)
68+
* [Benchmarks] Migrate linux throughput tests (#6765)
69+
* ssi tests onepipeline (#6767)
70+
* Remove graphql scenarios from CI system tests (#6768)
71+
* Pin github actions to sha (#6774)
72+
* Disable the merge queue (#6780)
73+
* Update dependabot to scan composite actions (#6784)
74+
75+
### Miscellaneous
76+
* [fleet installer] Try to fix Gac Installer issue when older versions are already installed (#6715)
77+
* add kafka topic to messaging.destination.name tag (#6758)
78+
* [fleet installer] Split the `install` command in two (#6766)
79+
* [fleet installer] Update logging for fleet installer (#6782)
80+
81+
82+
[Changes since 3.12.0](https://github.com/DataDog/dd-trace-dotnet/compare/v3.12.0...v3.13.0)
83+
1884
## [Release 3.12.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.12.0)
1985

2086
## Summary

profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project definition
33
# ******************************************************
44

5-
project("Datadog.Linux.ApiWrapper" VERSION 3.13.0)
5+
project("Datadog.Linux.ApiWrapper" VERSION 3.14.0)
66

77
# ******************************************************
88
# Compiler options

profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project definition
33
# ******************************************************
44

5-
project("Datadog.Profiler.Native.Linux" VERSION 3.13.0)
5+
project("Datadog.Profiler.Native.Linux" VERSION 3.14.0)
66

77
option(RUN_ASAN "Build with Clang Undefined-Behavior Sanitizer" OFF)
88
option(RUN_UBSAN "Build with Clang Undefined-Behavior Sanitizer" OFF)

profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ END
6262

6363
// ------- version info -------------------------------------------------------
6464
VS_VERSION_INFO VERSIONINFO
65-
FILEVERSION 3,13,0,0
66-
PRODUCTVERSION 3,13,0,0
65+
FILEVERSION 3,14,0,0
66+
PRODUCTVERSION 3,14,0,0
6767
FILEFLAGSMASK VS_FF_PRERELEASE
6868
FILEOS VOS_NT
6969
FILETYPE VFT_DLL
@@ -74,12 +74,12 @@ BEGIN
7474
BEGIN
7575
VALUE "CompanyName", "Datadog"
7676
VALUE "FileDescription", "Continuous Profiler for .NET Applications"
77-
VALUE "FileVersion", "3.13.0.0"
77+
VALUE "FileVersion", "3.14.0.0"
7878
VALUE "InternalName", "Native Profiler Engine"
7979
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
8080
VALUE "OriginalFilename", "Datadog.Profiler.Native.dll"
8181
VALUE "ProductName", "Continuous Profiler for .NET Applications"
82-
VALUE "ProductVersion", "3.13.0.0"
82+
VALUE "ProductVersion", "3.14.0.0"
8383
END
8484
END
8585
BLOCK "VarFileInfo"

profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
#pragma once
55

6-
constexpr auto PROFILER_VERSION = "3.13.0";
6+
constexpr auto PROFILER_VERSION = "3.14.0";

profiler/src/ProfilerEngine/ProductVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- * * * * * * * * * * * INPUTS. Update this section EVERY time the component is shipped/released! * * * * * * * * * * * -->
77
<PropertyGroup>
8-
<ProductVersion>3.13.0</ProductVersion>
8+
<ProductVersion>3.14.0</ProductVersion>
99
</PropertyGroup>
1010
<!-- * * * * * * * * * * * END OF INPUTS. * * * * * * * * * * * -->
1111

shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212
# Project definition
1313
# ******************************************************
1414

15-
project("Datadog.Trace.ClrProfiler.Native" VERSION 3.13.0)
15+
project("Datadog.Trace.ClrProfiler.Native" VERSION 3.14.0)
1616

1717
if (UNIVERSAL)
1818
find_package(GlibcCompat REQUIRED)

shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ VS_VERSION_INFO VERSIONINFO
5757
#else
5858
FILEFLAGS 0x0L
5959
#endif
60-
FILEVERSION 3,13,0,0
61-
PRODUCTVERSION 3,13,0,0
60+
FILEVERSION 3,14,0,0
61+
PRODUCTVERSION 3,14,0,0
6262
FILEOS VOS_NT
6363
FILETYPE VFT_DLL
6464
BEGIN
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Datadog"
7070
VALUE "FileDescription", "Native loader for Datadog .NET APM"
71-
VALUE "FileVersion", "3.13.0.0"
71+
VALUE "FileVersion", "3.14.0.0"
7272
VALUE "InternalName", "Native loader"
7373
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
7474
VALUE "OriginalFilename", "Datadog.Trace.ClrProfiler.Native.dll"
7575
VALUE "ProductName", "Native loader for Datadog .NET APM"
76-
VALUE "ProductVersion", "3.13.0.0"
76+
VALUE "ProductVersion", "3.14.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

shared/src/msi-installer/WindowsInstaller.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<IntermediateOutputPath>obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
1818
<SuppressPdbOutput>True</SuppressPdbOutput>
1919
<DefineSolutionProperties>false</DefineSolutionProperties>
20-
<OutputName>datadog-dotnet-apm-3.13.0-$(Platform)</OutputName> <!-- -The regex recognizes this line -->
20+
<OutputName>datadog-dotnet-apm-3.14.0-$(Platform)</OutputName> <!-- -The regex recognizes this line -->
2121
<MonitoringHomeDirectory Condition="'$(MonitoringHomeDirectory)' == ''">$(MSBuildThisFileDirectory)..\..\bin\monitoring-home</MonitoringHomeDirectory>
22-
<DefineConstants>InstallerVersion=3.13.0;MonitoringHomeDirectory=$(MonitoringHomeDirectory);</DefineConstants>
22+
<DefineConstants>InstallerVersion=3.14.0;MonitoringHomeDirectory=$(MonitoringHomeDirectory);</DefineConstants>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2525
<DefineConstants>$(DefineConstants);Debug</DefineConstants>

0 commit comments

Comments
 (0)