Skip to content

Commit

Permalink
Release 1.41.0 (#4360)
Browse files Browse the repository at this point in the history
### 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))
  • Loading branch information
carlosalberto authored Jan 22, 2025
1 parent 0319dea commit a834643
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ release.

### Logs

- Remove `Logger`'s Log Instrumentation operations.
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
- Make all `Logger` operations user-facing.
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))

### Events

- Remove the deprecated Events API and SDK in favor of having Events support in the Logs API and SDK.
([#4353](https://github.com/open-telemetry/opentelemetry-specification/pull/4353))

### Baggage

### Resource
Expand All @@ -37,16 +27,29 @@ release.

### SDK Configuration

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

### Common

### Supplementary Guidelines

### OTEPs

## v1.41.0 (2025-01-21)

### Logs

- Remove the deprecated Events API and SDK in favor of having Events support in the Logs API and SDK.
([#4353](https://github.com/open-telemetry/opentelemetry-specification/pull/4353))
- Remove `Logger`'s Log Instrumentation operations.
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))
- Make all `Logger` operations user-facing.
([#4352](https://github.com/open-telemetry/opentelemetry-specification/pull/4352))

### SDK Configuration

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

## v1.40.0 (2024-12-12)

### Context
Expand Down

0 comments on commit a834643

Please sign in to comment.