Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@danielberkompas danielberkompas released this 02 Sep 00:48
· 117 commits to master since this release
  • BREAKING: routing function is now required to be specified in the Elasticsearch.Document protocol. You may specify it to return false to use default routing (document id).

  • BREAKING: The Elasticsearch.Store behaviour has been changed to use streams instead of limit/offset. This is more performant on SQL databases.

  • BREAKING: Index.hot_swap/3 was refactored to take only 2 arguments, the cluster and the index to be built. This makes it easier to call.

  • Feature: This library now better supports Distillery for deployment. See the Distillery guide for details.

See the Upgrade guide for more details.