Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 106 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions sdk/storage/storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Release History

## 12.30.0 (Unreleased)
## 12.30.0-beta.1 (2025-11-24)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for service version 2026-02-06.
- Added support for the StartFrom parameter on BlobContainerClient.listBlobs() and .listBlobsByHierarchy().
- Added support for Principal-Bound Identity User Delegation SAS
- Added support for conditional headers on BlobBaseClient.getTags(), and .getTags().

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/storage/storage-blob",
"Tag": "js/storage/storage-blob_fdc761ebec"
"Tag": "js/storage/storage-blob_d62f66a7ec"
}
5 changes: 3 additions & 2 deletions sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.30.0",
"version": "12.30.0-beta.1",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -28,6 +28,7 @@
"test": "npm run test:node && npm run test:browser",
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
"test:node:esm": "dev-tool run test:vitest --esm",
"update-snippets": "dev-tool run update-snippets"
},
"files": [
Expand Down Expand Up @@ -103,7 +104,7 @@
"@azure/core-util": "^1.11.0",
"@azure/core-xml": "^1.4.5",
"@azure/logger": "^1.1.4",
"@azure/storage-common": "^12.1.1",
"@azure/storage-common": "^12.2.0-beta.1",
"events": "^3.0.0",
"tslib": "^2.8.1"
},
Expand Down
Loading