Skip to content

Commit 51fbb71

Browse files
committed
[DSL] Release v0.1.10
1 parent 2e368c7 commit 51fbb71

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## 7.13.1
214

315
### Client

elasticsearch-dsl/lib/elasticsearch/dsl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module DSL
20-
VERSION = "0.1.9"
20+
VERSION = "0.1.10"
2121
end
2222
end

0 commit comments

Comments
 (0)