Releases: Azure/Azurite
Releases · Azure/Azurite
Azurite v3.15.0
General:
- Bump up service API version to 2021-02-12
- Fixed access to secondary location with IP style Uri from JS/.net SDK failure.
- Fixed an issue in Visual Studio Code extension, by changing the Location with relative path, from base on Visual Studio Code installation path, to base on the current opened workspace folder.
Blob:
- Fixed start copy blob fail with
x-ms-access-tier
header and from Archive blob in same account.
Azurite v3.14.3
2021.10 Version 3.14.3
General:
- Added new parameter
--disableProductStyleUrl
, to force parsing storage account from request Uri path, instead of from request Uri host. - Restored ability to connect to host.docker.internal.
Blob:
- Fixed list blob API "include" query parameter not work when not lower case, by make it case insensitive.
- Supported list container/blob with "include" query parameter as empty string.
- Added more allowed value to list blob request "include" query parameter:'tags', 'versions', 'deletedwithversions', 'immutabilitypolicy', 'legalhold', 'permissions'.
- Added more allowed value to list container request "include" query parameter: 'deleted'.
- Raised 416 when start range is bigger than blob length.
- Fixed issue that duplicated decode rscd, rsce, rscl and rsct of SAS token in input request Uri.
Queue:
- Fixed issue that expired message still can be get, peek, update, delete.
Table:
- Supported basic level of OAuth autentication on Table service.
- Removed extra CRLF from batch transaction response which caused issues for Microsoft.Azure.Cosmos.Table NuGet package.
Azurite v3.14.2
2021.9 Version 3.14.2
Blob:
- Supported rscc, rscd, rsce, rscl, rsct query parameters in SAS tokens.
- Fixed Blob_Download API by adding header
x-ms-creation-time
in responds.
Table:
- Added getServiceProperties response.
- Added setServiceProperties response.
- Fixed paged queries across partitions.
Azurite v3.14.0
2021.7 Version 3.14.0
General:
- Bump up service API version to 2020-10-02
- Added an example for run Azurite with https in docker in Readme
Blob:
- Fixed SAS-token validation for requests with Content-Encoding/Content-Language headers.
- Return
x-ms-copy-status
header from syncCopyFromURL. - Fixed continuation token not work correctly when blob names are only number
Table:
- Added test for URI path parser and updated regex to allow for non standard dev store account names.
- Corrected serialization of errors during Entity Group Transactions.
- Corrected entity tests using invalid eTag formats.
- Added support for PATCH Verb in Table Batch Operations / Entity Group Transactions.
- Added /@element to the odata.metadata response.
- Allowed use of empty string for partitionKey and rowKey on InsertEntity.
Azurite v3.13.1
2021.6 Version 3.13.1
Blob:
- Fixed list containers, get service properties or account properties API failure, when request Uri has a suffix '/' after account name.
- Fixed get system container failure.
Azurite v3.13.0
2021.6 Version 3.13.0
General:
- Bump up Azure Storage service API version to 2020-08-04.
- Updated typescript to 4.2.4.
Blob:
- Added check for invalid container name.
Table:
- Added check for invalid etag format.
- Added tests for invalid etag format.
- Corrected code to support typescript 4.2.4 update.
- Supported Table Service in Visual Studio Code extension.
- Fix an issue that query for Long Int fail in Metadata layer.
- Fix an issue of axios dependency.
- Added check for invalid table name.
Azurite v3.12.0
2021.4 Version 3.12.0
Table:
- Preview of Table Service in npm package and docker image. (Visual Studio Code extension doesn't support Table Service in this release)
- Allow empty RowKey in an entity.
- Fix etag format to be aligned with Azure server.
- Fix delete none exist table error code and error message, to be aligned with Azure server.
- Convert entity properties with type "Edm.DateTime" to UTC time, to be aligned with Azure server.
- Support Batch API.
- Allow complex RowKey and PartitionKey in batch API.
- Add support for replaying requests logged in debug logging.
Azurite v3.11.0
2021.2 Version 3.11.0
- Bump up Azure Storage service API version to 2020-06-12.
Blob:
- Fix an issue that result of blobs enumeration cannot be parsed by Azure SDK for Go.
- Fix an issue that set tier to leased blob not work properly.
- Skip Content-Length check for Append Block if the
--loose
flag is set.
Azurite v3.10.0
2020.12 Version 3.10.0
- Bump up Azure Storage service API version to 2020-04-08.
- Add missing Azure Storage service API version 2019-10-10.
Blob:
- Fix an issue that Blob Lease properties are lost when overwrite an existing blob.
- Fix an issue that snapshot time is omitted in get block list.
- Fix an issue that no error throw when clear pages, get page ranges and upload pages with invalid page range.
Azurite v3.9.0-table-alpha.1
2020.11 Version 3.9.0-table-alpha.1
Table:
- First alpha version of Azurite V3 Table.