elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Replace deprecated stacktraces and bump requirements #224

Closed sabiwara closed 4 years ago

sabiwara commented 4 years ago

Replace deprecated System.stacktrace() by __STACKTRACE__ to fix warnings in Elixir 1.11. Bumped minimal elixir version accordingly to 1.7 (like ecto's current release)

sabiwara commented 4 years ago

Side note for the record: there are also warnings from the underlying connection library that could be fixed by bumping once this fix is released: https://github.com/fishcakez/connection/pull/13

josevalim commented 4 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: