Skip to content

Commit b8528b5

Browse files
authored
Release @google-cloud/storage v2.5.0 (googleapis#665)
* Release v2.5.0 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 424f657 commit b8528b5

3 files changed

Lines changed: 45 additions & 2 deletions

File tree

handwritten/storage/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,49 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-storage?activeTab=versions
66

7+
## v2.5.0
8+
9+
04-04-2019 12:27 PDT
10+
11+
This release brings an option to file#getSignedURL to create a version 4 Signed URL.
12+
13+
```javascript
14+
file.getSignedUrl({
15+
version: 'v4', // optional, defaults to v2 (existing version)
16+
action: 'read',
17+
expires: FUTURE_DATE,
18+
})
19+
```
20+
21+
### New Features
22+
- feat: introduce v4 signed url ([#637](https://github.com/googleapis/nodejs-storage/pull/637))
23+
24+
### Dependencies
25+
- chore(deps): update dependency @types/node to v11.13.0 ([#662](https://github.com/googleapis/nodejs-storage/pull/662))
26+
- chore(deps): update dependency @types/tmp to v0.1.0
27+
- chore(deps): upgrade to newest version of @google-cloud/common ([#657](https://github.com/googleapis/nodejs-storage/pull/657))
28+
- chore(deps): update dependency typescript to ~3.4.0
29+
- chore(deps): update dependency tmp to ^0.1.0 ([#641](https://github.com/googleapis/nodejs-storage/pull/641))
30+
31+
### Documentation
32+
- docs: regenerate the samples/README.md ([#649](https://github.com/googleapis/nodejs-storage/pull/649))
33+
- docs: slight difference in how nightly synthtool run generated README ([#650](https://github.com/googleapis/nodejs-storage/pull/650))
34+
- docs: new synthtool generated README ([#645](https://github.com/googleapis/nodejs-storage/pull/645))
35+
- docs(samples): refactor the quickstart to match the new rubric ([#647](https://github.com/googleapis/nodejs-storage/pull/647))
36+
- docs: update README format
37+
- docs: add requires_billing, retire .cloud-repo-tools.json ([#644](https://github.com/googleapis/nodejs-storage/pull/644))
38+
- docs: add additional api_id field ([#640](https://github.com/googleapis/nodejs-storage/pull/640))
39+
- docs: document destination option ([#633](https://github.com/googleapis/nodejs-storage/pull/633))
40+
- docs: clarify in docs, the meaning of ASIA and coldline ([#632](https://github.com/googleapis/nodejs-storage/pull/632))
41+
- docs: add a .repo-metadata.json ([#639](https://github.com/googleapis/nodejs-storage/pull/639))
42+
43+
### Internal / Testing Changes
44+
- test(v2-sign): add multi-valued headers system-test ([#646](https://github.com/googleapis/nodejs-storage/pull/646))
45+
- refactor: replace once with onetime ([#660](https://github.com/googleapis/nodejs-storage/pull/660))
46+
- fix: do not download cached files ([#643](https://github.com/googleapis/nodejs-storage/pull/643))
47+
- chore: publish to npm using wombat ([#634](https://github.com/googleapis/nodejs-storage/pull/634))
48+
- build: use per-repo npm publish token ([#630](https://github.com/googleapis/nodejs-storage/pull/630))
49+
750
## v2.4.3
851

952
03-13-2019 17:10 PDT

handwritten/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/storage",
33
"description": "Cloud Storage Client Library for Node.js",
4-
"version": "2.4.3",
4+
"version": "2.5.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

handwritten/storage/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@google-cloud/pubsub": "^0.28.0",
20-
"@google-cloud/storage": "^2.4.2",
20+
"@google-cloud/storage": "^2.5.0",
2121
"uuid": "^3.3.2",
2222
"yargs": "^13.0.0"
2323
},

0 commit comments

Comments
 (0)