This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +23
-11
lines changed
Expand file tree Collapse file tree 5 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+
8+ ## 0.0.14 - 2019-06-04
79- Exporter/Stats/Stackdriver: Add support for exemplar
810- exporter-stackdriver: Add support the credentials option used for authentication instead of your application default credentials
11+ - Update dependency @types/nock to v10
12+ - Object Trace Exporter for programatic span access
13+ - Update dependency axios to ^0.19.0 [ SECURITY]
14+ - Refactor resource util to match specs
15+ - Update dependency jaeger-client to ~ 3.15.0
16+ - Trace Context Propagation: return null instead of empty spancontext
17+ - Update dependency gcp-metadata to v2
18+ - Fix duplicate spans issue and clean up
19+ - chore(deps): update dependency nyc to v14.1.1
20+ - chore: add node 12 ci job
921
1022## 0.0.13 - 2019-05-20
1123- Exporter/Stats/Prometheus: Fix missing tags for HTTP metrics
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.13 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.13 " ,
26- "@opencensus/nodejs" : " ^0.0.13 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.14 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.14 " ,
26+ "@opencensus/nodejs" : " ^0.0.14 " ,
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.13 " ,
24- "@opencensus/nodejs" : " ^0.0.13 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.13 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.14 " ,
24+ "@opencensus/nodejs" : " ^0.0.14 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.14 " ,
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.13 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.13 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.13 "
29+ "@opencensus/core" : " ^0.0.14 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.14 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.14 "
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.13 " ,
18- "@opencensus/exporter-stackdriver" : " 0.0.13 " ,
17+ "@opencensus/core" : " 0.0.14 " ,
18+ "@opencensus/exporter-stackdriver" : " 0.0.14 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments