Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 560 Bytes

CHANGELOG.md

File metadata and controls

10 lines (6 loc) · 560 Bytes

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 it 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