CHANGELOG in es-elasticity-0.7.1 vs CHANGELOG in es-elasticity-0.8.0
- old
+ new
@@ -1,4 +1,8 @@
+v0.8.0
+ - Make Elasticity::Strategies::AliasIndex the default
+ - Use mapping instead of mappings, we wanna be consistent to ES not to elasticsearch-ruby
+ - Better automatic index name and document type
v0.7.1
- add more response info to raised exceptions from reindexing
v0.6.5
- update search and multi search interfaces to allow passing of general
search definition arguments found in https://github.com/elastic/elasticsearch-ruby/blob/bdf5e145e5acc21726dddcd34492debbbddde568/elasticsearch-api/lib/elasticsearch/api/actions/search.rb#L125-L162