From 7cc7649b55c7a93e84447f097cb0f15769ea509b Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Wed, 5 Aug 2026 13:51:52 -0700 Subject: [PATCH 1/3] Exporter release 1.0.0b56 --- sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md index 10eafe63c8aa..fa984cba72d0 100644 --- a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b56 (Unreleased) +## 1.0.0b56 (2026-08-05) ### Features Added - Retry payloads for which request is sent successfully but no response is received, per [SPEC.](https://github.com/aep-health-and-standards/Telemetry-Collection-Spec/pull/1018) @@ -26,7 +26,7 @@ ([#47949](https://github.com/Azure/azure-sdk-for-python/pull/47949)) - Harden OneSettings configuration manager and worker: handle non-retryable HTTP errors by slow-polling instead of retrying, fix worker holding its lock across network I/O, make shutdown a soft reset that leaves the singleton reusable, and make callback registration thread-safe and initialization-independent ([#48027](https://github.com/Azure/azure-sdk-for-python/pull/48027)) -- Align OneSettings feature-flag evaluation with the control-plane schema: use full-name `os`/`rp`/`attach` values, add `ikey` and `region` conditions, require exact single-value matches (removing list and version-range support), and only honor a `ver` condition when a matching `component` is also present +- Align OneSettings feature-flag evaluation with the control-plane schema: use full-name `os`/`rp`/`attach` values, add `ikey` and `region` conditions, require exact single-value matches (removing list and version-range support), and only honor a `ver` condition when a matching `component` is also present ([#48059](https://github.com/Azure/azure-sdk-for-python/pull/48059)) - Support remote toggling of local (offline) storage via the OneSettings `FEATURE_LOCAL_STORAGE` feature flag: the control plane can disable or re-enable disk-backed retry storage at runtime, but never overrides an explicit `disable_offline_storage=True` user opt-out. Statsbeat storage is decoupled from the user setting (always off), while customer-sdkstats honors the user setting and follows the remote toggle. ([#48379](https://github.com/Azure/azure-sdk-for-python/pull/48379)) From 455edc07be68d168ecb1be90a89aacfecbbf68f9 Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Wed, 5 Aug 2026 13:58:50 -0700 Subject: [PATCH 2/3] update release date --- sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md index fa984cba72d0..867b5cc56e41 100644 --- a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b56 (2026-08-05) +## 1.0.0b56 (2026-08-06) ### Features Added - Retry payloads for which request is sent successfully but no response is received, per [SPEC.](https://github.com/aep-health-and-standards/Telemetry-Collection-Spec/pull/1018) From a2e2cb07fdad3be33d2e164df4ad7979e26288be Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Wed, 5 Aug 2026 14:21:34 -0700 Subject: [PATCH 3/3] Remove unpopulated section --- sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md index 867b5cc56e41..fa4a8ca94f8d 100644 --- a/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md @@ -6,8 +6,6 @@ - Retry payloads for which request is sent successfully but no response is received, per [SPEC.](https://github.com/aep-health-and-standards/Telemetry-Collection-Spec/pull/1018) ([#47870](https://github.com/Azure/azure-sdk-for-python/pull/47870)) -### Breaking Changes - ### Bugs Fixed - Propagate main agent attribute to child spans ([#47950](https://github.com/Azure/azure-sdk-for-python/pull/47950)) @@ -20,7 +18,6 @@ ([#48379](https://github.com/Azure/azure-sdk-for-python/pull/48379)) ### Other Changes - - Simplify OneSettings change detection to use ETag-based mechanism instead of change version tracking to reflect spec update - Change OneSettings log messages from warning to debug level to reduce noise for users with firewalls ([#47949](https://github.com/Azure/azure-sdk-for-python/pull/47949))