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

chore(multiple): 0.0.10 release proposal #464

Merged

Conversation

mayurkale22
Copy link
Member

https://github.com/census-instrumentation/opencensus-node/releases/tag/untagged-8eee61a1f02562e33fcd

Feature and Bug Fixes
bd4f1b6 Message events: use counters instead of hexdecimal value (#446)
27de0b1 update plugin loader (#386)
cbd1d99 Add MetricOptions to simplify all addXGauge (#458)
469d15a [Core] Enforce strictNullChecks (#453)
9f4a627 Regenerate ocagent proto files (#456)
ca97ca3 Exclude JS files from codecov (#451)
3a67125 Add code style checker in unit test workflow (#448)
4b7d14c Use ts-mocha to run tests (#444)
c5a7d07 Add support for gRPC tags propagation (#443)
b5a49c1 Add HTTP/W3C text format serializer to Tag propagation component (#445)
2652f20 Propagation-Jaeger: Enforce strictNullChecks and noUnusedLocals (#433)
4eaf539 only require userland CLS when needed (#435)
04f1fee Add support for Binary Format serializer for TagMap (#431)
d3e2d7c Make Stackdriver propagation module consistent with other propagations interface (#436)
234c395 opencensus-zpages: Enforce strictNullChecks and noUnusedLocals (#432)
d838da0 Tags: Add support for TagMetadata (#424)
8b80a65 Stats: Record against implicit (current) tag context (#418)
6e666d3 Propagation/B3: Enforce strictNullChecks and noUnusedLocals (#421)
d017e2f opencensus-nodejs: Enforce strictNullChecks (#426)
fa110c4 add ioredis instrumentation plugin (#410)
66ebc78 Use options.host instead of options.hostname (#416) (#417)
096eb70 Exporter/Prometheus: Enforce strictNullChecks and noUnusedLocals (#419)
1c0d0b5 Enforce/strictNullChecks: Stackdriver (#408)
a499b36 Add default labels for issue (#407)
bccd6be Enforce/strictNullChecks: MongoDB Plugin (#412)
fd92679 Add support for recording exemplars (#405)
55efec4 Restrict people who can approve reviews. This is to ensure code quality. (#409)
0d91323 Instrumentation/HTTP2/HTTPS: Enforce strictNullChecks and noUnusedLocals (#406)
89cb441 Jaeger exporter: remove require wrapper and make requires direct (#302)
36f63e6 Code Enhancement/Refactor (#403)
73f83a1 Exporter/jaeger: Enforce strictNullChecks and noUnusedLocals (#382)
36ec183 Support sampling per span (#394)
31bfa65 Exporter/Instana: Enforce strictNullChecks and noUnusedLocals (#390)
85e2fc2 Add support for unregister stats exporter whenever the exporter is not needed anymore (#397)
fa97a9b Enforce strictNullChecks and noUnusedLocals on opencensus-propagation-tracecontext (#377)
1140dd3 Add a NoRecord RootSpan and Span (#389)
58eff0f Fix mongodb instrumentation not ending span correctly (#358)
fa1ea7f Exporter/Zipkin: Enforce strictNullChecks and noUnusedLocals (#381)
d26ce56 implement redis instrumentation plugin (#359)
2fd1a7b Exporter/Stackdriver: Update childSpanCount (#380)
a5c2971 Add support for recording HTTP stats (#370)
6cb24ee Add HTTP instrumentation guide (#369)
04dcdbe fix: packages/opencensus-propagation-stackdriver/package.json & packages/opencensus-propagation-stackdriver/package-lock.json to reduce vulnerabilities (#376)
bc0de66 gRPC plugin : remove metrics to stats (#374)
c0fe475 fix: packages/opencensus-nodejs/package.json & packages/opencensus-nodejs/package-lock.json to reduce vulnerabilities (#372)
fe7606e fix: packages/opencensus-instrumentation-grpc/package.json & packages/opencensus-instrumentation-grpc/package-lock.json to reduce vulnerabilities (#373)
b74cefa Update examples with latest OC version and format using semistandard (#371)
608943d Add support for child span count (#332)
0f76085 Add support for recording gRPC stats (#357)
4714705 Fix the exporter-ocagent (#366)
d4f36b0 enforce strictNullChecks on HTTP plugin (#364)
8ba7367 Add Measure, TagKey and View constants for recording HTTP stats (#360)
8572750 Fix stackdriver test (#363)
0267db1 Add gRPC integration guide (#355)
622cc75 chore(deps): update dependency mocha to v6 (#350)
2c56a2a add option of passing in an object to the createChildSpan (#349)
5b8dced Use binary format for grpc plugin (#354)
fc5f4d1 Add support for Binary propagation format (#353)
4530fc6 add default value when attributes are not specified (#351)
21b64a0 chore(deps): update dependency nyc to v13.3.0 (#329)
7dac11f fixes http.get patches for header propagation #117 (#324)
0605a67 Update uncompressedSize and compressedSize for exporters (#347)
9d592e6 exporter/Zipkin: Add missing fields (Annotation,Status,MessageEvent etc) (#345)
3638ca5 Add instrumentation for grpc (#343)
a687f7f Add message sizes to addMessageEvent function (#344)

ReadMe and Examples
1bb958a chore: add node 11 ci job (#375)
cc980f2 Update README and CHANGELOG (#378)
7f23366 Add example for tracing (#379)
26eb382 Fix docs (#457)
227fb39 Add gauge example (#460)
5dfea38 Add snyk (vulnerability) badge (#420)

Dependencies
34dd809 Fix vulnerability : handlebars (#398)
1069791 fix(deps): update dependency @grpc/proto-loader to ^0.4.0 (#298)
a887a57 chore(deps): update dependency ts-node to v8 (#303)
342a10e upgrade typescript (#396)
9741369 Update dependency google-proto-files to ^0.20.0 (#428)
1dae581 Update dependency gcp-metadata to v1 (#346)
22409df Update dependency semver to v6 (#449)
0c733be Update dependency @types/semver to v6 (#461)
ac0ef77 Chore: sync package-lock (#440)
6574abf Chore: Remove unwanted dependencies (#439)
9c95aa0 Remove deprecated @types/pkg-dir and pkg-dir (#438)
9f4a627 Regenerate ocagent proto files (#456)

@codecov-io
Copy link

Codecov Report

Merging #464 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
+ Coverage    94.7%   94.72%   +0.01%     
==========================================
  Files         150      150              
  Lines        9770     9763       -7     
  Branches      737      734       -3     
==========================================
- Hits         9253     9248       -5     
+ Misses        517      515       -2
Impacted Files Coverage Δ
src/zpages-frontend/page-handlers/templates-dir.ts 75% <0%> (-25%) ⬇️
src/http-stats.ts 100% <0%> (ø) ⬆️
...c/zpages-frontend/controllers/tracez.controller.ts 100% <0%> (ø) ⬆️
...es-frontend/controllers/traceconfigz.controller.ts 100% <0%> (ø) ⬆️
src/zpages-frontend/routes.ts 100% <0%> (ø) ⬆️
src/zpages-frontend/controllers/rpcz.controller.ts 100% <0%> (ø) ⬆️
...c/zpages-frontend/controllers/statsz.controller.ts 100% <0%> (ø) ⬆️
test/test-instana.ts 100% <0%> (+11.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd4f1b6...bdb26f0. Read the comment docs.

@mayurkale22 mayurkale22 merged commit a8ad77d into census-instrumentation:master Apr 3, 2019
@mayurkale22 mayurkale22 deleted the 0.0.10-proposal branch April 3, 2019 17:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants