Skip to content

Commit a834643

Browse files
Release 1.41.0 (#4360)
### Logs - Remove the deprecated Events API and SDK in favor of having Events support in the Logs API and SDK. ([#4353](#4353)) - Remove `Logger`'s Log Instrumentation operations. ([#4352](#4352)) - Make all `Logger` operations user-facing. ([#4352](#4352)) ### SDK Configuration - Clarify that implementations should interpret timeout environment variable values of zero as no limit (infinity). ([#4331](#4331))
1 parent 0319dea commit a834643

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ release.
1515

1616
### Logs
1717

18-
- Remove `Logger`'s Log Instrumentation operations.
19-
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
20-
- Make all `Logger` operations user-facing.
21-
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
22-
23-
### Events
24-
25-
- Remove the deprecated Events API and SDK in favor of having Events support in the Logs API and SDK.
26-
([#4353](https://github.com/open-telemetry/opentelemetry-specification/pull/4353))
27-
2818
### Baggage
2919

3020
### Resource
@@ -37,16 +27,29 @@ release.
3727

3828
### SDK Configuration
3929

40-
- Clarify that implementations should interpret timeout environment variable
41-
values of zero as no limit (infinity).
42-
([#4331](https://github.com/open-telemetry/opentelemetry-specification/pull/4331))
43-
4430
### Common
4531

4632
### Supplementary Guidelines
4733

4834
### OTEPs
4935

36+
## v1.41.0 (2025-01-21)
37+
38+
### Logs
39+
40+
- Remove the deprecated Events API and SDK in favor of having Events support in the Logs API and SDK.
41+
([#4353](https://github.com/open-telemetry/opentelemetry-specification/pull/4353))
42+
- Remove `Logger`'s Log Instrumentation operations.
43+
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
44+
- Make all `Logger` operations user-facing.
45+
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
46+
47+
### SDK Configuration
48+
49+
- Clarify that implementations should interpret timeout environment variable
50+
values of zero as no limit (infinity).
51+
([#4331](https://github.com/open-telemetry/opentelemetry-specification/pull/4331))
52+
5053
## v1.40.0 (2024-12-12)
5154

5255
### Context

0 commit comments

Comments
 (0)