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
AzureVoiceLiveEventSourcefor WebSocket event logging with consistent event IDs and levels - Added
VoiceLiveWebSocketContentLoggerthat integrates with Azure SDKDiagnosticsOptions - WebSocket connection lifecycle events (open/close) logged at
Informationallevel - Message operations (send/receive) logged at
Informationallevel with optional content atVerboselevel - Error events logged at
Warninglevel with error content atInformationallevel - Content size truncation respects
DiagnosticsOptions.LoggedContentSizeLimit - Unified event listener experience works alongside Azure.Core HTTP logging
- Introduced
- Enhanced Samples: Added
ContentLoggingSample.csandUnifiedEventListener.csdemonstrating 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