Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 63fcca1

Browse files
Release v3.1.0 (#651)
1 parent c22f8f8 commit 63fcca1

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Node.js Agent for Google Cloud Debug ChangeLog
22

3+
## v3.1.0
4+
5+
03-12-2019 16:20 PDT
6+
7+
### New Features
8+
- feat: make logpoint function customizable ([#634](https://github.com/googleapis/cloud-debug-nodejs/pull/634))
9+
10+
### Bug Fixes
11+
- fix: correct typings for SourceContext ([#626](https://github.com/googleapis/cloud-debug-nodejs/pull/626))
12+
- fix: add webpack support to the Sourcemapper ([#640](https://github.com/googleapis/cloud-debug-nodejs/pull/640))
13+
- fix: avoid spurious 'unable to clear' errors ([#624](https://github.com/googleapis/cloud-debug-nodejs/pull/624))
14+
15+
### Dependencies
16+
- fix: update @google-cloud/common to ^0.31.0 ([#639](https://github.com/googleapis/cloud-debug-nodejs/pull/639))
17+
- fix(deps): update dependency gcp-metadata to v1
18+
- fix(deps): update dependency @sindresorhus/is to ^0.15.0 ([#619](https://github.com/googleapis/cloud-debug-nodejs/pull/619))
19+
20+
### Documentation
21+
- docs: add samples code ([#633](https://github.com/googleapis/cloud-debug-nodejs/pull/633))
22+
- docs: update links in contrib guide ([#637](https://github.com/googleapis/cloud-debug-nodejs/pull/637))
23+
- docs: update contributing guide ([#628](https://github.com/googleapis/cloud-debug-nodejs/pull/628))
24+
- docs: add lint/fix example to contributing guide ([#621](https://github.com/googleapis/cloud-debug-nodejs/pull/621))
25+
26+
### Internal / Testing Changes
27+
- build: Add docuploader credentials to node publish jobs ([#648](https://github.com/googleapis/cloud-debug-nodejs/pull/648))
28+
- build: use node10 to run samples-test, system-test etc ([#647](https://github.com/googleapis/cloud-debug-nodejs/pull/647))
29+
- build: add configs to import keys for builds
30+
- chore: remove p-limit types ([#645](https://github.com/googleapis/cloud-debug-nodejs/pull/645))
31+
- chore: Delete unused region tags ([#644](https://github.com/googleapis/cloud-debug-nodejs/pull/644))
32+
- chore(deps): update dependency mocha to v6
33+
- build: use linkinator for docs test ([#636](https://github.com/googleapis/cloud-debug-nodejs/pull/636))
34+
- test: use unique service context for e2e tests ([#638](https://github.com/googleapis/cloud-debug-nodejs/pull/638))
35+
- chore: add missing dev dependency ([#635](https://github.com/googleapis/cloud-debug-nodejs/pull/635))
36+
- test: add grpcjs system tests ([#631](https://github.com/googleapis/cloud-debug-nodejs/pull/631))
37+
- refactor: address TODO about id type ([#627](https://github.com/googleapis/cloud-debug-nodejs/pull/627))
38+
- build: create docs test npm scripts ([#630](https://github.com/googleapis/cloud-debug-nodejs/pull/630))
39+
- chore: remove unneeded code ([#625](https://github.com/googleapis/cloud-debug-nodejs/pull/625))
40+
- chore: update acorn to version 6 ([#620](https://github.com/googleapis/cloud-debug-nodejs/pull/620))
41+
- chore: upgrade typescript to ~3.3.0 ([#618](https://github.com/googleapis/cloud-debug-nodejs/pull/618))
42+
- build: ignore googleapis.com in doc link check ([#615](https://github.com/googleapis/cloud-debug-nodejs/pull/615))
43+
- build: check broken links in generated docs ([#612](https://github.com/googleapis/cloud-debug-nodejs/pull/612))
44+
- chore(build): inject yoshi automation key ([#608](https://github.com/googleapis/cloud-debug-nodejs/pull/608))
45+
346
## v3.0.1
447

548
12-11-2018 14:18 PST

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/debug-agent",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"author": "Google Inc.",
55
"description": "Stackdriver Debug Agent for Node.js",
66
"main": "./build/src/index",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"e2e-test": "repo-tools test deploy"
2121
},
2222
"dependencies": {
23-
"@google-cloud/debug-agent": "3.0.1",
23+
"@google-cloud/debug-agent": "^3.1.0",
2424
"express": "4.16.4"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)