Skip to content

Commit 87ec5bf

Browse files
STG76 GA Changelog (#16975)
* STG76 GA Changelog * updated cahngelog * updated changelog once more
1 parent 36f2003 commit 87ec5bf

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

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

3+
## 12.8.0 (2021-03-01)
4+
**Stable release of preview features**
5+
- Added `ContainerClient.exists()` method
6+
- Added container SAS support for blob batch operations
7+
8+
**Fixes**
9+
- Fixed `delete_blob()` method signature (#15891)
10+
- Fixed Content-MD5 throwing when passed (#15919)
11+
312
## 12.8.0b1 (2021-02-10)
413
**New Features**
514
- Added `ContainerClient.exists()` method

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.8.0b1"
7+
VERSION = "12.8.0"

sdk/storage/azure-storage-blob/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
author_email='[email protected]',
7272
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob',
7373
classifiers=[
74-
"Development Status :: 4 - Beta",
74+
"Development Status :: 5 - Stable",
7575
'Programming Language :: Python',
7676
'Programming Language :: Python :: 2',
7777
'Programming Language :: Python :: 2.7',

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Release History
22

3-
## 12.3.0b2 (Unreleased)
3+
## 12.3.0 (2021-03-01)
4+
**Stable release of preview features**
5+
- Added support for `DatalakeServiceClient.undelete_filesystem()`
6+
- Added support for `DirectoryClient.exists()`, `FileClient.exists()` and `FileSystemClient.exists()`
47

8+
**Fixes**
9+
- Fixed `DatalakeServiceClient` context manager/session closure issue (#15358)
10+
- `PurePosixPath` is now handled correctly if passed as a path (#16159)
511

612
## 12.3.0b1 (2021-02-10)
713
**New Features**

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.3.0b2"
7+
VERSION = "12.3.0"

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
author_email='[email protected]',
7373
url='https://github.com/Azure/azure-sdk-for-python',
7474
classifiers=[
75-
"Development Status :: 4 - Beta",
75+
"Development Status :: 5 - Stable",
7676
'Programming Language :: Python',
7777
'Programming Language :: Python :: 2',
7878
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)