@google-cloud/storage
Advanced tools
Comparing version 3.5.0 to 4.0.0
@@ -7,2 +7,14 @@ # Changelog | ||
## [4.0.0](https://www.github.com/googleapis/nodejs-storage/compare/v3.5.0...v4.0.0) (2019-10-17) | ||
### ⚠ BREAKING CHANGES | ||
* allow leading slashes in file name (#820) | ||
### Bug Fixes | ||
* **deps:** update hash-stream-validation ([#884](https://www.github.com/googleapis/nodejs-storage/issues/884)) ([96a7fc2](https://www.github.com/googleapis/nodejs-storage/commit/96a7fc297a563819b09727990eb9ee15a421310b)) | ||
* allow leading slashes in file name ([#820](https://www.github.com/googleapis/nodejs-storage/issues/820)) ([92e115d](https://www.github.com/googleapis/nodejs-storage/commit/92e115dca81604909fc34e983abcf47409d3f417)) | ||
## [3.5.0](https://www.github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0) (2019-10-14) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "3.5.0", | ||
"version": "4.0.0", | ||
"license": "Apache-2.0", | ||
@@ -65,3 +65,3 @@ "author": "Google Inc.", | ||
"gcs-resumable-upload": "^2.2.4", | ||
"hash-stream-validation": "^0.2.1", | ||
"hash-stream-validation": "^0.2.2", | ||
"mime": "^2.2.0", | ||
@@ -68,0 +68,0 @@ "mime-types": "^2.0.8", |
Sorry, the diff of this file is too big to display
444944
9911