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

Commit bd61df3

Browse files
authored
Post Release: update CHANGELOG and Examples (#540)
1 parent bc32fee commit bd61df3

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.0.13 - 2019-05-20
8+
- Exporter/Stats/Prometheus: Fix missing tags for HTTP metrics
9+
- http-instrumentation: add support for the addition of custom attributes to spans
10+
- Set CurrentRootSpan correctly
11+
- Chore: update GRPC to 1.12.3
12+
- Fix: handle infinite loop caused by get traceState()
13+
- Chore: upgrade engines field to >=8
14+
- Chore: Fix js-yaml vulnerability from Codecov
15+
- Change CLS import to do stats type more general
16+
717
**This release has a breaking change. Please test your code accordingly after upgrading.**
818

9-
- http-instrumentation: add support for the addition of custom attributes to spans
1019
- Remove Span's `startChildSpan(nameOrOptions?: string|SpanOptions, kind?: SpanKind)` interface, now only `SpanOptions` object interface is supported.
1120

1221
## 0.0.12 - 2019-05-13

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.12",
25-
"@opencensus/instrumentation-grpc": "^0.0.12",
26-
"@opencensus/nodejs": "^0.0.12",
24+
"@opencensus/exporter-stackdriver": "^0.0.13",
25+
"@opencensus/instrumentation-grpc": "^0.0.13",
26+
"@opencensus/nodejs": "^0.0.13",
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.12",
24-
"@opencensus/nodejs": "^0.0.12",
25-
"@opencensus/propagation-tracecontext": "^0.0.12",
23+
"@opencensus/exporter-zipkin": "^0.0.13",
24+
"@opencensus/nodejs": "^0.0.13",
25+
"@opencensus/propagation-tracecontext": "^0.0.13",
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.12",
30-
"@opencensus/exporter-prometheus": "^0.0.12",
31-
"@opencensus/exporter-stackdriver": "^0.0.12"
29+
"@opencensus/core": "^0.0.13",
30+
"@opencensus/exporter-prometheus": "^0.0.13",
31+
"@opencensus/exporter-stackdriver": "^0.0.13"
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.12",
18-
"@opencensus/exporter-stackdriver": "0.0.12",
17+
"@opencensus/core": "0.0.13",
18+
"@opencensus/exporter-stackdriver": "0.0.13",
1919
"express": "^4.16.3"
2020
}
2121
}

0 commit comments

Comments
 (0)