Skip to content

Releases: microsoftgraph/msgraph-sdk-javascript

1.6.0

25 Apr 10:12
Compare
Choose a tag to compare

Features

  • ES6 module files under lib/es folder
  • Complete library is exposed as one module named graph-es-sdk.js under lib folder
  • Initializing MSALAuthentication provider with an instance of MSAL's UserAgentApplication

Bug Fixes

1.6.0-Preview.3

25 Apr 05:32
Compare
Choose a tag to compare
1.6.0-Preview.3 Pre-release
Pre-release

Fixes

  • Building ES6 modules instead of ESNext Modules

1.6.0-Preview.2

22 Apr 03:59
Compare
Choose a tag to compare
1.6.0-Preview.2 Pre-release
Pre-release

Features

  • ES module files under lib/es folder
  • Complete library is exposed as one module named graph-es-sdk.js under lib folder

1.6.0-Preview.1

17 Apr 03:51
Compare
Choose a tag to compare
1.6.0-Preview.1 Pre-release
Pre-release

Features

  • Added initializing MSALAuthProvider with userAgentApplication

Bug Fixes

March Updates

06 Mar 15:30
Compare
Choose a tag to compare

Architecture Change

New Features

  • Added provider to integrate MSAL.js for Authentication (Supported frontend only)
  • Added Middleware Options to customize the middleware behavior both at client level and request level
  • Added isComplete() to PageIterator task

Refactoring and Miscellaneous

  • Refactored graph request and response handling
  • Added templates for PR and issues submission
  • Removed generated files from the repository
  • Added Linter and Prettier
  • Added pre-commit hook with husky (for linting, testing and running prettier)
  • Added more launch tasks for vscode
  • Added License information in all source files
  • Added jsDoc comment for all functions and interfaces
  • Added tslib to reduce the output js size
  • Updated samples for browser and node environment
  • Added clean docs for all features
  • Refactored source and test files with modern js syntax
  • Updated dependencies to latest version
  • Removed spec files from packaging
  • Added various batches in the readme (Vulnerability, Downloads, License and Code Style)

Bug Fixes

January Updates

23 Jan 05:58
Compare
Choose a tag to compare

New Features

  • Added Page Iterator
  • Added Search query param functionality

Bug Fixes

September Updates

22 Sep 05:01
Compare
Choose a tag to compare

New Features

  • Support for Large File upload [#1, #2]
  • Batching made easy [#1, #2]

Bug Fixes

Microsoft-Graph-Client

17 Aug 04:22
Compare
Choose a tag to compare

Updates

Bug Fix

  • Cannot access the property "request-id" of undefined in GraphError handling

Microsoft-Graph-Client

01 Aug 07:58
Compare
Choose a tag to compare

New Features

  • Support for Multipart POST request

Updates

  • Light weight FetchAPI dependency (in replacement for SuperAgent)

Bug Fixes

  • Updated putStream and getStream to work for all sized files
  • Added obfuscation for output js file (graph-js-sdk-web.js)
  • Updated versions of mocha and chai to 5.2.0 and 4.1.2 to fix security vulnerability in growl (which is a dependency of mocha)
  • Running unit test files under types directory
  • Compiling ts files

General Availability

15 Nov 21:39
c91286e
Compare
Choose a tag to compare

General availability for the Microsoft Graph JavaScript SDK.

Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.