Skip to content

v0.1.0

Compare
Choose a tag to compare
@werbitzky werbitzky released this 12 Nov 15:13
· 158 commits to master since this release

0.1.0

Improvements:

  • deprecate :elastic_url configuration variable in favor of extended signature of Elastix functions by an elastic_url parameter – this way multiple elastic servers can be used and it is up to the user to provide the configuration mechanism (for example use a library that can change configuration during runtime and not to freeze the configuration during compile time like Mix.Config does)
  • relax HTTPoison version dependency

Breaking Changes:

  • :elastic_url can't be configured on App configuration level anymore