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.21.0 | 2021-10-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.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)|
Azurite V3 currently only supports Azure Storage blob service. Queue service is supported after V3.2.0-preview.
905
907
Table service support is currently under discussion.
906
908
907
-
Azurite V3 supports features from Azure Storage API version 2021-10-04, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2.
909
+
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.
908
910
909
911
## TypeScript Server Code Generator
910
912
@@ -915,7 +917,7 @@ All the generated code is kept in `generated` folder, including the generated mi
915
917
916
918
## Support Matrix
917
919
918
-
Latest release targets **2021-10-04** API version **blob** service.
920
+
Latest release targets **2021-12-02** API version **blob** service.
919
921
920
922
Detailed support matrix:
921
923
@@ -972,8 +974,9 @@ Detailed support matrix:
972
974
- Sync copy blob by access source with oauth
973
975
- Encryption Scope
974
976
- Get Page Ranges Continuation Token
977
+
- Cold Tier
975
978
976
-
Latest version supports for **2021-10-04** API version **queue** service.
979
+
Latest version supports for **2021-12-02** API version **queue** service.
977
980
Detailed support matrix:
978
981
979
982
- Supported Vertical Features
@@ -1002,7 +1005,7 @@ Detailed support matrix:
1002
1005
- Following features or REST APIs are NOT supported or limited supported in this release (will support more features per customers feedback in future releases)
1003
1006
- SharedKey Lite
1004
1007
1005
-
Latest version supports for **2021-10-04** API version **table** service (preview).
1008
+
Latest version supports for **2021-12-02** API version **table** service (preview).
0 commit comments