Skip to content

v3.0.0

Choose a tag to compare

@mneudert mneudert released this 06 Mar 14:34
· 496 commits to master since this release
edb48ff
  • Enhancements

    • Default upstream database version is now 5.0.4
    • If a database or short code map contains no (zero) entries during statup/reload a Logger.info/1 will be sent unless startup_silent = true is configured
  • Backwards incompatible changes

    • Minimum required Elixir version is now ~> 1.9
    • The (default) :hackney download adapter will now only accept responses with "200 OK". Depending on your environment it could be required to configure following redirects using http_opts: [follow_redirect: true]