Skip to content

Commit 6dc684e

Browse files
Merge branch 'dev' into PageIterator
2 parents bceb2d9 + ad4ec0e commit 6dc684e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
## Changelog
22

3+
### 1.3.0
4+
New Features
5+
* Support for Large File upload [[#1](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/driveitem_createuploadsession), [#2](https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/dev/docs/tasks/LargeFileUploadTask.md)]
6+
* Batching made easy [[#1](https://developer.microsoft.com/en-us/graph/docs/concepts/json_batching), [#2](https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/dev/docs/content/Batching.md)]
7+
8+
Bug Fixes
9+
* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/97
10+
* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/110
11+
* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/39
12+
* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/111
13+
314
### 1.2.0
415
Updates
5-
616
* Two output js files, one with polyfills for Fetch-API and ES6-Promises ([lib/graph-js-sdk-web.js](./lib/graph-js-sdk-web.js)) and one without ([lib/graph-js-sdk-core.js](./lib/graph-js-sdk-core.js))
717
[Refer [README.md](https://github.com/microsoftgraph/msgraph-sdk-javascript#browser) for usage]
818
* Enum for ResponseType, which lists down the available ResponseType options in autocomplete

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ client
271271
````
272272

273273
## Usage Resources
274-
1. [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
275-
2. [Batching](/docs/content/Batching.md)
274+
* [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
275+
* [Batching](/docs/content/Batching.md)
276276

277277
## Running node samples
278278
You can run and debug the node samples found under [./samples/node/node-sample.js](./samples/node/node-sample.js) by running the *Run node samples* configuration from the **Debug** (Ctrl + Shift + D) menu in Visual Studio Code. Alternately, you can run the node samples from the CLI by entering `node ./samples/node/node-sample.js` (assuming you are at the root of this repo). You'll need to rename the *secrets.example.json* file to *secrets.json* and add a valid access token to it. You can get an access token by doing the following:

0 commit comments

Comments
 (0)