Skip to content

OpAmp.Client-0.7.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 07 Sep 09:50
Immutable release. Only release title and notes can be modified.
57d3e01
  • NuGet: OpenTelemetry.OpAmp.Client v0.7.0-alpha.1

    • Breaking Change: Changed communication behavior to accumulate messages when
      the channel is blocked. This removes the need for explicit asynchronous message
      sending, as the accumultor message is now automatically dispatched in the
      background once communication is restored.
      (#4930)

    • Preserve custom messages queued while the communication channel is blocked
      and reject new messages when the queue's message-count or payload-byte limit
      is reached.
      (#5161)

    • Make the custom message queue count and aggregate payload-byte limits
      configurable through OpAmpClientSettings.
      (#5171)

    See CHANGELOG for details.