Skip to content
Open
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
11 changes: 7 additions & 4 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

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

### Features Added

Expand All @@ -11,11 +11,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

### Other Changes
- 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))

## 1.0.0b52 (2026-05-12)

Expand Down
Loading