Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @opencensus/core to ^0.0.12 #1274

Merged
merged 2 commits into from
May 17, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2019

This PR contains the following updates:

Package Type Update Change References
@​opencensus/core dependencies patch ^0.0.11 -> ^0.0.12 source

Release Notes

census-instrumentation/opencensus-node

v0.0.12

Compare Source

  • Add defaultAttributes config to Tracer.start(config)

  • http-instrumentation: Handle incoming requests with long request url path.

  • Add Cumulative (DoubleCumulative, LongCumulative, , DerivedDoubleCumulative, DerivedLongCumulative) APIs.

  • Export TracerBase as a separate @opencensus/nodejs-base package.

  • Fix(deps): update dependency nyc to v14.

  • Fix(deps): update dependency grpc to ~1.20.0

  • chore(package): update handlebar to avoid security vulnabirity.

  • Move propagation-binaryformat package to dependencies.

  • Fix(deps): update dependency @​grpc/proto-loader to ^0.5.0

  • http-instrumentation: fix propagation errors when using Expect header.

  • Consolidate Span and RootSpan to allow Spans to recursively have children.

    This release has a breaking change. Please test your code accordingly after upgrading.

  • removing Tracer's startChildSpan(name?: string, kind?: types.SpanKind) interface

    Old code
// Multi argument interface
const span = tracer.startChildSpan('my-span', types.SpanKind.SERVER);

// Or options object interface
const span = tracer.startChildSpan({
  name: 'my-span',
  kind: types.SpanKind.SERVER
});
New code
// Only options object interface is supported
const span = tracer.startChildSpan({
  name: 'my-span',
  kind: types.SpanKind.SERVER
});

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 13, 2019
@renovate renovate bot force-pushed the renovate/opencensus-core-0.x branch 7 times, most recently from d3ac5c5 to 3cf7574 Compare May 15, 2019 18:53
@renovate renovate bot force-pushed the renovate/opencensus-core-0.x branch from 3cf7574 to f995bbd Compare May 15, 2019 19:29
@renovate
Copy link
Contributor Author

renovate bot commented May 17, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label May 17, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants