|
1 | 1 | # Node.js Agent for Google Cloud Debug ChangeLog |
2 | 2 |
|
| 3 | +## 2018-09-18, Version 3.0.0 (Beta), @dominickramer |
| 4 | + |
| 5 | +This version drops support for Node 4, adds the `pathResolver` configuration option to support debugging files that have ambiguous paths, and adds a fix to handle debugging objects with circular references (for Node <10). |
| 6 | + |
| 7 | +### Breaking Changes |
| 8 | + |
| 9 | +* chore: drop support for node.js 4 (#440) `d6318d8` |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* feat: pathResolver to allow arbitrary path mapping on behalf of agent (#461) `a0a27f0` |
| 14 | +* feat: use small HTTP dependency (#510) `ce903bc` |
| 15 | + |
| 16 | +### Fixes |
| 17 | + |
| 18 | +* fix: handle circular refs correctly with legacy debugging API (#515) `8e6cf9b` |
| 19 | +* fix: allow snapshots in shorter transpiled files (#513) `9512bac` |
| 20 | +* fix: move vm.runInDebugContext to constructor (#509) `6b33feb` |
| 21 | +* fix(deps): update @google-cloud/common to ^0.23.0 (#506) `f67d1af` |
| 22 | +* fix: fix the `workingDirectory` root dir test (#492) `dd8e4af` |
| 23 | +* fix: delegate auth logic to google-auth-library (#489) `841609a` |
| 24 | +* fix: fix installation tests (#488) `8356b15` |
| 25 | +* fix(deps): update dependency gcp-metadata to ^0.7.0 (#474) `3a2369d` |
| 26 | +* fix(deps): update dependency coffeescript to v2 (#476) `30747fa` |
| 27 | +* fix: fix package warnings for coffee-script and source-maps (#441) `4a7ee90` |
| 28 | +* fix: stop testing node 4 on appveyor (#444) `9df77ea` |
| 29 | +* fix: clean up the readme (#442) `521aa69` |
| 30 | + |
| 31 | + |
3 | 32 | ## 2018-06-12, Version 2.6.0 (Beta), @dominickramer |
4 | 33 |
|
5 | 34 | This release adds side-effect-free evaluation [#335](https://github.com/googleapis/cloud-debug-nodejs/issues/335) and fixes an issue where when a breakpoint is hit in a transpiled file, the line number of the breakpoint incorrectly changes [#436](https://github.com/googleapis/cloud-debug-nodejs/issues/436). |
|
0 commit comments