Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

60 lines (45 loc) · 4.83 KB

Changelog

1.0.0 - 2019-10-29

  • This release marks the general availability of the @azure/identity package.
  • EnvironmentCredential now looks for additional environment variables: (PR #5743)
    • AZURE_CLIENT_CERTIFICATE_PATH to configure ClientCertificateCredential
    • AZURE_USERNAME and AZURE_PASSWORD to configure UsernamePasswordCredential
  • GetTokenOptions now extends the interface OperationOptions (PR #5899)
  • TokenCredentialOptions now extends the interface PipelineOptions (PR #5711)
  • Renamed IdentityClientOptions to TokenCredentialOptions (PR #5797)
  • Removed the browser bundle. A browser-compatible library can still be created through the use of a bundler such as Rollup, Webpack, or Parcel (PR #5863)

1.0.0-preview.6 - 2019-10-22

  • Renamed DeviceCodeDetails to DeviceCodeInfo and improved casing of the fields in the ErrorResponse type (PR #5662)
  • Improved the constructor signatures for AuthorizationCodeCredential, DeviceCodeCredential, InteractiveBrowserCredential and managedIdentityCredential so that it's clearer which parameters are optional and what additional values they accept (PR #5668)
  • Added logging for authentication flows via the new @azure/logger package (PR #5611)
  • Fixed an issue in DeviceCodeCredential where an unexpected authentication error could cause an infinite polling loop (PR #5430)
  • Improved the details that appear in the AggregateAuthenticationError (PR #5409)

1.0.0-preview.5 - 2019-10-08

  • Update @azure/core-tracing dependency to resolve an issue when running in Internet Explorer 11 (PR #5472)

1.0.0-preview.4 - 2019-10-07

  • Introduced the AuthorizationCodeCredential for performing the authorization code flow with AAD (PR #5356)
  • Fixed an issue preventing the ManagedIdentityCredential from working inside of Azure Function Apps (PR #5144)
  • Added tracing to IdentityClient and credential implementations (PR #5283)
  • Improved the exception message for AggregateAuthenticationError so that errors thrown from DefaultAzureCredential are now more actionable (PR #5409)

1.0.0-preview.3 - 2019-09-09

  • Fixed a ping timeout issue. The timeout is now configurable. (PR #4941)
  • Fixed IMDS endpoint detection false positive (PR #4909)

1.0.0-preview.2 - 2019-08-05

1.0.0-preview.1 - 2019-06-27

For release notes and more information please visit https://aka.ms/azure-sdk-preview1-js