Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azurite

Package Overview
Dependencies
Maintainers
5
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azurite - npm Package Versions

1
16

3.16.0

Diff

Changelog

Source

2022.02 Version 3.16.0

General:

  • Bump up service API version to 2021-04-10
  • Ensure the storage location exists, and allow relative paths in the VSCode extension settings that are resolved based on the workspace folder.
  • Update Azure CI to use latest image of windows due to deprecation of vs2017-win2016 image

Blob:

  • Fixed issue that startCopyFromURL and copyFromURL API not respect --disableProductStyleUrl parameter in parse source URI.

Queue:

  • Fixed issue that queue list result is not in alphabetical order.
  • Fixed class name of QueueSASAuthenticator mistakenly named BlobSASAuthenticator.

Table:

  • Fixed issues with deleting entities using empty string for RowKey.
  • Fixed HTTP 500 causes by continuation token containing non-ASCII. Values are now encoded with base64.
  • Fixed a table sas test case failure.
  • Added support for batch transaction rollback on error in batch.
  • Fixes issues with Whitespacing in Table Queries
  • Fixes issue with Edm Type Validation
  • Fixes issue when trying to add entity with Boolean or Int32
  • Failed table transaction correctly returns 409 Status code
  • Refactors tests for Table APIs
  • Adds several tests for Table APIs
  • Fixes issues for upsert and merge with etag matching
  • Allow any valid weak etag even though we know it will fail with a 412
  • Added check for table query validity
weiwei0430
published 3.15.0 •

Changelog

Source

2021.12 Version 3.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.
weiwei0430
published 3.14.3 •

Changelog

Source

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 authentication on Table service.
  • Removed extra CRLF from batch transaction response which caused issues for Microsoft.Azure.Cosmos.Table NuGet package.

Table:

  • Fixed issue with incorrect results returned when using boolean values in query.
  • Fixed issue with incorrect results returned with whitespacing and parens with int64 values in query.
weiwei0430
published 3.14.2 •

Changelog

Source

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.
weiwei0430
published 3.14.0 •

Changelog

Source

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.
weiwei0430
published 3.13.1 •

Changelog

Source

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.
weiwei0430
published 3.13.0 •

Changelog

Source

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.
  • Improved handling of empty strings and strings with multiple spaces for query filters.
xiaonli
published 3.12.0 •

Changelog

Source

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 nonexistent 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.
weiwei0430
published 3.11.0 •

Changelog

Source

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.
  • BlockBlob_StageBlock now checks for Content-MD5 integrity, and will fail if this check does not pass.
weiwei0430
published 3.10.0 •

Changelog

Source

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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc