Skip to content

Commit fa2e897

Browse files
dyladanvmarchaud
andauthored
chore: v0.26.0 proposal (#2505)
Co-authored-by: Valentin Marchaud <[email protected]>
1 parent a25e30a commit fa2e897

File tree

21 files changed

+144
-58
lines changed

21 files changed

+144
-58
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## 0.26.0
8+
9+
### :boom: Breaking Change
10+
11+
* `opentelemetry-exporter-collector-grpc`, `opentelemetry-exporter-otlp-grpc`, `opentelemetry-exporter-otlp-http`, `opentelemetry-exporter-otlp-proto`
12+
* [#2476](https://github.com/open-telemetry/opentelemetry-js/pull/2476) chore!: rename collector exporters ([@dyladan](https://github.com/dyladan))
13+
* `opentelemetry-core`, `opentelemetry-instrumentation-grpc`, `opentelemetry-sdk-trace-base`, `opentelemetry-shim-opentracing`
14+
* [#2429](https://github.com/open-telemetry/opentelemetry-js/pull/2429) fix!: remove 'Http' from W3C propagator names ([@aabmass](https://github.com/aabmass))
15+
16+
### :rocket: (Enhancement)
17+
18+
* `opentelemetry-core`, `opentelemetry-sdk-trace-base`
19+
* [#2430](https://github.com/open-telemetry/opentelemetry-js/pull/2430) feat(opentelemetry-sdk-trace-base): implemented general limits of attributes ([@banothurameshnaik](https://github.com/banothurameshnaik))
20+
* [#2418](https://github.com/open-telemetry/opentelemetry-js/pull/2418) feat(opentelemetry-sdk-trace-base): implemented option to limit length of values of attributes ([@banothurameshnaik](https://github.com/banothurameshnaik))
21+
* `opentelemetry-instrumentation`
22+
* [#2450](https://github.com/open-telemetry/opentelemetry-js/pull/2450) fix: handle missing package.json file when checking for version ([@nozik](https://github.com/nozik))
23+
* `opentelemetry-semantic-conventions`
24+
* [#2456](https://github.com/open-telemetry/opentelemetry-js/pull/2456) feat: upgrade semantic conventions to the latest 1.6.1 version ([@weyert](https://github.com/weyert))
25+
* `opentelemetry-exporter-collector-proto`, `opentelemetry-exporter-collector`
26+
* [#2438](https://github.com/open-telemetry/opentelemetry-js/pull/2438) feat: OTEL_EXPORTER_OTLP_ENDPOINT append version and signal ([@longility](https://github.com/longility))
27+
28+
### :bug: (Bug Fix)
29+
30+
* Other
31+
* [#2494](https://github.com/open-telemetry/opentelemetry-js/pull/2494) fix: remove setting http.route in http span attributes ([@mustafain117](https://github.com/mustafain117))
32+
* `opentelemetry-instrumentation-fetch`
33+
* [#2426](https://github.com/open-telemetry/opentelemetry-js/pull/2426) fix(opentelemetry-instrumentation-fetch): fixed override of headers ([@philipszalla](https://github.com/philipszalla))
34+
* `opentelemetry-sdk-trace-base`
35+
* [#2434](https://github.com/open-telemetry/opentelemetry-js/pull/2434) fix: ReferenceError when OTEL_TRACES_SAMPLER used without OTEL_TRACES_SAMPLER_ARG ([@hermanbanken](https://github.com/hermanbanken))
36+
37+
### :books: (Refine Doc)
38+
39+
* [#2478](https://github.com/open-telemetry/opentelemetry-js/pull/2478) Update links to packages moved to experimental ([@jessitron](https://github.com/jessitron))
40+
* [#2463](https://github.com/open-telemetry/opentelemetry-js/pull/2463) docs(README): Fix links in README.md ([@JamesJHPark](https://github.com/JamesJHPark))
41+
* [#2437](https://github.com/open-telemetry/opentelemetry-js/pull/2437) docs(examples): updated examples readme links ([@banothurameshnaik](https://github.com/banothurameshnaik))
42+
* [#2421](https://github.com/open-telemetry/opentelemetry-js/pull/2421) docs(website): support GH page links to canonical src ([@chalin](https://github.com/chalin))
43+
* [#2408](https://github.com/open-telemetry/opentelemetry-js/pull/2408) docs: make link to exporters filter only exporters ([@Rauno56](https://github.com/Rauno56))
44+
* [#2297](https://github.com/open-telemetry/opentelemetry-js/pull/2297) eslint configuration for getting-started examples ([@alisabzevari](https://github.com/alisabzevari))
45+
46+
### :house: (Internal)
47+
48+
* `opentelemetry-exporter-otlp-http`
49+
* [#2490](https://github.com/open-telemetry/opentelemetry-js/pull/2490) chore: mark otlp exporters experimental ([@dyladan](https://github.com/dyladan))
50+
* [#2491](https://github.com/open-telemetry/opentelemetry-js/pull/2491) fix: remove usage of serviceName property in tests for otel collector ([@mustafain117](https://github.com/mustafain117))
51+
* `opentelemetry-sdk-node`
52+
* [#2473](https://github.com/open-telemetry/opentelemetry-js/pull/2473) chore: move sdk-node to experimental ([@dyladan](https://github.com/dyladan))
53+
* [#2453](https://github.com/open-telemetry/opentelemetry-js/pull/2453) chore(sdk-node): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
54+
* Other
55+
* [#2469](https://github.com/open-telemetry/opentelemetry-js/pull/2469) Drop website_docs folder ([@chalin](https://github.com/chalin))
56+
* [#2474](https://github.com/open-telemetry/opentelemetry-js/pull/2474) chore: move missed test file to its package ([@dyladan](https://github.com/dyladan))
57+
* [#2435](https://github.com/open-telemetry/opentelemetry-js/pull/2435) chore: simplify unit test cache ([@dyladan](https://github.com/dyladan))
58+
* `opentelemetry-context-zone`, `opentelemetry-core`, `opentelemetry-exporter-collector-grpc`, `opentelemetry-exporter-collector-proto`, `opentelemetry-exporter-collector`, `opentelemetry-exporter-prometheus`, `opentelemetry-exporter-zipkin`, `opentelemetry-instrumentation-fetch`, `opentelemetry-instrumentation-grpc`, `opentelemetry-instrumentation-http`, `opentelemetry-instrumentation-xml-http-request`, `opentelemetry-propagator-b3`, `opentelemetry-propagator-jaeger`, `opentelemetry-resources`, `opentelemetry-sdk-metrics-base`, `opentelemetry-sdk-node`, `opentelemetry-sdk-trace-base`, `opentelemetry-sdk-trace-web`
59+
* [#2462](https://github.com/open-telemetry/opentelemetry-js/pull/2462) chore: split stable and experimental packages into groups using directories ([@dyladan](https://github.com/dyladan))
60+
* `opentelemetry-instrumentation-http`
61+
* [#2126](https://github.com/open-telemetry/opentelemetry-js/pull/2126) feat(instrumentation-http): add diag debug on http request events ([@Asafb26](https://github.com/Asafb26))
62+
* [#2455](https://github.com/open-telemetry/opentelemetry-js/pull/2455) chore(instrumentation-http): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
63+
* `opentelemetry-instrumentation-fetch`
64+
* [#2454](https://github.com/open-telemetry/opentelemetry-js/pull/2454) chore(instrumentation-fetch): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
65+
* `opentelemetry-exporter-collector`
66+
* [#2452](https://github.com/open-telemetry/opentelemetry-js/pull/2452) chore(exporter-collector): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
67+
* `opentelemetry-sdk-trace-base`, `opentelemetry-sdk-trace-node`
68+
* [#2446](https://github.com/open-telemetry/opentelemetry-js/pull/2446) chore(sdk-trace): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
69+
* `opentelemetry-exporter-prometheus`, `opentelemetry-exporter-zipkin`, `opentelemetry-shim-opentracing`
70+
* [#2447](https://github.com/open-telemetry/opentelemetry-js/pull/2447) chore(exporter): fix lint warnings ([@alisabzevari](https://github.com/alisabzevari))
71+
72+
### Committers: 18
73+
74+
* Aaron Abbott ([@aabmass](https://github.com/aabmass))
75+
* Ali Sabzevari ([@alisabzevari](https://github.com/alisabzevari))
76+
* Asaf Ben Aharon ([@Asafb26](https://github.com/Asafb26))
77+
* Banothu Ramesh Naik ([@banothurameshnaik](https://github.com/banothurameshnaik))
78+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
79+
* Gerhard Stöbich ([@Flarna](https://github.com/Flarna))
80+
* Herman ([@hermanbanken](https://github.com/hermanbanken))
81+
* James ([@JamesJHPark](https://github.com/JamesJHPark))
82+
* Jessica Kerr ([@jessitron](https://github.com/jessitron))
83+
* Long Mai ([@longility](https://github.com/longility))
84+
* Mustafain Ali Khan ([@mustafain117](https://github.com/mustafain117))
85+
* Patrice Chalin ([@chalin](https://github.com/chalin))
86+
* Philip Szalla ([@philipszalla](https://github.com/philipszalla))
87+
* Ran Nozik ([@nozik](https://github.com/nozik))
88+
* Rauno Viskus ([@Rauno56](https://github.com/Rauno56))
89+
* Siim Kallas ([@seemk](https://github.com/seemk))
90+
* Weyert de Boer ([@weyert](https://github.com/weyert))
91+
* legendecas ([@legendecas](https://github.com/legendecas))
92+
793
## 0.25.0
894

995
### :boom: Breaking Change

experimental/backwards-compatability/node10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backcompat-node10",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"private": true,
55
"description": "Backwards compatability app for node8 types and the OpenTelemetry Node.js SDK",
66
"main": "index.js",

experimental/backwards-compatability/node12/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backcompat-node12",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"private": true,
55
"description": "Backwards compatability app for node8 types and the OpenTelemetry Node.js SDK",
66
"main": "index.js",

experimental/backwards-compatability/node8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backcompat-node8",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"private": true,
55
"description": "Backwards compatability app for node8 types and the OpenTelemetry Node.js SDK",
66
"main": "index.js",

integration-tests/propagation-validation-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "propagation-validation-server",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "server for w3c tests",
55
"main": "validation_server.js",
66
"private": true,
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@opentelemetry/api": "^1.0.2",
15-
"@opentelemetry/context-async-hooks": "0.25.0",
16-
"@opentelemetry/core": "0.25.0",
17-
"@opentelemetry/sdk-trace-base": "0.25.0",
15+
"@opentelemetry/context-async-hooks": "0.26.0",
16+
"@opentelemetry/core": "0.26.0",
17+
"@opentelemetry/sdk-trace-base": "0.26.0",
1818
"axios": "0.21.1",
1919
"body-parser": "1.19.0",
2020
"express": "4.17.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.13.4",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"npmClient": "npm",
55
"packages": [
66
"benchmark/*",

packages/opentelemetry-context-async-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/context-async-hooks",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "OpenTelemetry AsyncHooks-based Context Manager",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opentelemetry-context-zone-peer-dep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/context-zone-peer-dep",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "OpenTelemetry Context Zone with peer dependency for zone.js",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

packages/opentelemetry-context-zone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/context-zone",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "OpenTelemetry Context Zone",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",
@@ -68,7 +68,7 @@
6868
"webpack-merge": "5.8.0"
6969
},
7070
"dependencies": {
71-
"@opentelemetry/context-zone-peer-dep": "0.25.0",
71+
"@opentelemetry/context-zone-peer-dep": "0.26.0",
7272
"zone.js": "^0.11.0"
7373
},
7474
"sideEffects": true

packages/opentelemetry-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/core",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "OpenTelemetry Core provides default and no-op implementations of the OpenTelemetry types for trace and metrics",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",
@@ -84,7 +84,7 @@
8484
"@opentelemetry/api": "^1.0.2"
8585
},
8686
"dependencies": {
87-
"@opentelemetry/semantic-conventions": "0.25.0",
87+
"@opentelemetry/semantic-conventions": "0.26.0",
8888
"semver": "^7.3.5"
8989
}
9090
}

0 commit comments

Comments
 (0)