Releases: AzureAD/microsoft-authentication-library-for-js
@azure/msal-angular v3.0.1
3.0.1
Fri, 11 Aug 2023 19:00:44 GMT
Patches
- Fix Angular deploy #6316 (hemoral@microsoft.com)
- Bump @azure/msal-browser to v3.0.1 (beachball)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6337
@azure/msal-common v14.0.1
14.0.1
Fri, 11 Aug 2023 19:00:44 GMT
Patches
- Update dist settings for packages #6322 (hemoral@microsoft.com)
- Replaces
multiple matched tokens error
with a log message, removing matching tokens from cache #6311 (kshabelko@microsoft.com)
Changes
- Pick up broker extra query params #6286 (kshabelko@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6332
@azure/msal-browser v3.0.1
3.0.1
Fri, 11 Aug 2023 19:00:44 GMT
Patches
- Update dist settings for packages #6322 (hemoral@microsoft.com)
- Add
tokenBodyParameters
to silent and interaction request types #6325 (kshabelko@microsoft.com) - Bump @azure/msal-common to v14.0.1 (beachball)
Changes
- Pick up broker extra query params #6286 (kshabelko@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6334
@azure/msal-react v2.0.0
2.0.0
Mon, 07 Aug 2023 18:15:15 GMT
Major changes
- Rebase dev onto v3 #5843 (kshabelko@microsoft.com)
- Drop TSDX in favor of using rollup & jest directly #5895 (thomas.norling@microsoft.com)
- Bump @azure/msal-browser to v3.0.0 (beachball)
Minor changes
- Add exports to package.json and update type to module #6194 (thomas.norling@microsoft.com)
- Fix module field in package.json #6190 (thomas.norling@microsoft.com)
- Switch from enums to object literals to reduce the bundle size #6068 (kshabelko@microsoft.com)
Patches
- Bump @azure/msal-browser to v3.0.0 (beachball)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6301
@azure/msal-react v1.5.10
1.5.10
Mon, 07 Aug 2023 21:58:26 GMT
Patches
- Bump @azure/msal-browser to v2.38.1 (beachball)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6299
@azure/msal-node v2.0.0
2.0.0
Mon, 07 Aug 2023 18:15:15 GMT
Major changes
- Move node clients from msal-common to msal-node #5788 (kshabelko@microsoft.com)
- Migrate from tsdx to use rollup and jest directly for msal-node #5818 (hemoral@microsoft.com)
- Exception is thrown in acquireTokenByClientCredential if tenantId is missing #5805 (rginsburg@microsoft.com)
- Bump @azure/msal-common to v14.0.0 (beachball)
Minor changes
- Add exports to package.json and update type to module #6194 (thomas.norling@microsoft.com)
- Omit new storeInCache request parameter from public API surface (thomas.norling@microsoft.com)
- ClientCredentials: Fixed bug where user-supplied cache is loaded into memory only after network request #6218 (rginsburg@microsoft.com)
- Update PerformanceClient for better usability/extendibility #6270 (kshabelko@microsoft.com)
- fix: msal-node now references the right index.esm.ja (joshua.head@envoryat.com)
- Export IdTokenClaims & ServerAuthorizationCodeResponse types (thomas.norling@microsoft.com)
- Make claims-based caching configurable #6163 (hemoral@microsoft.com)
- Switch from enums to object literals to reduce the bundle size #6068 (kshabelko@microsoft.com)
- Revert to common as a regular dependency #5985 (hemoral@microsoft.com)
- Bundle msal-common into msal-node #5942 (kshabelko@microsoft.com)
- Export Serializer and Deserializer from msal-node #5931 (kshabelko@microsoft.com)
Patches
- Bump @azure/msal-common to v14.0.0 (beachball)
- Update MSAL Node compatible versions to include Node v20 and drop v16 #5905 (hemoral@microsoft.com)
- Remove
null
fromacquireTokenSilent
return type #5912 (thomas.norling@microsoft.com) - Fix prepack hook #5967 (kshabelko@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6305
@azure/msal-node v1.18.1
1.18.1
Mon, 07 Aug 2023 21:58:26 GMT
Patches
- Bump @azure/msal-common to v13.2.1 (beachball)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6298
@azure/msal-common v14.0.0
14.0.0
Mon, 07 Aug 2023 18:15:15 GMT
Major changes
- Add CIAM Authority Support(#5865) (sameera.gajjarapu@microsoft.com)
- Prioritize hardcoded metadata over network-sourced metadata #6231 (hemoral@microsoft.com)
Minor changes
- Catch errors thrown by decodeURIComponent #6226 (kshabelko@microsoft.com)
- Add storeInCache request parameter to control which tokens are persisted to the cache (thomas.norling@microsoft.com)
- Append v2 to endpoint when using a Microsoft authority under OIDC protocol mode (shylasummers@users.noreply.github.com)
- Update PerformanceClient for better usability/extendibility #6270 (kshabelko@microsoft.com)
- Simplify account generation #6271 (thomas.norling@microsoft.com)
- Update comments to address Policheck rules (thomas.norling@microsoft.com)
- Added OIDCOptions parameter to config (shylasummers@users.noreply.github.com)
- Disable telemetry parameters in the token request when using OIDC protocol mode (shylasummers@users.noreply.github.com)
- Add exports to package.json and update type to module #6194 (thomas.norling@microsoft.com)
- Make claims-based caching configurable #6163 (hemoral@microsoft.com)
- Fix performance bug with regional authority detection #6139 (joarroyo@microsoft.com)
- Switch from enums to object literals to reduce the bundle size #6056 (kshabelko@microsoft.com)
- Remove unused params in msal-common #6122 (kshabelko@microsoft.com)
- Support tenant switching for tenant domain names #6022 (kshabelko@microsoft.com)
- Add logging to Authority.getEndpointMetadataFromNetwork() #5973 (kshabelko@microsoft.com)
Patches
- Added new ClientConfigurationError type for authority mismatch in login request #6002 (lalimasharda@microsoft.com)
- Fix bugs in CIAM Authority Support (#5917) (sameera.gajjarapu@microsoft.com)
- Update polycheck version (#5901) (sameera.gajjarapu@microsoft.com)
- Fix: dSTS Token dummy aud claim value for requests with scope input by using v2.0 endpoint (kapjain@microsoft.com)
- Exception is thrown in acquireTokenByClientCredential if tenantId is missing #5805 (rginsburg@microsoft.com)
removeAccount
does not throw if account does not exist in cache #5911 (thomas.norling@microsoft.com)- Remove unused enum (thomas.norling@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6303
@azure/msal-common v13.2.1
13.2.1
Mon, 07 Aug 2023 21:58:26 GMT
Patches
- Install @types/node in common (sameera.gajjarapu@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6296
@azure/msal-browser v3.0.0
3.0.0
Mon, 07 Aug 2023 18:15:15 GMT
Major changes
- Revert allowNativeBroker default to false #6280 (hemoral@microsoft.com)
allowNativeBroker
configuration defaults totrue
#5616 (hemoral@microsoft.com)- Fix telemetry typos #5868 (kshabelko@microsoft.com)
- Bump @azure/msal-common to v14.0.0 (beachball)
Minor changes
- Expose CacheRecord as part of internals API #6291 (kshabelko@microsoft.com)
- Add exports to package.json and update type to module #6194 (thomas.norling@microsoft.com)
- Added OIDCOptions parameter to config (shylasummers@users.noreply.github.com)
- Expose
BrowserPerformanceClient
andBrowserPerformanceMeasurement
artifacts as public #6273 (kshabelko@microsoft.com) - Throw when initialize has not been called #6233 (hemoral@microsoft.com)
- Update PerformanceClient for better usability/extendibility #6270 (kshabelko@microsoft.com)
- Add hydrateCache API #6271 (thomas.norling@microsoft.com)
- Add storeInCache request parameter to control which tokens are persisted to the cache (thomas.norling@microsoft.com)
- Make claims-based caching configurable #6163 (hemoral@microsoft.com)
- Update string conversion function (thomas.norling@microsoft.com)
- Make account info mandatory for AuthenticationResult and CacheRecord types #6156 (kshabelko@microsoft.com)
- Export IdTokenClaims & PromptValue types (thomas.norling@microsoft.com)
- Switch from enums to object literals to reduce the bundle size #6056 (kshabelko@microsoft.com)
- Fix inProgress state reset when page restored from bfCache #6037 (thomas.norling@microsoft.com)
- Remove legacy MsCrypto and MsrCrypto polyfill to reduce the bundle size #6086 (kshabelko@microsoft.com)
- Update bundled files to be included in published package #5997 (hemoral@microsoft.com)
- Revert to common as a regular dependency #5985 (hemoral@microsoft.com)
- Add CIAM support for v3(#5915) (sameera.gajjarapu@microsoft.com)
- Add temporaryCacheLocation to Cache Options #5725 (nicolas.zawada@gmail.com)
- Randomize native extension response identifiers to facilitate concurrency #5903 (kshabelko@microsoft.com)
Patches
- Bump @azure/msal-common to v14.0.0 (beachball)
- Treat invalid_method as a fatal error for WAM #6094 (thomas.norling@microsoft.com)
- Added authority check for native and silent flows #6002 (lalimasharda@microsoft.com)
- Fix silent cache lookup bugs for native flows #6067 (sameera.gajjarapu@microsoft.com)
- ignore native broker initialize check if application is not top-frame #6129 (lalimasharda@microsoft.com)
- Fix prepack hook #5967 (kshabelko@microsoft.com)
- Bundle local version of msal-common into msal-browser #5953 (kshabelko@microsoft.com)
- Fix missing idToken in response after refresh #5871 (thomas.norling@microsoft.com)
- Improve iframe error detection #5891 (thomas.norling@microsoft.com)
- Fix: dSTS Token dummy aud claim value for requests with scope input by using v2.0 endpoint (kapjain@microsoft.com)
- Exception is thrown in acquireTokenByClientCredential if tenantId is missing #5805 (rginsburg@microsoft.com)
removeAccount
does not throw if account does not exist in cache #5911 (thomas.norling@microsoft.com)- Remove unused enum (thomas.norling@microsoft.com)
Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6304