You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 3.28.0 |2023-11-03| 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.29.0 |2024-02-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)|
- Queue storage features align with Azure Storage API version 2023-11-03 (Refer to support matrix section below)
87
+
- Queue storage features align with Azure Storage API version 2024-02-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/Updata/Deleta/Clear Messages
93
-
- Table storage features align with Azure Storage API version 2023-11-03 (Refer to support matrix section below)
93
+
- Table storage features align with Azure Storage API version 2024-02-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 **2023-11-03** API version **blob** service.
974
+
Latest release targets **2024-02-04** API version **blob** service.
975
975
976
976
Detailed support matrix:
977
977
@@ -1014,6 +1014,7 @@ Detailed support matrix:
1014
1014
1015
1015
- SharedKey Lite
1016
1016
- Static Website
1017
+
- Soft delete & Undelete Container
1017
1018
- Soft delete & Undelete Blob
1018
1019
- Incremental Copy Blob
1019
1020
- Blob Tags
@@ -1029,7 +1030,7 @@ Detailed support matrix:
1029
1030
- Encryption Scope
1030
1031
- Get Page Ranges Continuation Token
1031
1032
1032
-
Latest version supports for **2023-11-03** API version **queue** service.
1033
+
Latest version supports for **2024-02-04** API version **queue** service.
1033
1034
Detailed support matrix:
1034
1035
1035
1036
- Supported Vertical Features
@@ -1058,7 +1059,7 @@ Detailed support matrix:
1058
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)
1059
1060
- SharedKey Lite
1060
1061
1061
-
Latest version supports for **2023-11-03** API version **table** service (preview).
1062
+
Latest version supports for **2024-02-04** API version **table** service (preview).
0 commit comments