Skip to content

Commit 1387819

Browse files
committed
Release 0.1.9
1 parent 39c1456 commit 1387819

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

elasticsearch-model/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.9
2+
3+
* Added a `suggest` method to wrap the suggestions in response
4+
* Added the `:includes` option to Adapter::ActiveRecord::Records for eagerly loading associated models
5+
* Delegated `max_pages` method properly for Kaminari's `next_page`
6+
* Fixed `#dup` behaviour for Elasticsearch::Model
7+
* Fixed typos in the README and examples
8+
19
## 0.1.8
210

311
* Added "default per page" methods for pagination with multi model searches
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "0.1.8"
3+
VERSION = "0.1.9"
44
end
55
end

elasticsearch-persistence/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.9
2+
3+
* Added, that raw `_source` is accessible from a model instance
4+
15
## 0.1.8
26

37
* Added `cluster.health wait_for_status: 'yellow'` to Repository integration test
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = "0.1.8"
3+
VERSION = "0.1.9"
44
end
55
end

elasticsearch-rails/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.9
2+
3+
* Added checks for proper launch order and other updates to the example application templates
4+
* Updated the example application to work with Elasticsearch 2.x
5+
* Used the `suggest` method instead of `response['suggest']` in the application template
6+
17
## 0.1.8
28

39
* Added an example application template that loads settings from a file
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "0.1.8"
3+
VERSION = "0.1.9"
44
end
55
end

0 commit comments

Comments
 (0)