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

38 lines
751 B
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 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
2022-11-17 02:07:23 +00:00
## v0.2.1
### Fixes
- Fix return spec types
## v0.2.0
### Added
- Conveniencies for the Task module