Comparing version 2.6.4 to 2.6.5
@@ -600,2 +600,4 @@ 'use strict'; | ||
request.entityType = sourceProxy.original.entityType; | ||
const coll = this.db.getCollection(request.containerName), | ||
@@ -602,0 +604,0 @@ blobProxyDestination = this._createOrUpdateBlob(coll, request), |
@@ -96,3 +96,3 @@ 'use strict'; | ||
this.httpProps[N.LEASE_ID] = httpHeaders['x-ms-lease-id']; | ||
this.httpProps[N.LEASE_ACTION] = httpHeaders['x-ms-lease-action']; | ||
this.httpProps[N.LEASE_ACTION] = httpHeaders['x-ms-lease-action'] ? httpHeaders['x-ms-lease-action'].toLowerCase() : undefined; | ||
this.httpProps[N.LEASE_DURATION] = httpHeaders['x-ms-lease-duration']; | ||
@@ -99,0 +99,0 @@ this.httpProps[N.LEASE_BREAK_PERIOD] = httpHeaders['x-ms-lease-break-period']; |
{ | ||
"name": "azurite", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -169,2 +169,2 @@ # Azurite | ||
- Set Table ACL [TODO] | ||
- Entity Group Transaction (Batch Operation) [TODO] | ||
- Entity Group Transaction (Batch Operation) [TODO] |
# 2.0 | ||
## 2.6.5 (moved to github.com/azure/azurite) | ||
- merged PR [#4](https://github.com/Azure/Azurite/pull/4) -> thanks to @trekawek | ||
- merged PR [#2](https://github.com/Azure/Azurite/pull/2) -> thanks to @trekawek | ||
## 2.6.4 | ||
@@ -3,0 +6,0 @@ - fixes [#172](https://github.com/arafato/azurite/issues/172) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
398268
7877
170