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

Commit 24a9e9d

Browse files
authored
Post Release: update CHANGELOG and Examples (#573)
1 parent f9a851c commit 24a9e9d

File tree

5 files changed

+23
-11
lines changed

5 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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": {

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.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": {

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.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
}

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.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
}

0 commit comments

Comments
 (0)