Skip to content

Commit

Permalink
[Storage] [STG 96] Beta Release Notes (#37803)
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongw23-msft authored Oct 9, 2024
1 parent 3a2303a commit a6aa7a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Release History

## 12.24.0b1 (Unreleased)
## 12.24.0b1 (2024-10-09)

### Features Added
- Added support for service version 2025-01-05.
- Added support for passing metadata to `upload_blob_from_url` via the new `metadata` keyword.

- Added support for `set_immutability_policy`, `delete_immutability_policy` and `set_legal_hold` for Blob Snapshots and Versions.

## 12.23.1 (2024-09-25)

Expand Down
4 changes: 3 additions & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Release History

## 12.18.0b1 (Unreleased)
## 12.18.0b1 (2024-10-08)

### Features Added
- Added support for service version 2025-01-05.
- Added support for `get_paths()` on `DataLakeDirectoryClient`.

## 12.17.0 (2024-09-17)

Expand Down
10 changes: 9 additions & 1 deletion sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Release History

## 12.20.0b1 (Unreleased)
## 12.20.0b1 (2024-10-09)

### Features Added
- Added support for service version 2025-01-05.
- Added support to specify `Premium` enum value in `access_tier` for `create_share` and `set_share_properties` APIs.
- Added `file_permission_format` to specify permission format for File's `copy_file` API.
- Added support for provisioned V2 billing model, including `provisioned_iops` and `provisioned_bandwidth_mibps` for
`ShareClient` and `ShareServiceClient`'s `create_share` APIs; `provisioned_max_iops` and `provisioned_max_bandwidth_mibps`
for `ShareClient`'s `set_share_properties` API; and retrieve `included_burst_iop`, `max_burst_credits_for_iops`,
`next_provisioned_iops_downgrade` and `next_provisioned_bandwidth_downgrade` through `get_share_properties` API.
`ShareServiceClient`'s `list_shares` API returns the new properties through `get_share_properties` for each share.

## 12.19.0 (2024-10-08)

Expand Down

0 comments on commit a6aa7a3

Please sign in to comment.