Skip to content

Commit 726da60

Browse files
authored
Merge branch 'aws:main' into feature/middleware
2 parents 959c034 + f53b53d commit 726da60

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2025-07-29
2+
3+
### AWS.Messaging.Telemetry.OpenTelemetry (1.0.0)
4+
* This marks the first stable release of AWS Message Processing Framework OTEL for .NET which is now generally available.
5+
16
## Release 2025-07-14
27

38
### AWS.Messaging.Lambda (1.0.1)

src/AWS.Messaging.Telemetry.OpenTelemetry/AWS.Messaging.Telemetry.OpenTelemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<WarningsAsErrors>CA1727</WarningsAsErrors>
1919
<SignAssembly>true</SignAssembly>
2020
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
21-
<Version>0.23.0</Version>
21+
<Version>1.0.0</Version>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>

src/AWS.Messaging.Telemetry.OpenTelemetry/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# OpenTelemetry plugin for AWS Message Processing Framework for .NET
22
[![nuget](https://img.shields.io/nuget/v/AWS.Messaging.Telemetry.OpenTelemetry.svg) ![downloads](https://img.shields.io/nuget/dt/AWS.Messaging.Telemetry.OpenTelemetry.svg)](https://www.nuget.org/packages/AWS.Messaging.Telemetry.OpenTelemetry/)
33

4-
**Notice:** *This library is in **developer preview**. It provides early access to upcoming features in the **AWS Message Processing Framework for .NET**. Any releases prior to 1.0.0 might include breaking changes.*
5-
64
This package is an [Instrumentation
75
Library](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#instrumentation-library), which instruments the [AWS Message Processing Framework for .NET](https://github.com/awslabs/aws-dotnet-messaging) to collect traces about
86
messages that are sent and received.

0 commit comments

Comments
 (0)