File tree 2 files changed +13
-1
lines changed
elasticsearch-dsl/lib/elasticsearch/dsl
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### DSL 0.1.10
2
+ - Adds auto_generate_synonyms_phrase_query (@andreasklinger ) (3587ebe4dcecedd1f5e09adce4ddcf6cb163e9fa)
3
+ - Adds minimum_should_match option to bool filters (@MothOnMars ) (c127661f368970ad9158706b6c6134462524af56)
4
+ - Adds support for calendar_interval to DateHistogram (@tmaier ) (a3214c57ee876432a165f3e75f95a947a28d1484)
5
+ - Removes auto_generate_phrase_queries deprecated parameter (850eabaff268eacbce6179e76fb9d34f271bc586)
6
+ - Removes deprecated interval parameter (6b2e3bac39cf520d52adc17aee696fb7fa1de77a)
7
+ - Use pry-byebug for MRI and pry-nav for JRuby
8
+ - Improves running tests (default value for cluster set to 'http://localhost:9200 ')
9
+
10
+ ### DSL 0.1.9
11
+ - Adds track_total_hits option (@andreasklinger )
12
+
1
13
## 7.13.1
2
14
3
15
### Client
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module DSL
20
- VERSION = "0.1.9 "
20
+ VERSION = "0.1.10 "
21
21
end
22
22
end
You can’t perform that action at this time.
0 commit comments