Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit adf584e

Browse files
committed
Release 6.0.0
1 parent ff08073 commit adf584e

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 6.0.0
2+
3+
* Update to test against Elasticsearch 6.4
4+
* Fix sort order on ActiveRecord >= 5. re issue #546 (#831)
5+
6+
### ActiveModel
7+
8+
* Inherit from HashWrapper for disabling warnings
9+
* Fix import method to pass index name on refresh (#692)
10+
* Use default scope on ActiveRecord model when importing (#827)
11+
* Support scope, query and preprocess importing options in Mongoid Adapter in 6.x (#829)
12+
* Address performance of HashWrapper in Response objects (#825)
13+
14+
### Persistence
15+
16+
* Address performance of HashWrapper in Response objects (#825)
17+
* Minor refactor in Repository::Search
18+
* Remove example music app that demonstrates the AR pattern
19+
* Update Sinatra app
20+
* Update README
21+
* Change document type references to _doc
22+
123
## 6.0.0.pre
224

325
* Added the "Compatibility" chapter to the READMEs
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = '6.0.0.pre'
3+
VERSION = '6.0.0'
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = '6.0.0.pre'
3+
VERSION = '6.0.0'
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = '6.0.0.pre'
3+
VERSION = '6.0.0'
44
end
55
end

0 commit comments

Comments
 (0)