javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

fix(deps): update dependency jaeger-client to ^3.18.1

Open renovate[bot] opened this issue 6 years ago • 1 comments

This PR contains the following updates:

Package Type Update New value References Sourcegraph
jaeger-client dependencies minor ^3.18.1 source code search for "jaeger-client"

Release Notes

jaegertracing/jaeger-client-node

v3.18.1

Compare Source

  • Always read thrift defs from ./ to better support bundling (#​441) - Hendrik Liebau

v3.18.0

Compare Source

  • Upgrade to opentracing-javascript 0.14 (#​117) - Yuri Shkuro
  • Add OpenTracing methods to get span and trace id (#​425) - Sandes de Silva

v3.17.2

Compare Source

  • README: Clarify that this library is not designed to work in the browser.

v3.17.1

Compare Source

  • [bug fix] Do not apply adaptive sampler to child spans (#​410) -- Yuri Shkuro
  • Add toString to reporters (#​403) -- Andrea Di Giorgi

v3.17.0

Compare Source

  • Add option to support zipkin's shared span id between client and server spans (#​399) -- Jonathan Monette
  • Allow specifying 128bit trace IDs via Configuration (#​397) -- Aleksei Androsov
  • Add support for UDP over IPv6 (#​396) -- Aleksei Androsov

v3.16.0

Compare Source

v3.15.0

Compare Source

v3.14.4

Compare Source

  • Hard code version

v3.14.3

Compare Source

  • Nothing

v3.14.2

Compare Source

  • Actually fix issue where dist/src files were missing

v3.14.1

Compare Source

  • Fixed issue where dist/src files were missing

v3.14.0

Compare Source

v3.13.0

Compare Source

v3.12.0

Compare Source

v3.11.0

Compare Source

v3.10.0

Compare Source

v3.9.1

Compare Source

  • Remove husky dependency as a temporary fix for #​232

v3.9.0

Compare Source

  • RemoteReporter.close() now ensures that the buffer is flushed before invoking the callback (#​224, #​226) - thanks @​MarckK
    • Fix Possible race condition in UDPSender #​214
    • Fix Support callback in udpSender.flush #​157
    • Fix Change SenderResponse.err to be a message string #​32
  • Node 6.x is recommended for development
    • Add .nvmrc to tell husky precommit which Node version to use (#​227)
  • Export Configuration class (#​221)
  • Add engines field to package.json (#​231)

v3.8.0

Compare Source

  • Log error when Thrift conversion fails (#​184)
  • Throw error if serviceName is not provided (#​192)
  • Flush only if process is set (#​195)
  • Change default flush interval to 1sec (#​196)

v3.7.0

Compare Source

  • Add support for Zipkin B3 header propagation (#​175)

v3.6.0

Compare Source

New features:

  • Save baggage in span logs (#​129)
  • Add BaggageRestrictionManager and BaggageSetter (#​142)
  • Migrate to Apache license v2 (#​159)
  • Randomize rate limiter balance on initialization (#​161)

Bug fixes:

  • Trap exceptions from socket.send() (#​137) - thanks @​frankgreco
  • Use ip tag instead of peer.ipv4 in process (#​125)
  • Log only span context (#​153)
  • Fix buffer size counting bug and add logging to UDP sender (#​151)

Renovate configuration

:date: Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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 WhiteSource Renovate. View repository job log here.

renovate[bot] avatar Apr 02 '19 03:04 renovate[bot]

Codecov Report

Merging #590 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #590   +/-   ##
=======================================
  Coverage   82.40%   82.40%           
=======================================
  Files          15       15           
  Lines        2126     2126           
  Branches      448      509   +61     
=======================================
  Hits         1752     1752           
  Misses        364      364           
  Partials       10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26c8e60...cd70a5c. Read the comment docs.

codecov-io avatar May 10 '19 20:05 codecov-io