Skip to content

Commit d16564e

Browse files
[Storage] CSE V2.1 Decryption Patch Release Changelog (#37572)
* Changelog for patch * Version * pypi classifier * is it this dependency..
1 parent da4820a commit d16564e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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

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

3-
## 12.24.0b1 (Unreleased)
3+
## 12.23.1 (2024-09-25)
44

55
### Features Added
6+
- Added support for decryption of Blobs encrypted using client-side encryption version 2.1.
67

78
## 12.23.0 (2024-09-17)
89

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.24.0b1"
7+
VERSION = "12.23.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
5757
keywords="azure, azure sdk",
5858
classifiers=[
59-
'Development Status :: 4 - Beta',
59+
'Development Status :: 5 - Production/Stable',
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3 :: Only',
6262
'Programming Language :: Python :: 3',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
python_requires=">=3.8",
7979
install_requires=[
8080
"azure-core>=1.30.0",
81-
"azure-storage-blob>=12.24.0b1",
81+
"azure-storage-blob>=12.23.1",
8282
"typing-extensions>=4.6.0",
8383
"isodate>=0.6.1"
8484
],

0 commit comments

Comments
 (0)