Skip to content

Commit a0406f2

Browse files
Release v2.0.0 (#204)
1 parent ebc52e6 commit a0406f2

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

CHANGELOG.md

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Changelog
2+
3+
[npm history][1]
4+
5+
[1]: https://www.npmjs.com/package/@google-cloud/datastore?activeTab=versions
6+
7+
## v2.0.0
8+
9+
### Breaking Changes
10+
- chore: really delete node4 and node9 ([#131](https://github.com/googleapis/nodejs-datastore/pull/131))
11+
- fix: drop support for node.js 4.x and 9.x ([#129](https://github.com/googleapis/nodejs-datastore/pull/129))
12+
13+
### Dependencies
14+
- fix(deps): update dependency google-gax to ^0.20.0 ([#194](https://github.com/googleapis/nodejs-datastore/pull/194))
15+
- fix(deps): update dependency google-auth-library to v2 ([#184](https://github.com/googleapis/nodejs-datastore/pull/184))
16+
- fix(deps): update dependency google-gax to ^0.19.0 ([#177](https://github.com/googleapis/nodejs-datastore/pull/177))
17+
- chore: remove safe-buffer ([#144](https://github.com/googleapis/nodejs-datastore/pull/144))
18+
- fix(deps): update dependency google-gax to ^0.18.0 ([#154](https://github.com/googleapis/nodejs-datastore/pull/154))
19+
- chore: drop dependency on common ([#148](https://github.com/googleapis/nodejs-datastore/pull/148))
20+
- chore: remove propprop ([#145](https://github.com/googleapis/nodejs-datastore/pull/145))
21+
- refactor: update nodejs-common and google-auth-library ([#112](https://github.com/googleapis/nodejs-datastore/pull/112))
22+
23+
### Documentation
24+
- doc: fix namespace causing 404 ([#170](https://github.com/googleapis/nodejs-datastore/pull/170))
25+
26+
### Internal / Testing Changes
27+
- build: prevent system/sample-test from leaking credentials
28+
- Update CI config ([#201](https://github.com/googleapis/nodejs-datastore/pull/201))
29+
- test: remove appveyor config ([#200](https://github.com/googleapis/nodejs-datastore/pull/200))
30+
- Update the kokoro config ([#199](https://github.com/googleapis/nodejs-datastore/pull/199))
31+
- Enable prefer-const in the eslint config ([#197](https://github.com/googleapis/nodejs-datastore/pull/197))
32+
- Enable no-var in eslint ([#196](https://github.com/googleapis/nodejs-datastore/pull/196))
33+
- Switch to let/const ([#195](https://github.com/googleapis/nodejs-datastore/pull/195))
34+
- Update CI config ([#193](https://github.com/googleapis/nodejs-datastore/pull/193))
35+
- Retry npm install in CI ([#191](https://github.com/googleapis/nodejs-datastore/pull/191))
36+
- Update CI config ([#185](https://github.com/googleapis/nodejs-datastore/pull/185))
37+
- Update CI config ([#182](https://github.com/googleapis/nodejs-datastore/pull/182))
38+
- chore(deps): update dependency nyc to v13 ([#181](https://github.com/googleapis/nodejs-datastore/pull/181))
39+
- Update the CI config ([#180](https://github.com/googleapis/nodejs-datastore/pull/180))
40+
- chore: use arrow functions ([#176](https://github.com/googleapis/nodejs-datastore/pull/176))
41+
- chore: make CircleCI config consistent ([#178](https://github.com/googleapis/nodejs-datastore/pull/178))
42+
- chore: start converting to es classes ([#173](https://github.com/googleapis/nodejs-datastore/pull/173))
43+
- chore(deps): update dependency eslint-config-prettier to v3 ([#169](https://github.com/googleapis/nodejs-datastore/pull/169))
44+
- test: use sinon for mocking ([#168](https://github.com/googleapis/nodejs-datastore/pull/168))
45+
- chore: do not use npm ci ([#166](https://github.com/googleapis/nodejs-datastore/pull/166))
46+
- fix: fix the samples tests ([#164](https://github.com/googleapis/nodejs-datastore/pull/164))
47+
- chore: ignore package-lock.json ([#162](https://github.com/googleapis/nodejs-datastore/pull/162))
48+
- chore(deps): lock file maintenance ([#160](https://github.com/googleapis/nodejs-datastore/pull/160))
49+
- chore: switch back to auto-generated code
50+
- chore(deps): lock file maintenance ([#159](https://github.com/googleapis/nodejs-datastore/pull/159))
51+
- chore: use let and const ([#158](https://github.com/googleapis/nodejs-datastore/pull/158))
52+
- chore: update renovate config ([#157](https://github.com/googleapis/nodejs-datastore/pull/157))
53+
- Delete reference to non-existent sample. ([#149](https://github.com/googleapis/nodejs-datastore/pull/149))
54+
- test: throw on deprecation ([#155](https://github.com/googleapis/nodejs-datastore/pull/155))
55+
- chore: move mocha options to mocha.opts ([#150](https://github.com/googleapis/nodejs-datastore/pull/150))
56+
- Update CI config ([#151](https://github.com/googleapis/nodejs-datastore/pull/151))
57+
- chore: add node templates to synth.py ([#143](https://github.com/googleapis/nodejs-datastore/pull/143))
58+
- chore: please eslint ([#146](https://github.com/googleapis/nodejs-datastore/pull/146))
59+
- chore(deps): lock file maintenance ([#142](https://github.com/googleapis/nodejs-datastore/pull/142))
60+
- chore(deps): update dependency eslint-plugin-node to v7 ([#139](https://github.com/googleapis/nodejs-datastore/pull/139))
61+
- test: use strictEqual in tests ([#140](https://github.com/googleapis/nodejs-datastore/pull/140))
62+
- chore(deps): lock file maintenance ([#138](https://github.com/googleapis/nodejs-datastore/pull/138))
63+
- chore(build): use `npm ci` instead of `npm install` ([#134](https://github.com/googleapis/nodejs-datastore/pull/134))
64+
- chore(deps): lock file maintenance ([#133](https://github.com/googleapis/nodejs-datastore/pull/133))
65+
- chore(deps): lock file maintenance ([#132](https://github.com/googleapis/nodejs-datastore/pull/132))
66+
- chore(deps): lock file maintenance ([#130](https://github.com/googleapis/nodejs-datastore/pull/130))
67+
- chore(deps): lock file maintenance ([#128](https://github.com/googleapis/nodejs-datastore/pull/128))
68+
- chore(deps): lock file maintenance ([#127](https://github.com/googleapis/nodejs-datastore/pull/127))
69+
- chore(deps): lock file maintenance ([#126](https://github.com/googleapis/nodejs-datastore/pull/126))
70+
- chore(deps): lock file maintenance ([#125](https://github.com/googleapis/nodejs-datastore/pull/125))
71+
- chore(deps): lock file maintenance ([#124](https://github.com/googleapis/nodejs-datastore/pull/124))
72+
- fix(deps): update dependency yargs to v12 ([#122](https://github.com/googleapis/nodejs-datastore/pull/122))
73+
- fix(deps): update dependency sinon to v6 ([#120](https://github.com/googleapis/nodejs-datastore/pull/120))
74+
- Configure Renovate ([#113](https://github.com/googleapis/nodejs-datastore/pull/113))
75+
- Update google-gax dependency ([#119](https://github.com/googleapis/nodejs-datastore/pull/119))
76+
- refactor: drop repo-tool as an exec wrapper ([#118](https://github.com/googleapis/nodejs-datastore/pull/118))
77+
- chore: update sample lockfiles ([#117](https://github.com/googleapis/nodejs-datastore/pull/117))
78+
- fix: update linking for samples ([#115](https://github.com/googleapis/nodejs-datastore/pull/115))
79+
- chore(package): update eslint to version 5.0.0 ([#114](https://github.com/googleapis/nodejs-datastore/pull/114))
80+
- chore(package): Update sinon to the latest version 🚀 ([#104](https://github.com/googleapis/nodejs-datastore/pull/104))
81+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/datastore",
33
"description": "Cloud Datastore Client Library for Node.js",
4-
"version": "1.4.1",
4+
"version": "2.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report"
1515
},
1616
"dependencies": {
17-
"@google-cloud/datastore": "^1.4.1",
17+
"@google-cloud/datastore": "^2.0.0",
1818
"sinon": "^6.0.1",
1919
"yargs": "^12.0.1"
2020
},

0 commit comments

Comments
 (0)