Skip to content

v0.44.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 23:23
· 3395 commits to main since this release
59ee60d

v0.44.0 Beta

πŸ›‘ Breaking changes πŸ›‘

  • Deprecate service.NewConfigProvider, and a new version service.MustNewConfigProvider (#4734).
  • Updated to OTLP 0.12.0. Deprecated traces and metrics messages that existed
    in 0.11.0 are no longer converted to the messages and fields that replaced the deprecated ones.
    Received deprecated messages and fields will be now ignored. In OTLP/JSON in the
    instrumentationLibraryLogs object the "logs" field is now named "logRecords" (#4724)

πŸ’‘ Enhancements πŸ’‘

  • Invalid requests now return an appropriate unsupported (405) or method not allowed (415) response (#4735)
  • client.Info: Add Host property for Metadata (#4736)