Releases: AzureAD/microsoft-authentication-library-for-js
Releases · AzureAD/microsoft-authentication-library-for-js
@azure/msal-react v2.0.16
2.0.16
Mon, 06 May 2024 23:48:17 GMT
Patches
- Fix useIsAuthenticated returning incorrect value during useEffect update #7057 ([email protected])
- Bump @azure/msal-browser to v3.14.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node v2.8.0
2.8.0
Mon, 06 May 2024 23:48:17 GMT
Minor changes
- Client Assertion Implementation now accepts a callback instead of a string argument ([email protected])
- Bump @azure/msal-common to v14.10.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
Patches
- Fixed inconsistencies with cancellationToken (timeout) ([email protected])
- ClientCredential and OBO acquireToken requests with claims will now skip the cache ([email protected])
- Managed Identity: ManagedIdentityTokenResponses expires_in is now calculated correctly ([email protected])
- Removed Managed Identity Resource URI Validation ([email protected])
@azure/msal-node-extensions v1.0.16
1.0.16
Mon, 06 May 2024 23:48:17 GMT
Patches
- Bump @azure/msal-common to v14.10.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-common v14.10.0
14.10.0
Mon, 06 May 2024 23:48:17 GMT
Minor changes
- Instrument scenario id for tracking custom user prompts #7043 ([email protected])
- Instrument account type #7049 ([email protected])
- Instrument server error number #7036 ([email protected])
- Do not register duplicate performance callbacks #7069 ([email protected])
- Client Assertion Implementation now accepts a callback instead of a string argument ([email protected])
- Make performanceClient.discardMeasurements() flush aux cache data in addition to measurements #7061 ([email protected])
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
Patches
- Fixed inconsistencies with cancellationToken (timeout) ([email protected])
@azure/msal-browser v3.14.0
3.14.0
Mon, 06 May 2024 23:48:17 GMT
Minor changes
- Instrument scenario id for tracking custom user prompts #7043 ([email protected])
- Discard empty redirect telemetry events with no error codes #7058 ([email protected])
- Export invoke and invokeAsync functions #7065 ([email protected])
- Instrument account type #7049 ([email protected])
- Bump @azure/msal-common to v14.10.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
Patches
- Add getAccount API to IPublicClientApplication (#7019) ([email protected])
- Fix uncaught exceptions in acquireTokenSilent #7073 ([email protected])
- Add additional logging for Nested App Auth initialization errors (#7064) ([email protected])
@azure/msal-angular v3.0.17
3.0.17
Mon, 06 May 2024 23:48:17 GMT
Patches
- Bump @azure/msal-browser to v3.14.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-react v2.0.15
2.0.15
Thu, 11 Apr 2024 21:46:57 GMT
Patches
- Bump @azure/msal-browser to v3.13.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node v2.7.0
2.7.0
Thu, 11 Apr 2024 21:46:57 GMT
Minor changes
- Implemented Managed Identity in MSAL-Node ([email protected])
- Bump @azure/msal-common to v14.9.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node-extensions v1.0.15
1.0.15
Thu, 11 Apr 2024 21:46:57 GMT
Patches
- Add install script to workaround regression in npm version 10.4.0 ([email protected])
- Bump @azure/msal-common to v14.9.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-common v14.9.0
14.9.0
Thu, 11 Apr 2024 21:46:57 GMT
Minor changes
- Capture and instrument cache errors #7021 ([email protected])
- Implemented Managed Identity in MSAL-Node ([email protected])
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
Patches
- Skip login_hint opaque claim if domainHint param is set #7008 ([email protected])
- New performance event for awaiting parallel iframe calls #6962 ([email protected])