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

Commit 83183e2

Browse files
1 parent 95c9078 commit 83183e2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.2.2...v8.0.0) (2023-06-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove support for deprecated Cloud Debugger API. ([#1144](https://github.com/googleapis/cloud-debug-nodejs/issues/1144))
9+
10+
### Features
11+
12+
* Add stop function to allow shutting down the debug agent ([#1147](https://github.com/googleapis/cloud-debug-nodejs/issues/1147)) ([c292200](https://github.com/googleapis/cloud-debug-nodejs/commit/c292200ff83660d7f9c509af2c45c5e6a1565011))
13+
* Remove support for deprecated Cloud Debugger API. ([#1144](https://github.com/googleapis/cloud-debug-nodejs/issues/1144)) ([7ed8fb2](https://github.com/googleapis/cloud-debug-nodejs/commit/7ed8fb2a16bea36903fbc72ebc066b19bb10143c))
14+
15+
16+
### Bug Fixes
17+
18+
* Unblock compodoc page generation ([#1145](https://github.com/googleapis/cloud-debug-nodejs/issues/1145)) ([c5bbb4e](https://github.com/googleapis/cloud-debug-nodejs/commit/c5bbb4ead353614a548e1f962c9fdf3cc6ea9845))
19+
320
## [7.2.2](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.2.1...v7.2.2) (2023-01-16)
421

522

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": "7.2.2",
3+
"version": "8.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
@@ -17,7 +17,7 @@
1717
"test": "mocha"
1818
},
1919
"dependencies": {
20-
"@google-cloud/debug-agent": "^7.2.2",
20+
"@google-cloud/debug-agent": "^8.0.0",
2121
"express": "4.18.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)