From 70cfc9083b281b8f8ceff01af957c5c8388f6dce Mon Sep 17 00:00:00 2001 From: Andrew Stegmaier Date: Thu, 6 Jul 2023 15:20:13 -0400 Subject: [PATCH] Minor version bump and release notes. --- Changelog.md | 4 ++++ lib/util/constants.ts | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3bbdeeb..8a5c61d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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`. diff --git a/lib/util/constants.ts b/lib/util/constants.ts index 26bbde9..2cceec2 100644 --- a/lib/util/constants.ts +++ b/lib/util/constants.ts @@ -7,7 +7,7 @@ export const Constants = { * @const * @type {string} */ - msRestVersion: "2.6.6", + msRestVersion: "2.7.0", /** * Specifies HTTP. diff --git a/package.json b/package.json index 4235aa2..b08feed 100644 --- a/package.json +++ b/package.json @@ -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",