Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Release History

## 1.0.0b53 (Unreleased)
## 1.0.0b53 (2026-06-08)

### Features Added

- Read for global feature sdkstats bitmap and add a 15 second delay timer
([#47031](https://github.com/Azure/azure-sdk-for-python/pull/47031))
- Use `APPLICATIONINSIGHTS_PYTHON_ATTACHTYPE` environment variable in `_is_attach_enabled` to
reliably detect successful auto-instrumentation attach, with fallback to legacy path-based detection
([#46955](https://github.com/Azure/azure-sdk-for-python/pull/46955))
- Safeguard URL redirection issues
([#47265](https://github.com/Azure/azure-sdk-for-python/pull/47265))
### Breaking Changes
- Add client-side token-bucket rate limiter for telemetry export
([#46999](https://github.com/Azure/azure-sdk-for-python/pull/46999))

### Bugs Fixed
- Validate QuickPulse redirect targets against trusted Azure domains
([#46966](https://github.com/Azure/azure-sdk-for-python/pull/46966))
- Fix retry amplification storm in Azure Monitor OpenTelemetry exporter
([#47002](https://github.com/Azure/azure-sdk-for-python/pull/47002))

### Other Changes
- Track live metrics disabling in feature SDKstats
Expand Down
Loading