appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Telemetry 1.0 compatibility #98

Closed paulbhartzog closed 2 years ago

paulbhartzog commented 3 years ago

Telemetry 1.0 has no changes and purely marks the stability of the API:

https://github.com/beam-telemetry/telemetry/blob/main/CHANGELOG.md

Need Mojito to work with Telemetry 1.0. Thx.

gamache commented 2 years ago

Thanks for the report! This is fixed in Mojito 0.7.10.

paulbhartzog commented 2 years ago

@gamache Thx SO much !