Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 056523d

Browse files
authored
Post Release: update CHANGELOG, Examples and ReadMe (#633)
1 parent c5048d9 commit 056523d

File tree

6 files changed

+28
-14
lines changed

6 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33
All 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)

examples/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
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": "*",

examples/grpc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
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": {

examples/http/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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": {

examples/stats/exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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
}

examples/stats/web_client_monitoring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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
}

0 commit comments

Comments
 (0)