Skip to content

Commit

Permalink
[Storage]Bump SDK versions for STG95 GA (Azure#31171)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaZhu committed Sep 23, 2024
1 parent b7b20ed commit eb31ab6
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 34 deletions.
7 changes: 2 additions & 5 deletions sdk/storage/storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 12.25.0-beta.2 (Unreleased)
## 12.25.0 (2024-09-22)

### Features Added

- Includes all features released in 12.25.0-beta.1.
- Added support for customer provided key in BlockBlobClient.uploadStream().

### Breaking Changes

### Bugs Fixed

### Other Changes

- Upgraded dependency on `@azure/core-xml` to version `1.4.3`.
Expand Down
2 changes: 1 addition & 1 deletion 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.25.0-beta.2",
"version": "12.25.0",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
"main": "./dist/index.js",
"module": "./dist-esm/storage-blob/src/index.js",
Expand Down

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

2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.25.0-beta.2";
export const SDK_VERSION: string = "12.25.0";
export const SERVICE_VERSION: string = "2024-11-04";

export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES: number = 256 * 1024 * 1024; // 256MB
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add-credentials: false
core-http-compat-mode: true
use-extension:
"@autorest/typescript": "latest"
package-version: 12.25.0-beta.2
package-version: 12.25.0
```
## Customizations for Track 2 Generator
Expand Down
6 changes: 2 additions & 4 deletions sdk/storage/storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Release History

## 12.24.0-beta.2 (Unreleased)
## 12.24.0 (2024-09-22)

### Features Added

### Breaking Changes

### Bugs Fixed
- Includes all features released in 12.24.0-beta.1.

### Other Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/storage-file-datalake",
"version": "12.24.0-beta.2",
"version": "12.24.0",
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
"sdk-type": "client",
"main": "./dist/index.js",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@azure/core-xml": "^1.4.3",
"@azure/core-util": "^1.1.1",
"@azure/logger": "^1.0.0",
"@azure/storage-blob": "^12.25.0-beta.1",
"@azure/storage-blob": "^12.25.0",
"events": "^3.0.0",
"tslib": "^2.2.0"
},
Expand Down

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

2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.24.0-beta.2";
export const SDK_VERSION: string = "12.24.0";
export const SERVICE_VERSION: string = "2024-11-04";

export const KB: number = 1024;
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ core-http-compat-mode: true
add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0"
package-version: 12.24.0-beta.2
package-version: 12.24.0
```
## Customizations for Track 2 Generator
Expand Down
6 changes: 2 additions & 4 deletions sdk/storage/storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Release History

## 12.25.0-beta.2 (Unreleased)
## 12.25.0 (2024-09-22)

### Features Added

### Breaking Changes

### Bugs Fixed
- Includes all features released in 12.25.0-beta.1.

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-file-share",
"sdk-type": "client",
"version": "12.25.0-beta.2",
"version": "12.25.0",
"description": "Microsoft Azure Storage SDK for JavaScript - File",
"main": "./dist/index.js",
"module": "./dist-esm/storage-file-share/src/index.js",
Expand Down

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

2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.25.0-beta.2";
export const SDK_VERSION: string = "12.25.0";
export const SERVICE_VERSION: string = "2024-11-04";

export const FILE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add-credentials: false
core-http-compat-mode: true
use-extension:
"@autorest/typescript": "6.0.2"
package-version: 12.25.0-beta.2
package-version: 12.25.0
```
## Customizations for Track 2 Generator
Expand Down
6 changes: 2 additions & 4 deletions sdk/storage/storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Release History

## 12.24.0-beta.2 (Unreleased)
## 12.24.0 (2024-09-22)

### Features Added

### Breaking Changes

### Bugs Fixed
- Includes all features released in 12.24.0-beta.1.

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-queue",
"sdk-type": "client",
"version": "12.24.0-beta.2",
"version": "12.24.0",
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
"main": "./dist/index.js",
"module": "./dist-esm/storage-queue/src/index.js",
Expand Down

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

2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.24.0-beta.2";
export const SDK_VERSION: string = "12.24.0";
export const SERVICE_VERSION: string = "2024-11-04";

/**
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add-credentials: false
core-http-compat-mode: true
use-extension:
"@autorest/typescript": "6.0.3"
package-version: 12.24.0-beta.2
package-version: 12.24.0
```
## Customizations for Track 2 Generator
Expand Down

0 comments on commit eb31ab6

Please sign in to comment.