Skip to content

v2.0.0

Choose a tag to compare

@adriankumpf adriankumpf released this 22 Dec 14:38
· 117 commits to master since this release

Changed

  • Use tesla to make the underlying HTTP client configurable

Breaking Changes

  • Make hackney an optional dependency. To use the default hackney based adatper, add it to the list of dependencies:

    def deps do
      [
        {:logger_telegram_backend, "~> 2.0.0"},
        {:hackney, "~> 1.17"}
      ]
    end