Skip to content

Release v0.22.0

Compare
Choose a tag to compare
@Aneurysm9 Aneurysm9 released this 26 Jul 22:30
· 1049 commits to main since this release
v0.22.0
da84290

Added

  • Add the zpages span processor. (#894)

Changed

  • The b3.B3 type has been removed.
    b3.New() and b3.WithInjectEncoding(encoding) are added to replace it. (#868)

Fixed

  • Fix deadlocks and race conditions in otelsarama.WrapAsyncProducer.
    The messaging.message_id and messaging.kafka.partition attributes are now not set if a message was not processed. (#754) (#755) (#881)
  • Fix otelsarama.WrapAsyncProducer so that the messages from the Errors channel contain the original Metadata. (#754)