This repository was archived by the owner on Mar 20, 2024. It is now read-only.
File tree 4 files changed +25
-3
lines changed
elasticsearch-model/lib/elasticsearch/model
elasticsearch-persistence/lib/elasticsearch/persistence
elasticsearch-rails/lib/elasticsearch/rails
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
23
## 6.0.0.pre
2
24
3
25
* Added the "Compatibility" chapter to the READMEs
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = '6.0.0.pre '
3
+ VERSION = '6.0.0'
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = '6.0.0.pre '
3
+ VERSION = '6.0.0'
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = '6.0.0.pre '
3
+ VERSION = '6.0.0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments