You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
-
## [TBD]
1
+
## [2.0.0]
2
2
* Use a single family refresh token (#2550)
3
3
* Removed deprecated APIs, including legacy initializers, account management methods and token acquisition methods, and the MSALTelemetry interface (#2577)
4
4
* Enforced requirement for a valid ParentViewController (with a window) in interactive token requests (#2590)
5
5
* Removed deprecated methods from native auth public interface (#2588)
6
6
* Removed the deprecated MSALLogger interface and implementation class (#2591)
7
7
* Enforced a valid broker-capable redirect URI format for AAD scenarios (#2592)
8
8
* Merged the MSALAccount (MultiTenantAccount) category into the MSALAccount protocol and removed the MSALAccount+MultiTenantAccount.h (#2594)
9
+
* Added [MSAL 2.x Migration Guide](docs/MSAL_2x_Migration_Guide.md) to assist developers in upgrading from MSAL 1.x to 2.x. (#2614)
9
10
10
11
## [1.9.0]
11
12
* Add feature flags provider to be controlled from broker (#2540)
Copy file name to clipboardExpand all lines: MSAL.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="MSAL"
3
-
s.version="1.9.0"
3
+
s.version="2.0.0"
4
4
s.summary="Microsoft Authentication Library (MSAL) for iOS"
5
5
s.description=<<-DESC
6
6
The MSAL library for iOS gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Microsoft Azure B2C for those using our hosted identity management service.
0 commit comments