Exporter release 1.0.0b54#47772
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR finalizes the release of azure-monitor-opentelemetry-exporter version 1.0.0b54. It converts the changelog's 1.0.0b54 heading from (Unreleased) to the release date (2026-06-30) and removes the empty ### Bugs Fixed and ### Other Changes placeholder sections. The release bundles previously-merged work: the StatsbeatManager.add_metric_callback API, Retry-After header parsing for 429 responses, and the breaking camelCase rename of customer SDK stats dimension attributes.
I verified that the version string in _version.py is 1.0.0b54, matching the latest changelog entry, and that the release date matches the current date (not in the future).
Changes:
- Stamped the
1.0.0b54changelog entry with release date2026-06-30. - Removed empty
### Bugs Fixedand### Other Changessections from the unreleased entry.
JacksonWeber
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.0.0b54 (2026-06-30)
Features Added
StatsbeatManager.add_metric_callbackto let SDKs/distros add their own metricobservations to built-in statsbeat metrics
(#47363)
(#47601)
Breaking Changes
(
compute_type->computeType,telemetry_type->telemetryType,telemetry_success->telemetrySuccess,drop.code->dropCode,drop.reason->dropReason,retry.code->retryCode,retry.reason->retryReason)(#47469)