|
9 | 9 |
|
10 | 10 | | Version | Azure Storage API Version | Service Support | Description | Reference Links | |
11 | 11 | | ------------------------------------------------------------------ | ------------------------- | ------------------------------ | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
12 | | -| 3.30.0 | 2024-05-04 | 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 | +| 3.31.0 | 2024-08-04 | 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) | |
13 | 13 | | [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) | |
14 | 14 |
|
15 | 15 | - [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 2024-05-04 (Refer to support matrix section below) |
| 81 | +- Blob storage features align with Azure Storage API version 2024-08-04 (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 2024-05-04 (Refer to support matrix section below) |
| 87 | +- Queue storage features align with Azure Storage API version 2024-08-04 (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 2024-05-04 (Refer to support matrix section below) |
| 93 | +- Table storage features align with Azure Storage API version 2024-08-04 (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 |
@@ -971,7 +971,7 @@ All the generated code is kept in `generated` folder, including the generated mi |
971 | 971 |
|
972 | 972 | ## Support Matrix |
973 | 973 |
|
974 | | -Latest release targets **2024-05-04** API version **blob** service. |
| 974 | +Latest release targets **2024-08-04** API version **blob** service. |
975 | 975 |
|
976 | 976 | Detailed support matrix: |
977 | 977 |
|
@@ -1030,7 +1030,7 @@ Detailed support matrix: |
1030 | 1030 | - Encryption Scope |
1031 | 1031 | - Get Page Ranges Continuation Token |
1032 | 1032 |
|
1033 | | -Latest version supports for **2024-05-04** API version **queue** service. |
| 1033 | +Latest version supports for **2024-08-04** API version **queue** service. |
1034 | 1034 | Detailed support matrix: |
1035 | 1035 |
|
1036 | 1036 | - Supported Vertical Features |
@@ -1059,7 +1059,7 @@ Detailed support matrix: |
1059 | 1059 | - Following features or REST APIs are NOT supported or limited supported in this release (will support more features per customers feedback in future releases) |
1060 | 1060 | - SharedKey Lite |
1061 | 1061 |
|
1062 | | -Latest version supports for **2024-05-04** API version **table** service (preview). |
| 1062 | +Latest version supports for **2024-08-04** API version **table** service (preview). |
1063 | 1063 | Detailed support matrix: |
1064 | 1064 |
|
1065 | 1065 | - Supported Vertical Features |
|
0 commit comments