Exporter release 1.0.0b56 - #48461
Merged
Radhika Gupta (rads-1996) merged 3 commits intoAug 5, 2026
Merged
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Radhika Gupta (rads-1996)
force-pushed
the
exporter-release-1.0.0b56
branch
from
August 5, 2026 20:53
e6ee901 to
7cc7649
Compare
Jackson Weber (JacksonWeber)
approved these changes
Aug 5, 2026
Leighton Chen (lzchen)
approved these changes
Aug 5, 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.0b56 (2026-08-05)
Features Added
(#47870)
Bugs Fixed
(#47950)
APPLICATIONINSIGHTS_AUTHENTICATION_STRINGenvironment variable for AADauthentication as a fallback when no explicit credential is supplied and local authentication is disabled.
(#48284)
process lifetime; bound-method callbacks are now held via weak references so discarded exporters can be
garbage collected.
(#48379)
Other Changes
(#47949)
(#48027)
os/rp/attachvalues, addikeyandregionconditions, require exact single-value matches (removing list and version-range support), and only honor avercondition when a matchingcomponentis also present(#48059)
FEATURE_LOCAL_STORAGEfeature flag: the control plane can disable or re-enable disk-backed retry storage at runtime, but never overrides an explicitdisable_offline_storage=Trueuser 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)
_ConfigurationManager.initializemerges profile fields first-wins across calls, letting a dependent component (e.g. the Azure Monitor distro) setcomponentbefore the exporter contributes ikey/region.(#48429)