1.0.0b52 (2026-05-12)
Features Added
- Add ownership checks for storage directories
(#46725) - Add logger name to custom dimensions for Message, Exception and Event telemetry
(#46096) - Add support for populating SDK version from distro and Microsoft OpenTelemetry distro environment variables
(#46613) - Add GenAI main-agent attribution processors to propagate
microsoft.gen_ai.main_agent.*attributes
across spans and log records in multi-agent systems per spec
(#46700)
Breaking Changes
- Dropped support for Python 3.9. This package now supports Python 3.10+. Follows upstream otel dropping support
(#46694)
Bugs Fixed
- Fix
successfield on HTTP request telemetry resolving to an integer instead of a boolean when no status code is present
(#46311)
Other Changes
- Skip the transient storage tests
(#46827)