Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

[Question] Does azurite has plans on staying up to the latest public API version? #1397

Open JasonYeMSFT opened 2 years ago

JasonYeMSFT commented 2 years ago

Our application (Storage Explorer) supports both public Azure and emulator service. Whenever the storage SDK updates its default API version, there is short period of time where our requests with the new API version results in invalid header errors from Azurite. Is there a policy about when Azurite will catch up with new API versions?

blueww commented 2 years ago

@JasonYeMSFT You can add parameter "--skipApiVersionCheck" when start Azurite, to skip the API version check for request send to Azurite.

Not sure how fast will Storage Explorer be upgraded to new SDK with new API version after they are released?