|
8 | 8 |
|
9 | 9 | | Version | Azure Storage API Version | Service Support | Description | Reference Links | |
10 | 10 | | ------------------------------------------------------------------ | ------------------------- | ------------------------------ | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
11 | | -| 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) | |
| 11 | +| 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) | |
12 | 12 | | [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) | |
13 | 13 |
|
14 | 14 | - [Azurite V3](#azurite-v3) |
@@ -78,19 +78,19 @@ Compared to V2, Azurite V3 implements a new architecture leveraging code generat |
78 | 78 |
|
79 | 79 | ## Features & Key Changes in Azurite V3 |
80 | 80 |
|
81 | | -- Blob storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) |
| 81 | +- Blob storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) |
82 | 82 | - SharedKey/Account SAS/Service SAS/Public Access Authentications/OAuth |
83 | 83 | - Get/Set Blob Service Properties |
84 | 84 | - Create/List/Delete Containers |
85 | 85 | - Create/Read/List/Update/Delete Block Blobs |
86 | 86 | - Create/Read/List/Update/Delete Page Blobs |
87 | | -- Queue storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) |
| 87 | +- Queue storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) |
88 | 88 | - SharedKey/Account SAS/Service SAS/OAuth |
89 | 89 | - Get/Set Queue Service Properties |
90 | 90 | - Preflight Request |
91 | 91 | - Create/List/Delete Queues |
92 | 92 | - Put/Get/Peek/Update/Delete/Clear Messages |
93 | | -- Table storage features align with Azure Storage API version 2025-01-05 (Refer to support matrix section below) |
| 93 | +- Table storage features align with Azure Storage API version 2025-05-05 (Refer to support matrix section below) |
94 | 94 | - SharedKey/Account SAS/Service SAS/OAuth |
95 | 95 | - Create/List/Delete Tables |
96 | 96 | - Insert/Update/Query/Delete Table Entities |
@@ -991,7 +991,7 @@ All the generated code is kept in `generated` folder, including the generated mi |
991 | 991 |
|
992 | 992 | ## Support Matrix |
993 | 993 |
|
994 | | -Latest release targets **2025-01-05** API version **blob** service. |
| 994 | +Latest release targets **2025-05-05** API version **blob** service. |
995 | 995 |
|
996 | 996 | Detailed support matrix: |
997 | 997 |
|
@@ -1051,7 +1051,7 @@ Detailed support matrix: |
1051 | 1051 | - Get Page Ranges Continuation Token |
1052 | 1052 | - Blob Immutability Policy and Legal Hold |
1053 | 1053 |
|
1054 | | -Latest version supports for **2025-01-05** API version **queue** service. |
| 1054 | +Latest version supports for **2025-05-05** API version **queue** service. |
1055 | 1055 | Detailed support matrix: |
1056 | 1056 |
|
1057 | 1057 | - Supported Vertical Features |
@@ -1080,7 +1080,7 @@ Detailed support matrix: |
1080 | 1080 | - Following features or REST APIs are NOT supported or limited supported in this release (will support more features per customers feedback in future releases) |
1081 | 1081 | - SharedKey Lite |
1082 | 1082 |
|
1083 | | -Latest version supports for **2025-01-05** API version **table** service (preview). |
| 1083 | +Latest version supports for **2025-05-05** API version **table** service (preview). |
1084 | 1084 | Detailed support matrix: |
1085 | 1085 |
|
1086 | 1086 | - Supported Vertical Features |
|
0 commit comments