Skip to content

Releases: werbitzky/elastix

0.4.0

18 Apr 09:05
Compare
Choose a tag to compare

0.4.0

Improvements

  • Allow options in Search API calls
  • don't strip return atoms
  • add update api support

Breaking Changes

  • don't strip return atoms

v0.3.2

28 Feb 15:38
Compare
Choose a tag to compare

0.3.2

Improvements

  • add support for mappings
  • add support for bulk requests
  • bump up library versions (credo, httpoison, mix_test_watch)

v0.2.0

20 May 18:34
Compare
Choose a tag to compare

0.2.0

Improvements:

  • add support for index_new (@manukall)
  • add support for poison options (@manukall)
  • add support for index refresh (@manukall)
  • add shield support (@vdaniuk)

v0.1.1

06 Apr 21:06
Compare
Choose a tag to compare

0.1.1

Improvements:

  • relax/bump up poison/httpoison versions
  • use Application.get_env dynamically for configuration (will prevent Elastix from freezing configuration during compile-time)
  • make code credo-conform

v0.1.0

12 Nov 15:13
Compare
Choose a tag to compare

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