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 +28
-14
lines changed Expand file tree Collapse file tree 6 files changed +28
-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.16 - 2019-07-20
68- Feat, make ` tracer ` property available on spans.
9+ - fix(span): make child span clock relative to root span (#628 )
10+ - chore(deps): bump lodash from 4.17.11 to 4.17.13 (#619 )
11+ - chore(deps): bump lodash in /packages/opencensus-instrumentation-http (#624 )
12+ - chore(deps): bump lodash in /packages/opencensus-exporter-zpages (#627 )
13+ - chore(deps): bump lodash in /packages/opencensus-propagation-stackdriver (#621 )
14+ - chore(deps): bump lodash in /packages/opencensus-nodejs (#620 )
15+ - chore(deps): bump lodash in /packages/opencensus-exporter-zipkin (#626 )
16+ - chore(deps): bump lodash in /packages/opencensus-exporter-stackdriver (#625 )
17+ - chore(deps): bump lodash in /packages/opencensus-instrumentation-https (#623 )
18+ - chore(deps): bump lodash in /packages/opencensus-propagation-b3 (#622 )
19+ - chore(deps): bump lodash in /packages/opencensus-core (#618 )
20+ - chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#617 )
721
822## 0.0.15 - 2019-07-09
923- Update dependency codecov to 3.5 (#612 )
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.15 " ,
25- "@opencensus/nodejs" : " ^0.0.15 " ,
26- "@opencensus/propagation-b3" : " ^0.0.15 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.0.16 " ,
25+ "@opencensus/nodejs" : " ^0.0.16 " ,
26+ "@opencensus/propagation-b3" : " ^0.0.16 " ,
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.15 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.15 " ,
26- "@opencensus/nodejs" : " ^0.0.15 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.16 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.16 " ,
26+ "@opencensus/nodejs" : " ^0.0.16 " ,
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.15 " ,
24- "@opencensus/nodejs" : " ^0.0.15 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.15 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.16 " ,
24+ "@opencensus/nodejs" : " ^0.0.16 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.16 " ,
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.15 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.15 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.15 "
29+ "@opencensus/core" : " ^0.0.16 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.16 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.16 "
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.15 " ,
18- "@opencensus/exporter-stackdriver" : " 0.0.15 " ,
17+ "@opencensus/core" : " 0.0.16 " ,
18+ "@opencensus/exporter-stackdriver" : " 0.0.16 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments