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

Commit b6b50ba

Browse files
chore: release proposal 3.0.0 (#529)
1 parent 4b1aa92 commit b6b50ba

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

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

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+
332
## 2018-06-12, Version 2.6.0 (Beta), @dominickramer
433

534
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).

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": "2.6.0",
3+
"version": "3.0.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
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/debug-agent": "*"
14+
"@google-cloud/debug-agent": "3.0.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^5.2.0"

0 commit comments

Comments
 (0)