Closed bluenote10 closed 1 month ago
Sorry I have missed that there is a 3.32.0 release supporting API 2024-11-04, my bad!
EDIT: I only looked here in the releases https://github.com/Azure/Azurite/releases which does list 3.32.0 yet, and concluded 3.31.0 is still the latest...
Which service(blob, file, queue, table) does this issue concern?
All.
Which version of the Azurite was used?
3.31.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What's the Node.js version?
None.
What problem was encountered?
The latest versions of the Azure Blob Storage SDKs have bumped their API version to 2024-11-04.
For instance in Python the package release
azure-storage-blob==12.23.0
.These latest releases are currently don't work together with the latest Azure release, erroring with:
Are there plans to release a new Azurite version that supports the new API version?
Steps to reproduce the issue?
Use latest SDK version with latest Azure version.
Have you found a mitigation/solution?
No, perhaps manual API version control on client side, but that's tedious and in general we would like to use the latest API version against productive services.