|
4 | 4 |
|
5 | 5 | [1]: https://www.npmjs.com/package/nodejs-storage?activeTab=versions |
6 | 6 |
|
| 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 | + |
7 | 50 | ## v2.4.3 |
8 | 51 |
|
9 | 52 | 03-13-2019 17:10 PDT |
|
0 commit comments