File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/datastore?activeTab=versions
66
7+ ## v3.1.0
8+
9+ 02-09-2019 17:57 PST
10+
11+ This one's coming hot with fresh new TypeScript types 🔥
12+
13+ ### New Features
14+ - feat: typings for gapic files ([ #307 ] ( https://github.com/googleapis/nodejs-datastore/pull/307 ) )
15+
16+ ### Bug fixes
17+ - fix(types): Make gaxOptions optional in Transaction.rollback() ([ #310 ] ( https://github.com/googleapis/nodejs-datastore/pull/310 ) )
18+
19+ ### Dependencies
20+ - fix(deps): update dependency google-auth-library to v3 ([ #302 ] ( https://github.com/googleapis/nodejs-datastore/pull/302 ) )
21+ - fix(deps): update dependency google-gax to ^0.25.0 ([ #316 ] ( https://github.com/googleapis/nodejs-datastore/pull/316 ) )
22+ - fix(deps): update dependency google-gax to ^0.24.0 ([ #312 ] ( https://github.com/googleapis/nodejs-datastore/pull/312 ) )
23+
24+ ### Documentation
25+ - docs: update contributing path in README ([ #322 ] ( https://github.com/googleapis/nodejs-datastore/pull/322 ) )
26+ - chore: move CONTRIBUTING.md to root ([ #321 ] ( https://github.com/googleapis/nodejs-datastore/pull/321 ) )
27+ - docs: add lint/fix example to contributing guide ([ #319 ] ( https://github.com/googleapis/nodejs-datastore/pull/319 ) )
28+ - docs(samples): Update Datastore snippet for read only transaction
29+ - docs(key): copy Datastore#key examples to Key ctor ([ #306 ] ( https://github.com/googleapis/nodejs-datastore/pull/306 ) )
30+
31+ ### Internal / Testing Changes
32+ - refactor: clean up types for tests ([ #325 ] ( https://github.com/googleapis/nodejs-datastore/pull/325 ) )
33+ - refactor: asyncify the system test ([ #324 ] ( https://github.com/googleapis/nodejs-datastore/pull/324 ) )
34+ - build: test using @grpc/grpc-js in CI ([ #323 ] ( https://github.com/googleapis/nodejs-datastore/pull/323 ) )
35+ - refactor(types): enable noImplicitAny for transaction.ts & request.ts ([ #305 ] ( https://github.com/googleapis/nodejs-datastore/pull/305 ) )
36+ - chore(deps): update dependency eslint-config-prettier to v4 ([ #313 ] ( https://github.com/googleapis/nodejs-datastore/pull/313 ) )
37+ - build: ignore googleapis.com in doc link check ([ #311 ] ( https://github.com/googleapis/nodejs-datastore/pull/311 ) )
38+ - chore: update year in the license headers. ([ #304 ] ( https://github.com/googleapis/nodejs-datastore/pull/304 ) )
39+
740## v3.0.1
841
94201-15-2019 13:20 PST
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/datastore" ,
33 "description" : " Cloud Datastore Client Library for Node.js" ,
4- "version" : " 3.0.1 " ,
4+ "version" : " 3.1.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1212 "test" : " mocha system-test/*.test.js --timeout=600000"
1313 },
1414 "dependencies" : {
15- "@google-cloud/datastore" : " ^3.0.1 " ,
15+ "@google-cloud/datastore" : " ^3.1.0 " ,
1616 "sinon" : " ^7.0.0" ,
1717 "yargs" : " ^12.0.1"
1818 },
You can’t perform that action at this time.
0 commit comments