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: #6305