Skip to content

Commit

Permalink
[Storage] CSE V2.1 Decryption Patch Release Changelog (#37572)
Browse files Browse the repository at this point in the history
* Changelog for patch

* Version

* pypi classifier

* is it this dependency..
  • Loading branch information
vincenttran-msft authored Sep 25, 2024
1 parent da4820a commit d16564e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Release History

## 12.24.0b1 (Unreleased)
## 12.23.1 (2024-09-25)

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

## 12.23.0 (2024-09-17)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.24.0b1"
VERSION = "12.23.1"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
keywords="azure, azure sdk",
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
python_requires=">=3.8",
install_requires=[
"azure-core>=1.30.0",
"azure-storage-blob>=12.24.0b1",
"azure-storage-blob>=12.23.1",
"typing-extensions>=4.6.0",
"isodate>=0.6.1"
],
Expand Down

0 comments on commit d16564e

Please sign in to comment.