v2.0.0
Changed
- Use tesla to make the underlying HTTP client configurable
Breaking Changes
-
Make hackney an optional dependency. To use the default
hackneybased adatper, add it to the list of dependencies:def deps do [ {:logger_telegram_backend, "~> 2.0.0"}, {:hackney, "~> 1.17"} ] end