github Azure/azure-sdk-for-net Azure.AI.VoiceLive_1.1.0-beta.1

pre-release4 hours ago

1.1.0-beta.1 (2025-11-14)

Features Added

  • WebSocket Content Logging: Added comprehensive content logging for WebSocket operations following Azure SDK diagnostic patterns
    • Introduced AzureVoiceLiveEventSource for WebSocket event logging with consistent event IDs and levels
    • Added VoiceLiveWebSocketContentLogger that integrates with Azure SDK DiagnosticsOptions
    • WebSocket connection lifecycle events (open/close) logged at Informational level
    • Message operations (send/receive) logged at Informational level with optional content at Verbose level
    • Error events logged at Warning level with error content at Informational level
    • Content size truncation respects DiagnosticsOptions.LoggedContentSizeLimit
    • Unified event listener experience works alongside Azure.Core HTTP logging
  • Enhanced Samples: Added ContentLoggingSample.cs and UnifiedEventListener.cs demonstrating WebSocket content logging integration

Other Changes

  • Updated test infrastructure with comprehensive content logging test coverage
  • Added test environment configuration for AI Services integration
  • Enhanced WebSocket helper classes to support diagnostic logging

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.