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: experimental/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,12 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
10
10
11
11
### :rocket: Features
12
12
13
+
* feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using `json-schema-to-typescript` and `ajv`[#6533](https://github.com/open-telemetry/opentelemetry-js/pull/6533)@MikeGoldsmith
14
+
13
15
### :bug: Bug Fixes
14
16
17
+
* fix(configuration): do not validate `OTEL_CONFIG_FILE` value before using it for file config [#6643](https://github.com/open-telemetry/opentelemetry-js/pull/6643)@trentm
18
+
15
19
### :books: Documentation
16
20
17
21
### :house: Internal
@@ -48,7 +52,6 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
48
52
49
53
### :rocket: Features
50
54
51
-
* feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using `json-schema-to-typescript` and `ajv`[#6533](https://github.com/open-telemetry/opentelemetry-js/pull/6533)
* feat(sdk-node): add `buildSamplerFromConfig` to construct a sampler from a declarative config model [#6536](https://github.com/open-telemetry/opentelemetry-js/pull/6536)@ravitheja4531-cell
0 commit comments