This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Releases: googleapis/cloud-debug-nodejs
Releases · googleapis/cloud-debug-nodejs
v4.0.4
v4.0.3
v4.0.2
Bug Fixes
- allow calls with no request, add JSON proto (bb1bcc9)
- warn if maxDataSize=0 (#744) (e322b6c)
- deps: update @sindresorhus/is to v1 (#747) (dac1102)
- deps: update dependency acorn to v7 (#748) (ddc3629)
- deps: use the latest extend (#735) (2d60f49)
- docs: link to reference docs section on googleapis.dev (#724) (6d809e6)
v4.0.1
v4.0.0
⚠ BREAKING CHANGES
- upgrade engines field to >=8.10.0 (#680)
Bug Fixes
- deps: update dependency @google-cloud/common to v1 (#692) (eeaeac8)
- deps: update dependency express to v4.17.0 (#695) (90420bd)
- deps: update dependency express to v4.17.1 (#708) (97bfa7b)
- deps: update dependency gcp-metadata to v2 (#691) (3a4b275)
Build System
Features
v3.2.0
05-02-2019 08:18 PDT
Implementation Changes
New Features
- feat: add debugger support for Cloud Run. See b/112087600 for context (#671)
- fix: use stableObjectId field for object equality in Node 10+ (#524)
Dependencies
- chore(deps): update dependency @types/nock to v10 (#674)
- chore(deps): update dependency nyc to v14 (#669)
- fix(deps): update dependency @google-cloud/common to ^0.32.0 (#667)
- chore(deps): update dependency @types/semver to v6
- chore(deps): drop unused dependency on broken-link-checker-local
- chore(deps): update dependency typescript to ~3.4.0
- fix(deps): update dependency semver to v6
- chore(deps): update dependency @types/node to ~10.14.0
Documentation
Internal / Testing Changes
v3.1.0
03-12-2019 16:20 PDT
New Features
- feat: make logpoint function customizable (#634)
Bug Fixes
- fix: correct typings for SourceContext (#626)
- fix: add webpack support to the Sourcemapper (#640)
- fix: avoid spurious 'unable to clear' errors (#624)
Dependencies
- fix: update @google-cloud/common to ^0.31.0 (#639)
- fix(deps): update dependency gcp-metadata to v1
- fix(deps): update dependency @sindresorhus/is to ^0.15.0 (#619)
Documentation
- docs: add samples code (#633)
- docs: update links in contrib guide (#637)
- docs: update contributing guide (#628)
- docs: add lint/fix example to contributing guide (#621)
Internal / Testing Changes
- build: Add docuploader credentials to node publish jobs (#648)
- build: use node10 to run samples-test, system-test etc (#647)
- build: add configs to import keys for builds
- chore: remove p-limit types (#645)
- chore: Delete unused region tags (#644)
- chore(deps): update dependency mocha to v6
- build: use linkinator for docs test (#636)
- test: use unique service context for e2e tests (#638)
- chore: add missing dev dependency (#635)
- test: add grpcjs system tests (#631)
- refactor: address TODO about id type (#627)
- build: create docs test npm scripts (#630)
- chore: remove unneeded code (#625)
- chore: update acorn to version 6 (#620)
- chore: upgrade typescript to ~3.3.0 (#618)
- build: ignore googleapis.com in doc link check (#615)
- build: check broken links in generated docs (#612)
- chore(build): inject yoshi automation key (#608)
v3.0.1
12-11-2018 14:18 PST
Implementation Changes
- fix: use well-formatted URLs when setting breakpoints (#535)
Dependencies
- chore: update
teeny-request(#589) - fix(deps): update dependency @google-cloud/common to ^0.27.0 (#586)
- refactor: drop dependencies on request and lodash (#585)
- chore(deps): update dependency @types/node to ~10.12.0 (#546)
- refactor: remove a few unused dependencies (#584)
- chore: make
npm testplatform independent (#583) - chore(deps): update dependency gts to ^0.9.0 (#580)
- fix(deps): update dependency @google-cloud/common to ^0.26.0 (#552)
- fix(deps): update dependency gcp-metadata to ^0.9.0 (#566)
- chore: update issue templates (#565)
- fix(deps): update dependency gcp-metadata to ^0.8.0 (#548)
- chore(deps): update dependency @types/glob to v7 (#549)
- chore(deps): update dependency typescript to ~3.1.0 (#547)
- chore(deps): update dependency nock to v10 (#551)
- fix(deps): update dependency @google-cloud/common to ^0.25.0 (#520)
Internal / Testing Changes
- chore: update nyc and eslint configs (#607)
- chore: fix publish.sh permission +x (#605)
- fix(build): fix Kokoro release script (#604)
- build: add Kokoro configs for autorelease (#603)
- chore: always nyc report before calling codecov (#600)
- chore: nyc ignore build/test by default (#599)
- chore(build): update prettier and renovate config (#597)
- chore: update system tests key (#596)
- chore: update license file (#595)
- fix(build): fix system key decryption (#591)
- chore: use a uuid in system tests (#590)
- chore: add encrypted key for system tests (#588)
- chore: add synth.metadata
- chore: update eslintignore config (#579)
- chore: drop contributors from multiple places (#578)
- chore: use latest npm on Windows (#576)
- chore: update CircleCI config (#574)
- chore: include build in eslintignore (#571)
- fix: fix Node 11 tests (#569)
- chore: remove old issue template (#563)
- fix: fix Node 10.12.0 specific test failures (#560)
- build: run tests on node11 (#561)
- chores(build): do not collect sponge.xml from windows builds (#550)
- chore: update new issue template (#544)
- build: fix codecov uploading on Kokoro (#540)
- Update kokoro config (#538)
- Update kokoro config (#534)
- test: remove appveyor config (#533)
- chore: update kokoro config (#532)
- Enable prefer-const in the eslint config (#531)
v3.0.0
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).
Breaking Changes
- chore: drop support for node.js 4 (#440)
d6318d8
Features
- feat: pathResolver to allow arbitrary path mapping on behalf of agent (#461)
a0a27f0 - feat: use small HTTP dependency (#510)
ce903bc
Fixes
- fix: handle circular refs correctly with legacy debugging API (#515)
8e6cf9b - fix: allow snapshots in shorter transpiled files (#513)
9512bac - fix: move vm.runInDebugContext to constructor (#509)
6b33feb - fix(deps): update @google-cloud/common to ^0.23.0 (#506)
f67d1af - fix: fix the
workingDirectoryroot dir test (#492)dd8e4af - fix: delegate auth logic to google-auth-library (#489)
841609a - fix: fix installation tests (#488)
8356b15 - fix(deps): update dependency gcp-metadata to ^0.7.0 (#474)
3a2369d - fix(deps): update dependency coffeescript to v2 (#476)
30747fa - fix: fix package warnings for coffee-script and source-maps (#441)
4a7ee90 - fix: stop testing node 4 on appveyor (#444)
9df77ea - fix: clean up the readme (#442)
521aa69