|
1 | 1 | # Node.js Agent for Google Cloud Debug ChangeLog |
2 | 2 |
|
| 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 | + |
3 | 46 | ## v3.0.1 |
4 | 47 |
|
5 | 48 | 12-11-2018 14:18 PST |
|
0 commit comments