Description
@microsoft/microsoft-graph-client 3.0.0-Preview.1 is released!!
3.0.0 version introduces the TokenCredentialAuthenticationProvider
enabling the use of @azure/identity
credential classes
for authentication purposes.
The TokenCredentialAuthenticationProvider
enables support for multiple authentication flows. And with that, 3.0.0 introduces support for server-side authentication!!
Enhancements are introduced to the large file upload feature enabling support for Node.js Stream upload, capabilities to track the upload progress.
Learn more about changes in this release which are documented in the 3.0.0 Upgrade Guide.
AB#9211
Update -
@microsoft/microsoft-graph-client 3.0.0-Preview.2 has been released.
- Added
customHosts
options -TheAuthenticationHandler
andTelemetryHandler
will add or update the request headers only if the request URL is a Graph endpoint or a custom endpoint.customHosts
property inIOptions
,IClientOptions
takes in aSet
of custom hosts. - Fixed Large File Upload - retry doesn't work for StreamUpload #452.
7/28/2021 Update -
@microsoft/microsoft-graph-client 3.0.0-Preview.3 has been released.
- This preview contains the new AuthCodeMSALBrowserAuthenticationProvider to support authentication using MSAL Browser.
- Removing
ImplicitMSALAuthenticationProvider
in 3.0.0 and thereby, ending the support for MSAL V1.
8/9/2021 Update -
3.0.0 is out!!! - https://www.npmjs.com/package/@microsoft/microsoft-graph-client/v/3.0.0