Skip to content

0.20.3

Choose a tag to compare

@brettlangdon brettlangdon released this 04 Feb 20:07
c8b1f40

Upgrading to 0.20.3

This is a bug fix release that requires no changes.

This release includes a fix for context propagation with futures. Under the right conditions we could incorrectly share a trace context between multiple futures threads which result in multiple traces being joined together in one.

Changes

Bug fixes

  • [core] Allow futures to skip creating new context if one doesn't exist (#806)

Read the full changeset and the release milestone.