Skip to content

Azurite v3.9.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 13 Oct 08:31
8c61bf4

2020.10 Version 3.9.0

  • Bump up Azure Storage service API version to 2020-02-10.
  • Update Azurite and Azurite tests to reference Azure Storage SDK v12.
  • Add handling of SIGTERM to gracefully stop the docker container.

Blob:

  • Add support for async copy blobs across storage accounts within the same Azurite instance.
  • Add support for async copy blobs on sql metadata store.
  • Add support for blob syncCopyFromURL within same Azurite instance on loki metadata store.
  • Allow mixed case characters for blob metadata prefix.
  • Fix SqlBlobMetadataStore.getBlockList, to make it fail for non-existent blobs.