diff --git a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md index d791aab6e7e9..581641a196c4 100644 --- a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md @@ -1,9 +1,8 @@ # 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 @@ -11,9 +10,14 @@ ([#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