зеркало из https://github.com/Azure/ms-rest-js.git
Minor version bump and release notes.
This commit is contained in:
Родитель
2dcf244dab
Коммит
70cfc9083b
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 2.7.0 - (2023-07-06)
|
||||
|
||||
- Remove cookie support from nodeFetchHttpClient to address [a security issue](https://nvd.nist.gov/vuln/detail/CVE-2023-26136) with the `tough-cookie` package.
|
||||
|
||||
## 2.6.6 - (2023-04-10)
|
||||
|
||||
- Update dependency `xml2js` version to `^0.5.0`.
|
||||
|
|
|
@ -7,7 +7,7 @@ export const Constants = {
|
|||
* @const
|
||||
* @type {string}
|
||||
*/
|
||||
msRestVersion: "2.6.6",
|
||||
msRestVersion: "2.7.0",
|
||||
|
||||
/**
|
||||
* Specifies HTTP.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"email": "azsdkteam@microsoft.com",
|
||||
"url": "https://github.com/Azure/ms-rest-js"
|
||||
},
|
||||
"version": "2.6.6",
|
||||
"version": "2.7.0",
|
||||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
||||
"tags": [
|
||||
"isomorphic",
|
||||
|
|
Загрузка…
Ссылка в новой задаче