We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6684e1c commit 1df8a1cCopy full SHA for 1df8a1c
3 files changed
sdk/core/core-http/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release History
2
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
9
## 2.3.0 (2022-11-03)
10
11
### Features Added
sdk/core/core-http/package.json
@@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
sdk/core/core-http/src/util/constants.ts
@@ -7,7 +7,7 @@ export const Constants = {
/**
* The core-http version
*/
- coreHttpVersion: "2.3.0",
+ coreHttpVersion: "2.3.1",
12
13
* Specifies HTTP.
0 commit comments