Skip to content

Commit fd2410c

Browse files
authoredJul 28, 2021
chore: 0.24.0 release proposal (#2377)
1 parent 534e0d1 commit fd2410c

File tree

81 files changed

+341
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+341
-262
lines changed
 

‎CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,84 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.24.0
8+
9+
### :boom: Breaking Change
10+
11+
* `opentelemetry-core`, `opentelemetry-exporter-jaeger`, `opentelemetry-exporter-zipkin`, `opentelemetry-node`, `opentelemetry-resource-detector-aws`, `opentelemetry-resource-detector-gcp`, `opentelemetry-resources`, `opentelemetry-semantic-conventions`, `opentelemetry-web`
12+
* [#2345](https://github.com/open-telemetry/opentelemetry-js/pull/2345) feat: updated spec to v1.5.0 and renamed resource class ([@weyert](https://github.com/weyert))
13+
14+
### :rocket: (Enhancement)
15+
16+
* `opentelemetry-exporter-collector-proto`, `opentelemetry-exporter-collector`
17+
* [#2337](https://github.com/open-telemetry/opentelemetry-js/pull/2337) Support gzip compression for node exporter collector ([@alisabzevari](https://github.com/alisabzevari))
18+
* `opentelemetry-instrumentation-http`
19+
* [#2332](https://github.com/open-telemetry/opentelemetry-js/pull/2332) feat(@opentelemetry-instrumentation-http): support adding custom attributes before a span is started ([@echoontheway](https://github.com/echoontheway))
20+
* [#2349](https://github.com/open-telemetry/opentelemetry-js/pull/2349) fix(instrumentation-http): set outgoing request attributes on start span ([@blumamir](https://github.com/blumamir))
21+
* `opentelemetry-web`
22+
* [#2343](https://github.com/open-telemetry/opentelemetry-js/pull/2343) feat(opentelemetry-web): capture decodedBodySize / http.response_content_length_uncompressed ([@t2t2](https://github.com/t2t2))
23+
* `opentelemetry-instrumentation`
24+
* [#2309](https://github.com/open-telemetry/opentelemetry-js/pull/2309) chore: add includePrerelease option to instrumentation config ([@dyladan](https://github.com/dyladan))
25+
26+
### :bug: (Bug Fix)
27+
28+
* `opentelemetry-exporter-collector`
29+
* [#2357](https://github.com/open-telemetry/opentelemetry-js/pull/2357) fix: headers are appended to existing one (open-telemetry#2335) ([@niko-achilles](https://github.com/niko-achilles))
30+
* `opentelemetry-exporter-collector-grpc`
31+
* [#2322](https://github.com/open-telemetry/opentelemetry-js/pull/2322) fix(@opentelemetry/exporter-collector-grpc) regression from #2130 when host specified without protocol ([@lizthegrey](https://github.com/lizthegrey))
32+
* `opentelemetry-exporter-collector-proto`
33+
* [#2331](https://github.com/open-telemetry/opentelemetry-js/pull/2331) Change default HTTP exporter port to 55681 ([@NathanielRN](https://github.com/NathanielRN))
34+
35+
### :books: (Refine Doc)
36+
37+
* Other
38+
* [#2344](https://github.com/open-telemetry/opentelemetry-js/pull/2344) Additional website docs updates ([@svrnm](https://github.com/svrnm))
39+
* [#2365](https://github.com/open-telemetry/opentelemetry-js/pull/2365) docs: add quickstart code example ([@vreynolds](https://github.com/vreynolds))
40+
* [#2358](https://github.com/open-telemetry/opentelemetry-js/pull/2358) examples opentelemetry-api version fix ([@CptSchnitz](https://github.com/CptSchnitz))
41+
* [#2308](https://github.com/open-telemetry/opentelemetry-js/pull/2308) chore: use typedoc to build sdk reference ([@dyladan](https://github.com/dyladan))
42+
* [#2324](https://github.com/open-telemetry/opentelemetry-js/pull/2324) fix: update and make website docs work ([@svrnm](https://github.com/svrnm))
43+
* [#2328](https://github.com/open-telemetry/opentelemetry-js/pull/2328) chore: updating compatibility matrix ([@obecny](https://github.com/obecny))
44+
* [#2326](https://github.com/open-telemetry/opentelemetry-js/pull/2326) chore: fix tracer-web example webpack config ([@jonchurch](https://github.com/jonchurch))
45+
* `opentelemetry-resource-detector-aws`
46+
* [#2379](https://github.com/open-telemetry/opentelemetry-js/pull/2379) fix: fixup aws detector readme ([@legendecas](https://github.com/legendecas))
47+
* `opentelemetry-propagator-b3`
48+
* [#2342](https://github.com/open-telemetry/opentelemetry-js/pull/2342) docs: updates README.md for @opentelemetry/propagator-b3 ([@OmkarKirpan](https://github.com/OmkarKirpan))
49+
* `opentelemetry-exporter-collector-grpc`
50+
* [#2266](https://github.com/open-telemetry/opentelemetry-js/pull/2266) fix(exporter-collector-grpc): incorrect URL format on docs after 0.20.0 update ([@brunoluiz](https://github.com/brunoluiz))
51+
52+
### :house: (Internal)
53+
54+
* Other
55+
* [#2366](https://github.com/open-telemetry/opentelemetry-js/pull/2366) chore: adding Rauno56 to js approvers ([@obecny](https://github.com/obecny))
56+
* [#2350](https://github.com/open-telemetry/opentelemetry-js/pull/2350) chore: ignore backcompat in renovate ([@dyladan](https://github.com/dyladan))
57+
* [#2352](https://github.com/open-telemetry/opentelemetry-js/pull/2352) replaced word plugin with instrumentation ([@niko-achilles](https://github.com/niko-achilles))
58+
* [#2311](https://github.com/open-telemetry/opentelemetry-js/pull/2311) chore: ignore @types/node in backcompat ([@dyladan](https://github.com/dyladan))
59+
* `opentelemetry-exporter-collector-grpc`, `opentelemetry-exporter-jaeger`, `opentelemetry-instrumentation`, `opentelemetry-node`, `opentelemetry-sdk-node`, `opentelemetry-shim-opentracing`, `opentelemetry-tracing`, `opentelemetry-web`
60+
* [#2351](https://github.com/open-telemetry/opentelemetry-js/pull/2351) style: use single quotes everywhere and add a rule to eslint ([@blumamir](https://github.com/blumamir))
61+
* `template`
62+
* [#2319](https://github.com/open-telemetry/opentelemetry-js/pull/2319) chore: update package template engines version ([@jonchurch](https://github.com/jonchurch))
63+
64+
### Committers: 18
65+
66+
* (Eliseo) Nathaniel Ruiz Nowell ([@NathanielRN](https://github.com/NathanielRN))
67+
* Ali Sabzevari ([@alisabzevari](https://github.com/alisabzevari))
68+
* Amir Blum ([@blumamir](https://github.com/blumamir))
69+
* Bartlomiej Obecny ([@obecny](https://github.com/obecny))
70+
* Bruno Luiz Silva ([@brunoluiz](https://github.com/brunoluiz))
71+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
72+
* Gerhard Stöbich ([@Flarna](https://github.com/Flarna))
73+
* Jonathan Church ([@jonchurch](https://github.com/jonchurch))
74+
* Liz Fong-Jones ([@lizthegrey](https://github.com/lizthegrey))
75+
* Niko Achilles Kokkinos ([@niko-achilles](https://github.com/niko-achilles))
76+
* Ofer Adelstein ([@CptSchnitz](https://github.com/CptSchnitz))
77+
* Omkar Kirpan ([@OmkarKirpan](https://github.com/OmkarKirpan))
78+
* Severin Neumann ([@svrnm](https://github.com/svrnm))
79+
* Vera Reynolds ([@vreynolds](https://github.com/vreynolds))
80+
* Weyert de Boer ([@weyert](https://github.com/weyert))
81+
* [@echoontheway](https://github.com/echoontheway)
82+
* legendecas ([@legendecas](https://github.com/legendecas))
83+
* t2t2 ([@t2t2](https://github.com/t2t2))
84+
785
## 0.23.0
886

987
### :rocket: (Enhancement)

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a
4949

5050
| API Version | Core version | Contrib Version |
5151
| ----------- |--------------|-------------------------|
52+
| 1.0.x | 0.24.x | 0.24.x |
5253
| 1.0.x | 0.23.x | 0.23.x |
5354
| 1.0.x | 0.22.x | 0.22.x |
5455
| 0.21.x | 0.21.x | 0.21.x |

0 commit comments

Comments
 (0)
Please sign in to comment.