Skip to content

Commit

Permalink
Post Release: update CHANGELOG, Examples and ReadMe (census-instrumen…
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Sep 4, 2019
1 parent 8160eda commit 379711a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 0.0.17 - 2019-09-03
- fix: allow override global trace params limits (#643)
- npm audit fix (#645)
- Use Zipkin quickstart script in download instructions (#635)
- Use HTTPS links in Zipkin exporter README (#636)

## 0.0.16 - 2019-07-20
- Feat, make `tracer` property available on spans.
- fix(span): make child span clock relative to root span (#628)
Expand Down
6 changes: 3 additions & 3 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"fix": "semistandard --fix"
},
"dependencies": {
"@opencensus/exporter-zipkin": "^0.0.16",
"@opencensus/nodejs": "^0.0.16",
"@opencensus/propagation-b3": "^0.0.16",
"@opencensus/exporter-zipkin": "^0.0.17",
"@opencensus/nodejs": "^0.0.17",
"@opencensus/propagation-b3": "^0.0.17",
"cookie-parser": "^1.4.4",
"express": "^4.17.0",
"http": "*",
Expand Down
6 changes: 3 additions & 3 deletions examples/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.4.0",
"@opencensus/exporter-stackdriver": "^0.0.16",
"@opencensus/instrumentation-grpc": "^0.0.16",
"@opencensus/nodejs": "^0.0.16",
"@opencensus/exporter-stackdriver": "^0.0.17",
"@opencensus/instrumentation-grpc": "^0.0.17",
"@opencensus/nodejs": "^0.0.17",
"grpc": "^1.18.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"fix": "semistandard --fix"
},
"dependencies": {
"@opencensus/exporter-zipkin": "^0.0.16",
"@opencensus/nodejs": "^0.0.16",
"@opencensus/propagation-tracecontext": "^0.0.16",
"@opencensus/exporter-zipkin": "^0.0.17",
"@opencensus/nodejs": "^0.0.17",
"@opencensus/propagation-tracecontext": "^0.0.17",
"http": "*"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/stats/exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"semistandard": "^13.0.1"
},
"dependencies": {
"@opencensus/core": "^0.0.16",
"@opencensus/exporter-prometheus": "^0.0.16",
"@opencensus/exporter-stackdriver": "^0.0.16"
"@opencensus/core": "^0.0.17",
"@opencensus/exporter-prometheus": "^0.0.17",
"@opencensus/exporter-stackdriver": "^0.0.17"
}
}
4 changes: 2 additions & 2 deletions examples/stats/web_client_monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "npm run lint"
},
"dependencies": {
"@opencensus/core": "0.0.16",
"@opencensus/exporter-stackdriver": "0.0.16",
"@opencensus/core": "^0.0.17",
"@opencensus/exporter-stackdriver": "^0.0.17",
"express": "^4.16.3"
}
}

0 comments on commit 379711a

Please sign in to comment.