Update dependency @google-cloud/trace-agent to v3 - autoclosed #960
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.11.0
->3.4.0
Release Notes
googleapis/cloud-trace-nodejs
v3.4.0
Compare Source
This release introduces a new
ignoreMethods
configuration option (see #920), and extends the supported range ofrestify
to include version 7.Commits
1d7c4dc
fix: update teeny-request dep (#928)2fa098d
chore: update region tags (#927)10bb78b
fix(deps): update dependency @google-cloud/common to ^0.27.0 (#925)73786eb
docs(samples): updated samples code to use async await (#924)2e48c0c
chore: add node 11 ci job (#914)67ddb8f
feat: add ignoreMethods option (#920)72b074d
chore(deps): update dependency grpc to v1.16.1 (#923)69c7813
doc: fix pg link (#921)4b74f5a
feat: support restify@7 (#917)c66e9c3
chore(deps): update dependency gts to ^0.9.0 (#916)55993f9
chore: add a sample app (#912)82a55e8
chore: update eslintignore config (#915)v3.3.1
Compare Source
This release fixes an issue introduced in 3.3.0 where GAE requests would not be traced.
Commits
00b8c06
fix: make no option flags behave the same as o=1c0cc60f
test: remove cluster test todo (#907)5c01e9e
refactor: improve internal TraceWriter API (#876)a42ab9e
doc: reduce the samplingRate in README example2c03ff0
doc: fix samplingRate comment in README (#905)v3.3.0
Compare Source
This release makes various improvements to the Trace Agent:
contextHeaderBehavior
option was added. Specifically, a newrequire
value forces the Trace Agent to not trace requests that don't have incoming headers.@google-cloud/common
dependency has been upgraded to 0.26.0.gcp-metadata
dependency has been upgraded to 0.9.0.Commits
8454389
fix: avoid memory leaks due to undisposed promise resources (#885)199cb42
feat: add contextHeaderBehavior option (#900)47bb6e5
chore: revert #901 (#902)3969491
chore: update CircleCI config (#901)6f5af8c
chore(deps): update dependency grpc to v1.16.0 (#899)964d794
chore: include build in eslintignore (#898)5220f9b
fix: allow sampling rate to be less than 1 (#896)b56926a
fix(deps): update dependency gcp-metadata to ^0.9.0 (#897)5840b74
refactor: address a few TODOs related to trace policy (#895)8c6a614
fix(deps): update dependency @google-cloud/common to ^0.26.0 (#892)a0a741d
fix(deps): update dependency @google-cloud/datastore to v2 (#893)5dc5fbf
chore(deps): update dependency nock to v10 (#891)ea88dcc
chore(deps): update dependency @types/glob to v7 (#890)023295b
chore(deps): update dependency typescript to ~3.1.0 (#888)c1a381a
chore(deps): update dependency grpc to v1.15.1 (#887)v3.2.1
Compare Source
This release fixes an issue where phantom child spans were being reported as errors (and half of a soft limit error was being reported as a warning).
Commits
e73af2b
fix: swap log levels for two log points (#882)v3.2.0
Compare Source
This version makes the following changes:
request
, improving startup time.Commits
0072e5f
feat: emit an error log on potential memory leak scenario (#870)c19850d
fix: add log level to logger prefix (#875)497c760
fix: enable tracing on original client method names (#874)23a0616
fix: update @google-cloud/common dependency to 0.25.3 (#871)f722200
chore(deps): update dependency @types/mocha to v5.2.5 (#802)2c787a9
Enable prefer-const in the eslint config (#869)fed7d09
Enable no-var in eslint (#868)210dc3f
feat: use small HTTP dependency (#858)13f617a
fix: delete cache as it is not working anyways (#864)b4583e2
test: don't require long-door key to run system tests (#866)d5fe71b
test: stop using TRACE_TEST_* for system tests (#861)fbb10a6
Use the new github org (#862)464aedb
chore(deps): update dependency grpc to v1.14.2 (#856)b95c2a0
chore: delete yarn.lock (#857)ee350a2
fix(deps): update dependency @google-cloud/common to ^0.23.0 (#834)b7296f0
chore: ignore yarn.lock (#851)9d1e8a1
chore(deps): lock file maintenance (#846)55ec732
chore: pin @types/node at 10.7 (#849)d2f7922
chore(deps): update dependency nyc to v13 (#847)021deec
chore(deps): update dependency grpc to v1.14.1 (#845)v3.1.1
Compare Source
This release fixes an issue with missing TypeScript type definitions, as well as a broken image in the README on the NPM web UI. There should be no functional changes.
Commits
eb98fa1
fix: include more type definitions (#841)b039c02
chore(deps): update dependency pify to v4 (#837)aeaea17
chore(deps): update dependency @types/protobufjs to v6 (#809)08208df
doc: fix broken image on npm (#835)9a6536a
chore: ignore package-log.json (#836)v3.1.0
Compare Source
This release adds
rootSpanNameOverride
, which allows applications to override or transform the span name for root spans. It also adds thegetConfig
API onTracer
, which allows plugins to retrieve the normalized user config object that was passed to top-levelstart()
.Commits
38202f4
chore: update renovate config (#828)0ad4b01
chore(deps): lock file maintenance (#830)a03e7b2
feat: add rootSpanNameOverride option (#826)fe50b44
test: throw on deprecationef56b9b
chore: assert.deelEqual => assert.deepStrictEqual (#825)9152a6b
chore(deps): update dependency typescript to v3 (#824)c035d45
chore: move mocha options to mocha.opts (#822)86c1d2d
chore(deps): lock file maintenance (#823)e4cd0f9
test: use strictEqual in tests (#813)6787a37
chore(deps): lock file maintenance (#818)v3.0.0
Compare Source
This is a semver major release that drops support for Node 4 and Node 9. There are other breaking changes, but those should have zero to little impact for most users of this module.
Breaking Changes
start()
and also passed to plugins is now calledTracer
, instead ofTraceAgent
. This should have zero impact to JavaScript users, and a small impact to TypeScript users – only if the typeTraceAgent
was being explicitly being referred to in your code.Commits
dde86d3
feat: rename TraceAgent/TraceApi to Tracer (#815)4ac6ded
fix: improve logs from the trace writer (#800)63b13ca
feat: use well-known format for propagating trace context thru grpc (#814)f96c827
feat: implement (de)serialization of binary trace context (#812)d146c5d
chore(deps): update dependency gts to ^0.8.0 (#805)1711db8
chore(deps): update dependency axios to ^0.18.0 (#804)0a96e6c
chore(deps): update dependency typescript to ~2.9.0 (#806)93b7235
fix(deps): update dependency google-auto-auth to ^0.10.0 (#808)fd138fc
fix(deps): update dependency got to v8 (#811)1fbbbf9
fix(deps): update dependency builtin-modules to v3 (#810)94b8e3b
fix(deps): update dependency gcp-metadata to ^0.7.0 (#807)72cd353
refactor: convert plugin-grpc.ts to typescript (#799)bff657a
chore(deps): start using renovate (#801)fa8f4a4
fix(package): update @google-cloud/common to version 0.20.3 (#796)e4cfb1b
chore: drop support for node 4 and 9 (#780)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.