File tree 6 files changed +20
-5
lines changed
azure-storage-file-datalake
azure/storage/filedatalake
6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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
+
3
12
## 12.8.0b1 (2021-02-10)
4
13
** New Features**
5
14
- Added ` ContainerClient.exists() ` method
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.8.0b1 "
7
+ VERSION = "12.8.0 "
Original file line number Diff line number Diff line change 71
71
72
72
url = 'https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob' ,
73
73
classifiers = [
74
- "Development Status :: 4 - Beta " ,
74
+ "Development Status :: 5 - Stable " ,
75
75
'Programming Language :: Python' ,
76
76
'Programming Language :: Python :: 2' ,
77
77
'Programming Language :: Python :: 2.7' ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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() `
4
7
8
+ ** Fixes**
9
+ - Fixed ` DatalakeServiceClient ` context manager/session closure issue (#15358 )
10
+ - ` PurePosixPath ` is now handled correctly if passed as a path (#16159 )
5
11
6
12
## 12.3.0b1 (2021-02-10)
7
13
** New Features**
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.3.0b2 "
7
+ VERSION = "12.3.0 "
Original file line number Diff line number Diff line change 72
72
73
73
url = 'https://github.com/Azure/azure-sdk-for-python' ,
74
74
classifiers = [
75
- "Development Status :: 4 - Beta " ,
75
+ "Development Status :: 5 - Stable " ,
76
76
'Programming Language :: Python' ,
77
77
'Programming Language :: Python :: 2' ,
78
78
'Programming Language :: Python :: 2.7' ,
You can’t perform that action at this time.
0 commit comments