Skip to content

Commit a68f495

Browse files
mohitc1Azure DevOps Pipeline
andauthored
Merge release integration/24.2.0 to dev, Fixes AB#3557679 (#3105)
Fixes [AB#3557679](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3557679) --------- Co-authored-by: Azure DevOps Pipeline <build-agent@azuredevops.com>
1 parent 2d22489 commit a68f495

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
vNext
22
----------
33
- [PATCH] Move Multiple Listening apps check to the authorization layer (#3070)
4+
5+
Version 24.2.0
6+
----------
47
- [PATCH] Add support for Authenticator app activation links in WebView, enabling account pairing/MFA flows to launch Microsoft Authenticator directly instead of redirecting to the Play Store (#3090)
58
- [PATCH] Fix: WPJ's BrokerDiscovery cache crash due to shared predefined encryption key with MSAL (#3081)
69
- [PATCH] Fix ABBA deadlock between AzureActiveDirectory and AzureActiveDirectoryAuthority class monitors by extracting polymorphic getAuthorityURL() calls outside synchronized scopes and removing unnecessary synchronized from ConcurrentHashMap read-only methods (#3082)
@@ -11,6 +14,10 @@ vNext
1114
- [PATCH] Rename SovSG to GovSG for the Singapore sovereign cloud identifiers (#3068)
1215
- [MINOR] Add CancellationSignal to gracefully cancel in-flight HTTP requests on ATS command-level timeout, preventing zombie worker threads from holding thread pool slots (#3055)
1316

17+
Version 24.1.1
18+
----------
19+
- [PATCH] Fix ABBA deadlock between AzureActiveDirectory and AzureActiveDirectoryAuthority class monitors by extracting polymorphic getAuthorityURL() calls outside synchronized scopes and removing unnecessary synchronized from ConcurrentHashMap read-only methods (#3083)
20+
1421
Version 24.1.0
1522
----------
1623
- [MINOR] Add sovereign cloud (Bleu/Delos/SovSG) instance discovery support with pre-seeded cloud metadata, cache-aware discovery routing, and ensureCloudDiscoveryForAuthority API (#3027)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=24.1.0
2+
versionName=24.2.0
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=24.1.0
2+
versionName=24.2.0
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)