Minor version bump and release notes.

This commit is contained in:
Andrew Stegmaier 2023-07-06 15:20:13 -04:00
Родитель 2dcf244dab
Коммит 70cfc9083b
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Changelog # 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) ## 2.6.6 - (2023-04-10)
- Update dependency `xml2js` version to `^0.5.0`. - Update dependency `xml2js` version to `^0.5.0`.

Просмотреть файл

@ -7,7 +7,7 @@ export const Constants = {
* @const * @const
* @type {string} * @type {string}
*/ */
msRestVersion: "2.6.6", msRestVersion: "2.7.0",
/** /**
* Specifies HTTP. * Specifies HTTP.

Просмотреть файл

@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com", "email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js" "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", "description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [ "tags": [
"isomorphic", "isomorphic",