General:
- Bump up service API version to 2025-05-05
- Changed the responds status code of not implemented API from 500 to 501.
- Added support for docker image based on Windows Base Image.
- Added telemetry data collection to help improve the product. By default telemetry data will be collected. Add
--disableTelemetry
options disable telemetry data collection of this Azurite execution. - Updated Node and Alpine versions to account for EOL and CVE concerns.
Blob:
- GetBlob on Archive tier blobs now fails as expected.
- Fixed issue of download 0 size blob with range > 0 should have header "Content-Range: bytes */0" in returned error. (issue #2458)
- Aligned behavior with Azure to ignore invalid range requests for blob downloads. (issue #2458)
- Consider both Content-MD5 and x-ms-blob-content-md5 when creating a blob.
Table:
- Fixed "Unexpected EOF" error when batch InsertReplace entities with Go SDK (issue #2519)