opentelemetry-erlang-contrib/propagators/opentelemetry_process_propa.../CHANGELOG.md

751 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.3.0

Fixes

  • Process Propagator: Allow looking up parent when parent is a named process @jeffutter (#261)

Maintenance

  • Support for Elixir 1.15 and OTP 26 @tomtaylor (#188)
  • Fix documentation example for OpentelemetryProcessPropagator @bamorim (#220)
  • Fix tiny typos @davydog187 (#219)

v0.2.2

Fixes

  • Set default opts on Task.Supervisor.start_link/1

v0.2.1

Fixes

  • Fix return spec types

v0.2.0

Added

  • Conveniencies for the Task module