This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed
Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55## Unreleased
6+
7+ ## 0.0.18 - 2019-10-09
68- Fix a TypeError of url.parse (#640 )
79- Map http attributes to the stackdriver format
10+ - Fix: silently ignore the invalid keys and values (#664 )
11+ - Fix propagation breaking for https.get (#657 )
12+ - Update dependency jaeger-client to ~ 3.16.0 (#656 )
13+ - Fix the problem caused by multiple http2.connect calls (#650 )
814
915## 0.0.17 - 2019-09-03
1016- fix: allow override global trace params limits (#643 )
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.17 " ,
25- "@opencensus/nodejs" : " ^0.0.17 " ,
26- "@opencensus/propagation-b3" : " ^0.0.17 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.0.18 " ,
25+ "@opencensus/nodejs" : " ^0.0.18 " ,
26+ "@opencensus/propagation-b3" : " ^0.0.18 " ,
2727 "cookie-parser" : " ^1.4.4" ,
2828 "express" : " ^4.17.0" ,
2929 "http" : " *" ,
Original file line number Diff line number Diff line change 2121 },
2222 "dependencies" : {
2323 "@grpc/proto-loader" : " ^0.4.0" ,
24- "@opencensus/exporter-stackdriver" : " ^0.0.17 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.17 " ,
26- "@opencensus/nodejs" : " ^0.0.17 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.18 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.18 " ,
26+ "@opencensus/nodejs" : " ^0.0.18 " ,
2727 "grpc" : " ^1.18.0"
2828 },
2929 "devDependencies" : {
Original file line number Diff line number Diff line change 2020 "fix" : " semistandard --fix"
2121 },
2222 "dependencies" : {
23- "@opencensus/exporter-zipkin" : " ^0.0.17 " ,
24- "@opencensus/nodejs" : " ^0.0.17 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.17 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.18 " ,
24+ "@opencensus/nodejs" : " ^0.0.18 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.18 " ,
2626 "http" : " *"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 2626 "semistandard" : " ^13.0.1"
2727 },
2828 "dependencies" : {
29- "@opencensus/core" : " ^0.0.17 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.17 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.17 "
29+ "@opencensus/core" : " ^0.0.18 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.18 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.18 "
3232 }
3333}
Original file line number Diff line number Diff line change 1414 "lint" : " npm run lint"
1515 },
1616 "dependencies" : {
17- "@opencensus/core" : " ^0.0.17 " ,
18- "@opencensus/exporter-stackdriver" : " ^0.0.17 " ,
17+ "@opencensus/core" : " ^0.0.18 " ,
18+ "@opencensus/exporter-stackdriver" : " ^0.0.18 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments