From 455f8b574f90eaf04b49e813b05b6df3fd972cc4 Mon Sep 17 00:00:00 2001 From: Emma Zhu Date: Fri, 28 Feb 2025 10:47:29 +0800 Subject: [PATCH] Bump API version and package version --- ChangeLog.md | 3 +++ README.md | 14 +++++++------- package-lock.json | 6 +++--- package.json | 4 ++-- src/blob/utils/constants.ts | 5 +++-- src/queue/utils/constants.ts | 5 +++-- src/table/utils/constants.ts | 5 +++-- 7 files changed, 24 insertions(+), 18 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index fef1439b1..9a8fdbb60 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,8 +4,11 @@ ## Upcoming Release +## 2025.02 Version 3.34.0 + General: +- Bump up service API version to 2025-05-05 - Changed the responds status code of not implemented API from 500 to 501. - Added support for docker image based on Windows Base Image. - Added telemetry data collection to help improve the product. By default telemetry data will be collected. Add `--disableTelemetry` options disable telemetry data collection of this Azurite execution. diff --git a/README.md b/README.md index 13ec69946..e6c7e318e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ | Version | Azure Storage API Version | Service Support | Description | Reference Links | | ------------------------------------------------------------------ | ------------------------- | ------------------------------ | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 3.33.0 | 2025-01-05 | Blob, Queue and Table(preview) | Azurite V3 based on TypeScript & New Architecture | [NPM](https://www.npmjs.com/package/azurite) - [Docker](https://hub.docker.com/_/microsoft-azure-storage-azurite) - [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite) | +| 3.34.0 | 2025-05-05 | Blob, Queue and Table(preview) | Azurite V3 based on TypeScript & New Architecture | [NPM](https://www.npmjs.com/package/azurite) - [Docker](https://hub.docker.com/_/microsoft-azure-storage-azurite) - [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite) | | [Legacy (v2)](https://github.com/Azure/Azurite/tree/legacy-master) | 2016-05-31 | Blob, Queue and Table | Legacy Azurite V2 | [NPM](https://www.npmjs.com/package/azurite) | - [Azurite V3](#azurite-v3) @@ -78,19 +78,19 @@ Compared to V2, Azurite V3 implements a new architecture leveraging code generat ## Features & Key Changes in Azurite V3 -- Blob storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) +- Blob storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) - SharedKey/Account SAS/Service SAS/Public Access Authentications/OAuth - Get/Set Blob Service Properties - Create/List/Delete Containers - Create/Read/List/Update/Delete Block Blobs - Create/Read/List/Update/Delete Page Blobs -- Queue storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) +- Queue storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) - SharedKey/Account SAS/Service SAS/OAuth - Get/Set Queue Service Properties - Preflight Request - Create/List/Delete Queues - Put/Get/Peek/Update/Delete/Clear Messages -- Table storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) +- Table storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) - SharedKey/Account SAS/Service SAS/OAuth - Create/List/Delete Tables - Insert/Update/Query/Delete Table Entities @@ -991,7 +991,7 @@ All the generated code is kept in `generated` folder, including the generated mi ## Support Matrix -Latest release targets **2025-01-05** API version **blob** service. +Latest release targets **2025-05-05** API version **blob** service. Detailed support matrix: @@ -1051,7 +1051,7 @@ Detailed support matrix: - Get Page Ranges Continuation Token - Blob Immutability Policy and Legal Hold -Latest version supports for **2025-01-05** API version **queue** service. +Latest version supports for **2025-05-05** API version **queue** service. Detailed support matrix: - Supported Vertical Features @@ -1080,7 +1080,7 @@ Detailed support matrix: - Following features or REST APIs are NOT supported or limited supported in this release (will support more features per customers feedback in future releases) - SharedKey Lite -Latest version supports for **2025-01-05** API version **table** service (preview). +Latest version supports for **2025-05-05** API version **table** service (preview). Detailed support matrix: - Supported Vertical Features diff --git a/package-lock.json b/package-lock.json index b9af4be47..9a90cfb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azurite", - "version": "3.33.0", + "version": "3.34.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azurite", - "version": "3.33.0", + "version": "3.34.0", "license": "MIT", "dependencies": { "@azure/ms-rest-js": "^1.5.0", @@ -18735,4 +18735,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index dd7b274d5..e8dae9db7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Azurite", "description": "An open source Azure Storage API compatible server", "icon": "icon.png", - "version": "3.33.0", + "version": "3.34.0", "publisher": "Azurite", "categories": [ "Other" @@ -350,4 +350,4 @@ "url": "https://github.com/azure/azurite/issues" }, "homepage": "https://github.com/azure/azurite#readme" -} +} \ No newline at end of file diff --git a/src/blob/utils/constants.ts b/src/blob/utils/constants.ts index e6ef5e4b2..31748c340 100644 --- a/src/blob/utils/constants.ts +++ b/src/blob/utils/constants.ts @@ -1,8 +1,8 @@ import { StoreDestinationArray } from "../../common/persistence/IExtentStore"; import * as Models from "../generated/artifacts/models"; -export const VERSION = "3.33.0"; -export const BLOB_API_VERSION = "2025-01-05"; +export const VERSION = "3.34.0"; +export const BLOB_API_VERSION = "2025-05-05"; export const DEFAULT_BLOB_SERVER_HOST_NAME = "127.0.0.1"; // Change to 0.0.0.0 when needs external access export const DEFAULT_LIST_BLOBS_MAX_RESULTS = 5000; export const DEFAULT_LIST_CONTAINERS_MAX_RESULTS = 5000; @@ -99,6 +99,7 @@ export const DEFAULT_BLOB_PERSISTENCE_ARRAY: StoreDestinationArray = [ ]; export const ValidAPIVersions = [ + "2025-05-05", "2025-01-05", "2024-11-04", "2024-08-04", diff --git a/src/queue/utils/constants.ts b/src/queue/utils/constants.ts index e8e6bbad3..d3cb7f551 100644 --- a/src/queue/utils/constants.ts +++ b/src/queue/utils/constants.ts @@ -1,7 +1,7 @@ import { StoreDestinationArray } from "../../common/persistence/IExtentStore"; -export const VERSION = "3.33.0"; -export const QUEUE_API_VERSION = "2025-01-05"; +export const VERSION = "3.34.0"; +export const QUEUE_API_VERSION = "2025-05-05"; export const DEFAULT_QUEUE_SERVER_HOST_NAME = "127.0.0.1"; // Change to 0.0.0.0 when needs external access export const DEFAULT_QUEUE_LISTENING_PORT = 10001; export const IS_PRODUCTION = process.env.NODE_ENV === "production"; @@ -91,6 +91,7 @@ export const DEFAULT_QUEUE_PERSISTENCE_ARRAY: StoreDestinationArray = [ ]; export const ValidAPIVersions = [ + "2025-05-05", "2025-01-05", "2024-11-04", "2024-08-04", diff --git a/src/table/utils/constants.ts b/src/table/utils/constants.ts index d2251cbdf..b04d2551b 100644 --- a/src/table/utils/constants.ts +++ b/src/table/utils/constants.ts @@ -18,8 +18,8 @@ export enum TABLE_STATUSCODE { } export const DEFAULT_TABLE_CONTEXT_PATH = "azurite_table_context"; -export const TABLE_API_VERSION = "2025-01-05"; -export const VERSION = "3.33.0"; +export const TABLE_API_VERSION = "2025-05-05"; +export const VERSION = "3.34.0"; // Max Body size is 4 MB export const BODY_SIZE_MAX = 1024 * 1024 * 4; // Max Entity size is 1 MB @@ -74,6 +74,7 @@ export const DEFAULT_TABLE_PERSISTENCE_ARRAY: StoreDestinationArray = [ export const QUERY_RESULT_MAX_NUM = 1000; export const ValidAPIVersions = [ + "2025-05-05", "2025-01-05", "2024-11-04", "2024-08-04",