Skip to content

Commit bb7b82d

Browse files
shahzaibjCopilot
andauthored
Fix changelog: move dev-sync entries from Version 24.3.0 to vNext, Fixes AB#3618269 (#3146)
[AB#3618269](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3618269) When release-integration/24.3.0 was back-merged into dev (#3131), some entries that were merged to dev *after* the 24.3.0 RC cut got listed under `Version 24.3.0`. They actually shipped in dev *after* 24.3.0 was finalized, so they belong under `vNext` for the next release. This PR moves 5 entries from `Version 24.3.0` to `vNext`: - #3133 SwitchBrowserRedirectActivity for non-broker Switch Browser flows - #3125 Update OpenTelemetry to 1.62.0 - #3135 Disabling GetCookies API from webapps APIs - #3132 Enable passkey registration by default in CommonFlight - #3112 Add NativeAuthRequestInterceptor for native auth flows Note: #3128 (Fix Token Endpoint Server Telemetry Parsing) correctly stays under Version 24.3.0 because it was cherry-picked into the release branch before the RC cut. ### Verification Identified by diffing the current dev `changelog.txt` against the file at commit `e80117451` (final 24.3.0 "remove RC" cut). Any entry currently listed under Version 24.3.0 that wasn't present at the RC cut must have arrived via the back-merge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e404a43 commit bb7b82d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

changelog.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@ vNext
22
----------
33
- [MINOR] Add enableSwitchBrowser opt-in param to AuthorizationActivityFactory/Parameters so consumers (OneAuth) can signal switch_browser=1 when a compatible browser is available (#3137)
44
- [PATCH] Remove stale code, eliminate flickers due to BrokerAuthorizationActivity (#3139)
5+
- [MINOR] Add SwitchBrowserRedirectActivity for non-broker Switch Browser protocol flows. BrokerBrowserRedirectActivity now extends this shared base class (#3133)
6+
- [PATCH] Update OpenTelemetry to 1.62.0 (#3125)
7+
- [MINOR] Disabling GetCookies API from webapps APIs (#3135)
8+
- [MINOR] Enable passkey registration by default in CommonFlight (ENABLE_PASSKEY_REGISTRATION) (#3132)
9+
- [MINOR] Add NativeAuthRequestInterceptor for custom per-request headers in native auth flows (#3112)
510

611
Version 24.3.0
712
----------
8-
- [MINOR] Add SwitchBrowserRedirectActivity for non-broker Switch Browser protocol flows. BrokerBrowserRedirectActivity now extends this shared base class (#3133)
913
- [PATCH] Fix Token Endpoint Server Telemetry Parsing (#3128)
10-
- [MINOR] Enable passkey registration by default in CommonFlight (ENABLE_PASSKEY_REGISTRATION) (#3132)
1114
- [PATCH] Emit ipc_strategy telemetry attribute for successful device registration IPC strategy and refactor execute flow to pack protocol request once before strategy retries (#3124)
1215
- [PATCH] Fix Edge browser selection on devices where Microsoft Edge is the default browser: add the rotated Edge signing certificate hash to the Edge BrowserDescriptor and accept multi-signer browsers when any signature intersects the safelist, instead of requiring strict set-equality (resolves MSAL #2414)
1316
- [MINOR] Refactor Auth Tab integration to use provider-based strategy selection. Adds AuthTabStrategyProvider and BrowserLaunchStrategy with Custom Tabs fallback. Compatible with androidx.browser:browser:1.7.0.
1417
- [MINOR] Wire onboarding telemetry hooks into AzureActiveDirectoryWebViewClient for page-transition step capture (broker install, MDM enrollment, Company Portal launch, MFA linking) and last-loaded-domain tracking (#3121)
1518
- [MINOR] Propagate the onboarding telemetry blob through the broker failure path: add BaseException.onboardingBlob and round-trip it through MsalBrokerResultAdapter so callers can emit onboarding telemetry on failure outcomes. Also add an MsalBrokerResultAdapter overload that accepts an onboarding blob on the success path so the broker can attach the finalized blob to the success result bundle (#3123)
16-
- [PATCH] Update OpenTelemetry to 1.62.0 (#3125)
1719
- [MINOR] Add provisionResourceAccountCredentials API to DeviceRegistrationClientApplication with V0 protocol params/response and add IPPhone to AppRegistry (#3086)
1820
- [PATCH] Extend filter-then-clone optimization to deleteAccessTokensWithIntersectingScopes and add telemetry attributes (#3114)
1921
- [PATCH] Wire ClientDataInfo through AcquireTokenResult, exceptions (#3109)
@@ -23,9 +25,7 @@ Version 24.3.0
2325
- [PATCH] Extend filter-then-clone optimization to load() and getIdTokensForAccountRecord() in MsalOAuth2TokenCache: when ENABLE_FILTER_THEN_CLONE_IN_MEMORY_CACHE flight is enabled, skip clone-all preload and call direct flight-gated overloads that clone only matching credentials; add new getCredentialsFilteredBy overload with kid support (#3100)
2426
- [MINOR] Add onboarding telemetry recorder, field keys, and session persistence for mobile onboarding flow (#3088)
2527
- [PATCH] Move Multiple Listening apps check to the authorization layer (#3070)
26-
- [MINOR] Add NativeAuthRequestInterceptor for custom per-request headers in native auth flows (#3112)
2728
- [PATCH] Edge TB: Fix lookup mode (#3108)
28-
- [MINOR] Disabling GetCookies API from webapps APIs (#3135)
2929

3030
Version 24.2.0
3131
----------

0 commit comments

Comments
 (0)