Skip to content

Commit 2929537

Browse files
authored
[repo] Add "release details" links in release notes (open-telemetry#6096)
1 parent db828ce commit 2929537

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@ directory of each individual package.
66

77
## 1.11.1
88

9+
Release details: [1.11.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.11.1)
10+
911
* Fixed a bug preventing `OpenTelemetry.Exporter.OpenTelemetryProtocol` from
1012
exporting telemetry on .NET Framework.
1113

1214
## 1.11.0
1315

16+
Release details: [1.11.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.11.0)
17+
1418
* `OpenTelemetry.Exporter.OpenTelemetryProtocol` no longer depends on the
1519
`Google.Protobuf`, `Grpc`, or `Grpc.Net.Client` packages. Serialization and
1620
transmission of outgoing data is now performed manually to improve the overall
1721
performance.
1822

1923
## 1.10.0
2024

25+
Release details: [1.10.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.10.0)
26+
2127
* Bumped the package versions of `System.Diagnostic.DiagnosticSource` and other
2228
Microsoft.Extensions.* packages to `9.0.0`.
2329

@@ -62,6 +68,8 @@ directory of each individual package.
6268

6369
## 1.9.0
6470

71+
Release details: [1.9.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.9.0)
72+
6573
* `Exemplars` are now part of the stable API! For details see: [customizing
6674
exemplars
6775
collection](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics/customizing-the-sdk#exemplars).
@@ -72,6 +80,8 @@ directory of each individual package.
7280

7381
## 1.8.0
7482

83+
Release details: [1.8.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.8.0)
84+
7585
* `TracerProvider` sampler can now be configured via the `OTEL_TRACES_SAMPLER` &
7686
`OTEL_TRACES_SAMPLER_ARG` envvars.
7787

@@ -84,6 +94,8 @@ directory of each individual package.
8494

8595
## 1.7.0
8696

97+
Release details: [1.7.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.7.0)
98+
8799
* Bumped the package versions of System.Diagnostic.DiagnosticSource and other
88100
Microsoft.Extensions.* packages to `8.0.0`.
89101

0 commit comments

Comments
 (0)