Skip to content

Release 1.41.0

Latest
Compare
Choose a tag to compare
@carlosalberto carlosalberto released this 22 Jan 03:02
a834643

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)
  • Remove Logger's Log Instrumentation operations.
    (#4352)
  • Make all Logger operations user-facing.
    (#4352)

SDK Configuration

  • Clarify that implementations should interpret timeout environment variable
    values of zero as no limit (infinity).
    (#4331)