github-actions[bot] a4aa30dc4d
Opentelemetry Process Propagator v0.3.0 (#279)
* Prep release v0.3.0

---------

Co-authored-by: bryannaegele <5731285+bryannaegele@users.noreply.github.com>
Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
2024-02-12 15:54:50 -07:00

38 lines
751 B
Markdown

# 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
## v0.2.1
### Fixes
- Fix return spec types
## v0.2.0
### Added
- Conveniencies for the Task module