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

Commit b1edb7e

Browse files
authored
chore: 0.0.22 release proposal (#809)
1 parent d07d893 commit b1edb7e

File tree

30 files changed

+267
-582
lines changed

30 files changed

+267
-582
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.0.22 - 2020-05-18
8+
- fix(deps): update dependency uuid to v8 (#807)
9+
- Addition of Stats Exporter for Microsoft Azure (#795)
10+
- chore(deps): bump jquery from 3.4.1 to 3.5.0 (#801)
11+
- fix(deps): update dependency uuid to v7 (#779)
12+
- chore(deps): update dependency google-proto-files to v2 (#796)
13+
- chore(deps): update dependency nodemon to v2 (#771)
14+
- fix(deps): update dependency semver to v7 (#778)
15+
- fix CoreTracerBase not respecting propagated trace options (#811)
16+
717
## 0.0.21 - 2020-03-30
818
- chore(core): store cls contexts on a Map (#786)
919
- fix: `opencensus-instrumentation-grpc` reduce vulnerabilities (#749)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.21"
6+
"version": "0.0.22"
77
}

packages/opencensus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/core",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@opencensus/example-automatic-tracing",
33
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
4-
"version": "0.0.21",
4+
"version": "0.0.22",
55
"private": true,
66
"main": "zipkin.js",
77
"dependencies": {
8-
"@opencensus/exporter-instana": "^0.0.21",
9-
"@opencensus/exporter-stackdriver": "^0.0.21",
10-
"@opencensus/exporter-zipkin": "^0.0.21",
11-
"@opencensus/nodejs": "^0.0.21"
8+
"@opencensus/exporter-instana": "^0.0.22",
9+
"@opencensus/exporter-stackdriver": "^0.0.22",
10+
"@opencensus/exporter-zipkin": "^0.0.22",
11+
"@opencensus/nodejs": "^0.0.22"
1212
}
1313
}

packages/opencensus-exporter-azure/package-lock.json

Lines changed: 187 additions & 512 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-exporter-azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-azure",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus Azure Exporter allows the user to send stats and traces collected with OpenCensus Node.js to Azure Monitor.",
55
"type": "module",
66
"main": "index.ts",

packages/opencensus-exporter-instana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-instana",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,6 +63,6 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.21"
66+
"@opencensus/core": "^0.0.22"
6767
}
6868
}

packages/opencensus-exporter-jaeger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-jaeger",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.21",
66+
"@opencensus/core": "^0.0.22",
6767
"jaeger-client": "~3.17.0"
6868
}
6969
}

packages/opencensus-exporter-object/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-object",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -61,6 +61,6 @@
6161
"typescript": "~3.2.0"
6262
},
6363
"dependencies": {
64-
"@opencensus/core": "^0.0.21"
64+
"@opencensus/core": "^0.0.22"
6565
}
6666
}

packages/opencensus-exporter-ocagent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-ocagent",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "OpenCensus Agent Exporter allows user to send collected trace to the OpenCensus Agent",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -64,8 +64,8 @@
6464
},
6565
"dependencies": {
6666
"@grpc/proto-loader": "^0.5.0",
67-
"@opencensus/core": "^0.0.21",
68-
"@opencensus/nodejs": "^0.0.21",
67+
"@opencensus/core": "^0.0.22",
68+
"@opencensus/nodejs": "^0.0.22",
6969
"grpc": "^1.20.3"
7070
}
7171
}

0 commit comments

Comments
 (0)