This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## 0.0.19 - 2019-11-22
8+ - fix: fallback to global resource type when expected labels are missing (#711 )
9+ - chore(deps): update dependency rimraf to v3 (#700 )
10+ - add typedoc docs (#583 )
11+ - chore: audit fix (#710 )
12+ - fix(deps): update dependency jaeger-client to ~ 3.17.0 (#697 )
13+ - chore: upgrade gcp-metadata to ^3.0.0 (#709 )
14+
715## 0.0.18 - 2019-10-09
816- Fix a TypeError of url.parse (#640 )
917- Map http attributes to the stackdriver format
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.18 " ,
25- "@opencensus/nodejs" : " ^0.0.18 " ,
26- "@opencensus/propagation-b3" : " ^0.0.18 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.0.19 " ,
25+ "@opencensus/nodejs" : " ^0.0.19 " ,
26+ "@opencensus/propagation-b3" : " ^0.0.19 " ,
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.18 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.18 " ,
26- "@opencensus/nodejs" : " ^0.0.18 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.19 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.19 " ,
26+ "@opencensus/nodejs" : " ^0.0.19 " ,
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.18 " ,
24- "@opencensus/nodejs" : " ^0.0.18 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.18 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.19 " ,
24+ "@opencensus/nodejs" : " ^0.0.19 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.19 " ,
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.18 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.18 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.18 "
29+ "@opencensus/core" : " ^0.0.19 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.19 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.19 "
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.18 " ,
18- "@opencensus/exporter-stackdriver" : " ^0.0.18 " ,
17+ "@opencensus/core" : " ^0.0.19 " ,
18+ "@opencensus/exporter-stackdriver" : " ^0.0.19 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments