We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffd3a9 commit 1e807d6Copy full SHA for 1e807d6
sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Release History
2
3
-## 12.2.1 (2020-03-10)
+## 12.3.0 (2020-03-10)
4
+
5
+**New features**
6
7
+- `stage_block` now propagates the response from the service.
8
9
**Fixes**
10
- Fixed a bug where a new transport is being passed in the `get_blob_client` method instead
sdk/storage/azure-storage-blob/azure/storage/blob/_version.py
@@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------
-VERSION = "12.2.1"
+VERSION = "12.3.0"
0 commit comments