Skip to content

Commit 1df8a1c

Browse files
committed
[core-http] undo PR #23660 to fix storage-blob
PR #23660 removes handled XML properties from parsed response body, which broke existing released storage-blob packages that rely on them.
1 parent 6684e1c commit 1df8a1c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/core/core-http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 2.3.1 (2022-11-09)
4+
5+
### Bugs Fixed
6+
7+
- Undo PR #23660 so that released listing blobs works again in storage-blob.
8+
39
## 2.3.0 (2022-11-03)
410

511
### Features Added

sdk/core/core-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-http",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
77
"tags": [
88
"isomorphic",

sdk/core/core-http/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Constants = {
77
/**
88
* The core-http version
99
*/
10-
coreHttpVersion: "2.3.0",
10+
coreHttpVersion: "2.3.1",
1111

1212
/**
1313
* Specifies HTTP.

0 commit comments

Comments
 (0)