You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,24 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
11
11
12
12
### :rocket: (Enhancement)
13
13
14
-
* perf(sdk-trace-base): do not allocate arrays if resource has no pending async attributes
15
-
16
14
### :bug: (Bug Fix)
17
15
18
-
* fix(sdk-metrics): increase the depth of the output to the console such that objects in the metric are printed fully to the console [#4522](https://github.com/open-telemetry/opentelemetry-js/pull/4522)@JacksonWeber
19
-
20
16
### :books: (Refine Doc)
21
17
22
18
### :house: (Internal)
23
19
20
+
## 1.23.0
21
+
22
+
### :rocket: (Enhancement)
23
+
24
+
* perf(sdk-trace-base): do not allocate arrays if resource has no pending async attributes [#4576](https://github.com/open-telemetry/opentelemetry-js/pull/4576)@Samuron
25
+
* feat(sdk-metrics): added experimental synchronous gauge to SDK [#4565](https://github.com/open-telemetry/opentelemetry-js/pull/4565)@clintonb
26
+
* this change will become user-facing in an upcoming release
27
+
28
+
### :bug: (Bug Fix)
29
+
30
+
* fix(sdk-metrics): increase the depth of the output to the console such that objects in the metric are printed fully to the console [#4522](https://github.com/open-telemetry/opentelemetry-js/pull/4522)@JacksonWeber
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+20-12
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ All notable changes to experimental packages in this project will be documented
6
6
7
7
### :boom: Breaking Change
8
8
9
+
### :rocket: (Enhancement)
10
+
11
+
### :bug: (Bug Fix)
12
+
13
+
### :books: (Refine Doc)
14
+
15
+
### :house: (Internal)
16
+
17
+
## 0.50.0
18
+
19
+
### :boom: Breaking Change
20
+
9
21
* fix(exporter-*-otlp-grpc)!: lazy load gRPC to improve compatibility with `@opentelemetry/instrumenation-grpc`[#4432](https://github.com/open-telemetry/opentelemetry-js/pull/4432)@pichlermarc
10
22
* Fixes a bug where requiring up the gRPC exporter before enabling the instrumentation from `@opentelemetry/instrumentation-grpc` would lead to missing telemetry
11
23
* Breaking changes, removes several functions and properties that were used internally and were not intended for end-users
@@ -19,19 +31,17 @@ All notable changes to experimental packages in this project will be documented
19
31
* was used internally to keep track of the service client used by the exporter, as a side effect it allowed end-users to modify the gRPC service client that was used
20
32
*`compression`
21
33
* was used internally to keep track of the compression to use but was unintentionally exposed to the users. It allowed to read and write the value, writing, however, would have no effect.
22
-
* feat(api-events)!: removed domain from the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4569)
23
-
* fix(events-api)!: renamed EventEmitter to EventLogger in the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4568)
24
-
* feat(api-logs)!: changed LogRecord body data type to AnyValue [#4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)
25
-
and AnyValueMap types [#4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)
34
+
* feat(api-events)!: removed domain from the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4569)@martinkuba
35
+
* fix(api-events)!: renamed EventEmitter to EventLogger in the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4568)@martinkuba
36
+
* feat(api-logs)!: changed LogRecord body data type to AnyValue and AnyValueMap types [#4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)@martinkuba
26
37
27
38
### :rocket: (Enhancement)
28
39
29
-
* feat(metrics): added synchronous gauge to SDK [#4565](https://github.com/open-telemetry/opentelemetry-js/pull/4565)@clintonb
* refactor(instr-http): use exported strings for semconv. [#4573](https://github.com/open-telemetry/opentelemetry-js/pull/4573/)@JamieDanielson
* refactor(instrumentation-http): use exported strings for semconv [#4573](https://github.com/open-telemetry/opentelemetry-js/pull/4573/)@JamieDanielson
* feat(sdk-node): add `HostDetector` as default resource detector
34
-
* feat(api-events): added data field to the Event interface [4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)
43
+
* feat(sdk-node): add `HostDetector` as default resource detector[#4566](https://github.com/open-telemetry/opentelemetry-js/pull/4566)@maryliag
44
+
* feat(api-events): added data field to the Event interface [#4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)@martinkuba
35
45
36
46
### :bug: (Bug Fix)
37
47
@@ -41,9 +51,7 @@ and AnyValueMap types [#4575](https://github.com/open-telemetry/opentelemetry-js
41
51
42
52
### :books: (Refine Doc)
43
53
44
-
* docs(instr-http): document semantic conventions and attributes in use. [#4587](https://github.com/open-telemetry/opentelemetry-js/pull/4587/)@JamieDanielson
45
-
46
-
### :house: (Internal)
54
+
* docs(instrumentation-http): document semantic conventions and attributes in use. [#4587](https://github.com/open-telemetry/opentelemetry-js/pull/4587/)@JamieDanielson
0 commit comments