From 035490b2a0e8a17906f2a8152047faac85cfb530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Thu, 18 Jan 2024 11:59:22 +0100 Subject: [PATCH 1/2] Bump OpenTelemetry .NET Automatic Instrumentation to 1.3.0 --- autoinstrumentation/dotnet/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstrumentation/dotnet/version.txt b/autoinstrumentation/dotnet/version.txt index 26aaba0e86..f0bb29e763 100644 --- a/autoinstrumentation/dotnet/version.txt +++ b/autoinstrumentation/dotnet/version.txt @@ -1 +1 @@ -1.2.0 +1.3.0 From 5942ee20677b791a56aae3684cb6a016e5a5531b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Tue, 23 Jan 2024 06:35:35 +0100 Subject: [PATCH 2/2] add changelog --- .chloggen/dotnet_auto_1_3_0.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .chloggen/dotnet_auto_1_3_0.yaml diff --git a/.chloggen/dotnet_auto_1_3_0.yaml b/.chloggen/dotnet_auto_1_3_0.yaml new file mode 100644 index 0000000000..82b5510cb0 --- /dev/null +++ b/.chloggen/dotnet_auto_1_3_0.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: breaking + +# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) +component: autoinstrumentation + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Bump OpenTelemetry .NET Automatic Instrumentation to 1.3.0 + +# One or more tracking issues related to the change +issues: [2538] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: This version brings stable semantic convention for network and HTTP. It includes new metrics and attributes names. \ No newline at end of file