This format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
Changed
- Breaking: Renamed the project from
req_telemetry/ReqTelemetrytoreq_tele/ReqTele. This package is a fork ofreq_telemetryby Zach Allaun. - Event
:urlmetadata now uses the path params template when present (zachallaun/req_telemetry#11, thanks @hauleth!)
Added
- Event metadata now includes the full
Req.RequestandReq.Responsestructs under the:requestand:responsekeys (zachallaun/req_telemetry#12, thanks @martosaur!)
Fixed
- Upgrade
reqto~> 0.6to resolve dependency vulnerabilities. (zachallaun/req_telemetry#13, thanks @Wigny!)
v0.1.1 (2024-7-10)
Fixed
- Fixed a Dialyzer error.
v0.1.0 (2024-7-9)
Added
- Add support for
req0.5.X (#6, thanks @nicholasbair!)
Changed
- Breaking:
req_telemetrynow requires Elixir 1.13+.
v0.0.4 (2024-1-29)
Added
- Add support for
req0.4.X (#5, thanks @aselder!)