UNPKG

3.39 kBMarkdownView Raw
1# Changelog
2## 2.1.0 - 2021-01-26
3- Added support for @azure/identity's TokenCredential. For more information, see https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/README.md#credentials
4
5## 2.0.1 - 2019-07-30
6- In `getOperationResponse()` if the `resource` is of type `string` and we get an error while performing `JSON.parse()` then instead of letting the error be thrown we set the `resource` as-is as the `response.parsedBody`
7
8## 2.0.0 - 2019-07-15
9- Bumping the version to `2.0.0` since the underlying dependency `@azure/ms-rest-js` has moved to `2.x.x` range.
10 - `@azure/ms-rest-js@2.x.x` is using `node-fetch` instead of `axios` as the http client for node.js scenario.
11 - We have made some bug fixes to handling cookie parsing errors in the `2.0.3` version
12 - This helps us in making it easier to update the autorest generated TypeScript sdk packages on an on-demand basis and keeping sdks from unnecessarily getting runtime updates when they are eventually going to get updated to use the new `@azure/core-*` runtime packages in couple of weeks from now.
13
14## 1.3.8 - 2019-06-06
15- Fixed tests to pass when -preview suffix set in version.
16
17## 1.3.7 - 2019-06-04
18- Updated `@azure/ms-rest-js` to `^1.8.10`
19
20## 1.3.6 - 2019-06-03
21- Fixed a bug where we were throwing an Error if the final GET on the resource while polling a long running DELETE operation would return a 404. [#azure-sdk-for-js/issues/2842](https://github.com/Azure/azure-sdk-for-js/issues/2842)
22- Fixed vulnerabilities by updating package version of `nyc`.
23
24## 1.3.5 - 2019-05-17
25- Added missing exports to the package.
26
27## 1.3.4 - 2019-05-13
28- Updated version of the package to fix auto publishing script in CI.
29
30## 1.3.3 - 2019-04-05
31- Updated dependency `@azure/ms-rest-js`.
32
33## 1.3.2 - 2019-01-28
34- Fixed User-Agent tests
35
36## 1.3.1 - 2019-01-07
37- Fixed LRO RestErrors parsing
38- Added JSON parsing error handling
39
40## 1.3.0 - 2019-01-07
41- Removed final GET on POST 202 long running operations
42
43## 1.2.4 - 2018-12-20
44- Updated checks in CI
45
46## 1.2.3 - 2018-12-20
47- Added checks to run before publishing
48
49## 1.2.2 - 2018-12-19
50- More test updates.
51
52## 1.2.1 - 2018-12-17
53- Enable test coverage in CI.
54
55## 1.2.0 - 2018-12-04
56- Update dependency `@azure/ms-rest-js`.
57
58## 1.1.2 - 2018-11-28
59- Fixed event-stream vulnerability
60
61## 1.1.1 - 2018-11-13
62
63- Improve debugging by adding rollup-plugin-sourcemaps
64
65## 1.1.0 - 2018/11/09
66
67- Renamed NPM package to @azure/ms-rest-azure-js and updated renamed dependencies
68
69## 1.0.0 - 2018/10/04
70
71- Moved to rollup for bundling
72- Moved browser bundle from ./msRestAzureBundle.js to ./dist/msRestAzure.js (same bundle for nodejs and browser)
73
74## 0.2.8 - 2017/04/02
75
76- Updated ms-rest-js to 0.2.8
77- Added CognitiveServicesCredentials
78
79## 0.2.1 - 2017/10/25
80
81- Updating the minimum version of dependency "ms-rest-js": "^0.2.3". This brings in the change (removal of "bodyAsStream" property) done to HttpOperationResponse class
82
83## 0.2.0 - 2017/10/11
84
85- Updating the minimum version of dependency "ms-rest-js": "^0.2.1". This also gets a strict dependency to "moment" version 2.18.1 as 2.19.0 has bugs.
86
87## 0.1.0 - 2017/09/16
88
89- Initial version of the isomorphic azure runtime along with type definitions that works in the browser as well as the node.js environment
90 - Supports polling for long running operations
91 - Provides definition of CloudError