NFIBrokerage / slipstream

A slick WebSocket client for Phoenix Channels
https://hex.pm/packages/slipstream
Apache License 2.0
155 stars 18 forks source link

Allow telemetry 1.0 to be used #41

Closed fhunleth closed 2 years ago

fhunleth commented 2 years ago

Telemetry 1.0.0 is pretty much the same as 0.4.3 and was made to mark the telemetry API as stable. This allows both 0.4 and 1.0 releases to be considered when hex evaluates project dependencies. This avoids downgrades of telemetry_poller and cowboy_telemetry and possibly other libraries.

See https://diff.hex.pm/diff/telemetry/0.4.3..1.0.0 for the changes between 0.4.3 and 1.0.0.

fhunleth commented 2 years ago

That was fast!! Thanks!