Commit
9c7debe0aedab7b25a8d004dbe8385fb9fa5b12b
Exists in
master
and in
21 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, highlighted, index_name, lazy_index_name, less_deps, nested, reindex_async_threads, reindex_refactor, relation, relation_search, routing_queue, scope_attributes, search_as_you_type, synonyms_ci, test_language, threads, wildcard
Version bump to 0.6.1
| |
1
| +## 0.6.1 |
| |
2
| + |
| |
3
| +- Fixed huge issue w/ zero-downtime reindexing on 0.90 and elasticsearch-ruby 1.0 |
| |
4
| +- Restore load: false behavior |
| |
5
| +- Restore total_entries method |
| |
6
| + |
1
| ## 0.6.0 |
7
| ## 0.6.0 |
2
| |
8
| |
3
| - Moved to elasticsearch-ruby |
9
| - Moved to elasticsearch-ruby |
1
| module Searchkick |
1
| module Searchkick |
2
| - VERSION = "0.6.0" |
2
| + VERSION = "0.6.1" |
3
| end |
3
| end |