-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
117 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"packages/opentelemetry-api-metrics": "0.25.0", | ||
"packages/opentelemetry-context-async-hooks": "0.25.0", | ||
"packages/opentelemetry-context-zone-peer-dep": "0.25.0", | ||
"packages/opentelemetry-context-zone": "0.25.0", | ||
"packages/opentelemetry-core": "0.25.0", | ||
"packages/opentelemetry-context-zone-peer-dep": "0.25.0", | ||
"packages/opentelemetry-core": "0.26.0", | ||
"packages/opentelemetry-exporter-collector": "0.26.0", | ||
"packages/opentelemetry-exporter-collector-grpc": "0.25.0", | ||
"packages/opentelemetry-exporter-collector-proto": "0.25.0", | ||
"packages/opentelemetry-exporter-collector": "0.25.0", | ||
"packages/opentelemetry-exporter-collector-proto": "0.26.0", | ||
"packages/opentelemetry-exporter-jaeger": "0.25.0", | ||
"packages/opentelemetry-exporter-prometheus": "0.25.0", | ||
"packages/opentelemetry-exporter-zipkin": "0.25.0", | ||
"packages/opentelemetry-instrumentation-fetch": "0.25.0", | ||
"packages/opentelemetry-instrumentation-grpc": "0.25.0", | ||
"packages/opentelemetry-instrumentation": "0.25.1", | ||
"packages/opentelemetry-instrumentation-fetch": "0.25.1", | ||
"packages/opentelemetry-instrumentation-grpc": "0.26.0", | ||
"packages/opentelemetry-instrumentation-http": "0.25.0", | ||
"packages/opentelemetry-instrumentation-xml-http-request": "0.25.0", | ||
"packages/opentelemetry-instrumentation": "0.25.0", | ||
"packages/opentelemetry-propagator-b3": "0.25.0", | ||
"packages/opentelemetry-propagator-jaeger": "0.25.0", | ||
"packages/opentelemetry-resources": "0.25.0", | ||
"packages/opentelemetry-sdk-metrics-base": "0.25.0", | ||
"packages/opentelemetry-sdk-node": "0.25.0", | ||
"packages/opentelemetry-sdk-trace-base": "0.25.0", | ||
"packages/opentelemetry-sdk-trace-base": "0.26.0", | ||
"packages/opentelemetry-sdk-trace-node": "0.25.0", | ||
"packages/opentelemetry-sdk-trace-web": "0.25.0", | ||
"packages/opentelemetry-semantic-conventions": "0.25.0", | ||
"packages/opentelemetry-shim-opentracing": "0.25.0" | ||
"packages/opentelemetry-semantic-conventions": "0.26.0", | ||
"packages/opentelemetry-shim-opentracing": "0.26.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/core-v0.25.0...core-v0.26.0) (2021-09-08) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove 'Http' from W3C propagator names (#2429) | ||
|
||
### Features | ||
|
||
* **opentelemetry-sdk-trace-base:** implemented option to limit length of values of attributes ([#2418](https://www.github.com/open-telemetry/opentelemetry-js/issues/2418)) ([78a78c0](https://www.github.com/open-telemetry/opentelemetry-js/commit/78a78c093c2df24b66c47af4e037da9a6098fedb)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove 'Http' from W3C propagator names ([#2429](https://www.github.com/open-telemetry/opentelemetry-js/issues/2429)) ([7d2c4aa](https://www.github.com/open-telemetry/opentelemetry-js/commit/7d2c4aaeb08e6c680f8b46cefcdfe955d7abe4b2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/exporter-collector-proto-v0.25.0...exporter-collector-proto-v0.26.0) (2021-09-08) | ||
|
||
|
||
### Features | ||
|
||
* OTEL_EXPORTER_OTLP_ENDPOINT append version and signal ([#2438](https://www.github.com/open-telemetry/opentelemetry-js/issues/2438)) ([dc574f7](https://www.github.com/open-telemetry/opentelemetry-js/commit/dc574f71685b90c3541c8ede9a91f852c8345fe7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/exporter-collector-v0.25.0...exporter-collector-v0.26.0) (2021-09-08) | ||
|
||
|
||
### Features | ||
|
||
* OTEL_EXPORTER_OTLP_ENDPOINT append version and signal ([#2438](https://www.github.com/open-telemetry/opentelemetry-js/issues/2438)) ([dc574f7](https://www.github.com/open-telemetry/opentelemetry-js/commit/dc574f71685b90c3541c8ede9a91f852c8345fe7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
### [0.25.1](https://www.github.com/open-telemetry/opentelemetry-js/compare/instrumentation-fetch-v0.25.0...instrumentation-fetch-v0.25.1) (2021-09-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **opentelemetry-instrumentation-fetch:** fixed override of headers ([#2426](https://www.github.com/open-telemetry/opentelemetry-js/issues/2426)) ([dbfabd2](https://www.github.com/open-telemetry/opentelemetry-js/commit/dbfabd2bff113b6cfd17096b12f287472c30c751)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/instrumentation-grpc-v0.25.0...instrumentation-grpc-v0.26.0) (2021-09-08) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove 'Http' from W3C propagator names (#2429) | ||
|
||
### Bug Fixes | ||
|
||
* remove 'Http' from W3C propagator names ([#2429](https://www.github.com/open-telemetry/opentelemetry-js/issues/2429)) ([7d2c4aa](https://www.github.com/open-telemetry/opentelemetry-js/commit/7d2c4aaeb08e6c680f8b46cefcdfe955d7abe4b2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
### [0.25.1](https://www.github.com/open-telemetry/opentelemetry-js/compare/instrumentation-v0.25.0...instrumentation-v0.25.1) (2021-09-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* handle missing package.json file when checking for version ([#2450](https://www.github.com/open-telemetry/opentelemetry-js/issues/2450)) ([3acebdc](https://www.github.com/open-telemetry/opentelemetry-js/commit/3acebdcc070cf736e932c9ab9b683eb047c5cabc)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/sdk-trace-base-v0.25.0...sdk-trace-base-v0.26.0) (2021-09-08) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove 'Http' from W3C propagator names (#2429) | ||
|
||
### Features | ||
|
||
* **opentelemetry-sdk-trace-base:** implemented option to limit length of values of attributes ([#2418](https://www.github.com/open-telemetry/opentelemetry-js/issues/2418)) ([78a78c0](https://www.github.com/open-telemetry/opentelemetry-js/commit/78a78c093c2df24b66c47af4e037da9a6098fedb)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove 'Http' from W3C propagator names ([#2429](https://www.github.com/open-telemetry/opentelemetry-js/issues/2429)) ([7d2c4aa](https://www.github.com/open-telemetry/opentelemetry-js/commit/7d2c4aaeb08e6c680f8b46cefcdfe955d7abe4b2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/semantic-conventions-v0.25.0...semantic-conventions-v0.26.0) (2021-09-08) | ||
|
||
|
||
### Features | ||
|
||
* upgrade semantic conventions to the latest 1.6.1 version ([#2456](https://www.github.com/open-telemetry/opentelemetry-js/issues/2456)) ([bec7791](https://www.github.com/open-telemetry/opentelemetry-js/commit/bec77913bc4bff2a887085ab96085157c0085546)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [0.26.0](https://www.github.com/open-telemetry/opentelemetry-js/compare/shim-opentracing-v0.25.0...shim-opentracing-v0.26.0) (2021-09-08) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove 'Http' from W3C propagator names (#2429) | ||
|
||
### Bug Fixes | ||
|
||
* remove 'Http' from W3C propagator names ([#2429](https://www.github.com/open-telemetry/opentelemetry-js/issues/2429)) ([7d2c4aa](https://www.github.com/open-telemetry/opentelemetry-js/commit/7d2c4aaeb08e6c680f8b46cefcdfe955d7abe4b2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters