You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9.5 KiB

Change Log - @azure/msal-common

This log was last generated on Thu, 18 Feb 2021 00:34:32 GMT and should not be manually modified.

4.0.1

Thu, 18 Feb 2021 00:34:32 GMT

Patches

4.0.0

Tue, 09 Feb 2021 01:48:22 GMT

Major changes

Patches

3.1.0

Tue, 02 Feb 2021 01:56:47 GMT

Minor changes

Patches

3.0.0

Thu, 21 Jan 2021 21:48:01 GMT

Major changes

2.1.0

Tue, 12 Jan 2021 00:51:26 GMT

Minor changes

Patches

2.0.0

Mon, 07 Dec 2020 22:19:03 GMT

Major changes

Minor changes

Patches

1.7.2

Wed, 11 Nov 2020 23:33:20 GMT

Patches

1.7.1

Tue, 10 Nov 2020 01:48:44 GMT

Patches

1.7.0

Sat, 07 Nov 2020 01:50:14 GMT

Minor changes

Patches

1.6.3

Mon, 26 Oct 2020 21:00:29 GMT

Patches

1.6.2

Tue, 20 Oct 2020 23:47:28 GMT

Patches

1.6.1

Thu, 15 Oct 2020 00:49:18 GMT

Patches

1.6.0

Wed, 14 Oct 2020 23:45:07 GMT

Minor changes

Patches

1.5.0

Fri, 02 Oct 2020 17:42:35 GMT

Minor changes

1.4.0

Wed, 23 Sep 2020 21:13:48 GMT

Minor changes

Patches

1.3.0

Thu, 17 Sep 2020 23:16:22 GMT

Minor changes

Patches

1.2.0

Tue, 25 Aug 2020 00:40:45 GMT

Minor changes

Patches

1.1.1

Thu, 13 Aug 2020 02:20:48 GMT

Patches

1.1.0

Breaking Changes

  • None

Features and Fixes

  • Decode state from URI Encoding before comparing (#2049)
  • getAllAccounts() returns empty array instead of null (#2059)
  • Updated the UrlString.canonicalizeUri() API to be static (#2078)
  • Add sid to AuthorizationUrlRequest and as part of request parameters sent to server (#2030)
  • Enable server telemetry headers to be formatted and sent in every request (#1917)
  • Enable platform level state information to be sent and read through the request state (#2045)
  • Add the confidential client flow (#2023)

1.0.0

Breaking Changes

  • None

Features and Fixes

  • Fixed an issue where scopes were being made lower case before being sent to the service (#1961)
  • Fix an issue where token values were replaced with undefined if not sent by server (#1946)
  • Fix an issue where cache lookup for accounts was not working correctly (#1919)
  • Removed TelemetryOptions from msal-common since they were unused (#1983)
  • Add a response handler for the device code flow (#1947)

1.0.0-beta.4

Breaking Changes

  • None

Features and Fixes

  • Fix an issue where state may be encoded twice on the server-side (#1852)
  • Fix an issue where extraScopesToConsent was not appending scopes correctly (#1854)
  • Fix an issue where the expiration was not being calculated correctly (#1860)
  • Add correlationId to all requests (#1868)

1.0.0-beta.3

Breaking Changes

Features and Fixes

  • Initialization of B2cTrustedHostList (#1646)
  • SilentFlow support (#1711)
  • Utilize Scopeset across all libraries (#1770)
  • state support in msal-common (#1790)
  • EndSessionRequest (#1802)

1.0.0-beta.2

  • Fixed an issue where types were not being exported from the correct location (#1613)
  • Fixed an issue where system configuration values were being overwritten with undefined (#1631)
  • Added support for sub-error codes from the eSTS service (#1533)

1.0.0-beta.1

  • Fixed an issue where types are not exported correctly (#1517)
  • Logger class is now exported (#1486)
  • Added knownAuthorities to support B2C authorities (#1416)
  • Refactored authority classes for B2C use cases (#1424)
  • Synced all classes and objects to work for both @azure/msal-browser and @azure/msal-node (#1552)
  • Merged configuration for node and browser classes (#1575)
  • Fixed issue with caching for multiple resources (#1553)
  • Adding support for node classes

1.0.0-beta.0

  • Fully functioning project completed
  • Build and test pipelines in place
  • Added bug fixes from unit testing
  • Added docs and samples

0.0.1

  • Created library with initial files for repo structure, build and package dependencies