Skip to content

Commit b4ec404

Browse files
authored
Merge pull request #244 from aws/dev
Release PR
2 parents 8bee485 + e092d10 commit b4ec404

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* This marks the first stable release of AWS Message Processing Framework for .NET which is now generally available.
55
### AWS.Messaging.Lambda (1.0.0)
66
* This marks the first stable release of AWS Message Processing Framework for .NET which is now generally available.
7-
### AWS.Messaging.Telemetry.OpenTelemetry (1.0.0)
8-
* This marks the first stable release of AWS Message Processing Framework for .NET which is now generally available.
7+
### AWS.Messaging.Telemetry.OpenTelemetry (0.22.0)
8+
* Update dependency on AWS.Messaging to version 1.0.0
99

1010
## Release 2025-04-28
1111

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>1.0.0</Version>
21+
<Version>0.22.0</Version>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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+
46
This package is an [Instrumentation
57
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
68
messages that are sent and received.

0 commit comments

Comments
 (0)