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.22.0 |2021-12-02 | 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.23.0 |2022-11-02 | 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)|
Azurite V3 currently only supports Azure Storage blob service. Queue service is supported after V3.2.0-preview.
910
910
Table service support is currently under discussion.
911
911
912
-
Azurite V3 supports features from Azure Storage API version 2021-12-02, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2.
912
+
Azurite V3 supports features from Azure Storage API version 2022-11-02, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2.
913
913
914
914
## TypeScript Server Code Generator
915
915
@@ -920,7 +920,7 @@ All the generated code is kept in `generated` folder, including the generated mi
920
920
921
921
## Support Matrix
922
922
923
-
Latest release targets **2021-12-02** API version **blob** service.
923
+
Latest release targets **2022-11-02** API version **blob** service.
924
924
925
925
Detailed support matrix:
926
926
@@ -979,7 +979,7 @@ Detailed support matrix:
979
979
- Get Page Ranges Continuation Token
980
980
- Cold Tier
981
981
982
-
Latest version supports for **2021-12-02** API version **queue** service.
982
+
Latest version supports for **2022-11-02** API version **queue** service.
983
983
Detailed support matrix:
984
984
985
985
- Supported Vertical Features
@@ -1008,7 +1008,7 @@ Detailed support matrix:
1008
1008
- Following features or REST APIs are NOT supported or limited supported in this release (will support more features per customers feedback in future releases)
1009
1009
- SharedKey Lite
1010
1010
1011
-
Latest version supports for **2021-12-02** API version **table** service (preview).
1011
+
Latest version supports for **2022-11-02** API version **table** service (preview).
0 commit comments