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
Azurite V3 currently only supports Azure Storage blob service. Queue service is supported after V3.2.0-preview.
759
759
Table service support is currently under discussion.
760
760
761
-
Azurite V3 supports features from Azure Storage API version 2020-04-08, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2.
761
+
Azurite V3 supports features from Azure Storage API version 2020-06-12, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2.
762
762
763
763
## TypeScript Server Code Generator
764
764
@@ -769,7 +769,7 @@ All the generated code is kept in `generated` folder, including the generated mi
769
769
770
770
## Support Matrix
771
771
772
-
Latest release targets **2020-04-08** API version **blob** service.
772
+
Latest release targets **2020-06-12** API version **blob** service.
773
773
Detailed support matrix:
774
774
775
775
- Supported Vertical Features
@@ -823,7 +823,7 @@ Detailed support matrix:
823
823
- Object Replication Service
824
824
- Put Blob From URL
825
825
826
-
Latest version supports for **2020-04-08** API version **queue** service.
826
+
Latest version supports for **2020-06-12** API version **queue** service.
0 commit comments