File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
elasticsearch-model/lib/elasticsearch/model
elasticsearch-persistence/lib/elasticsearch/persistence
elasticsearch-rails/lib/elasticsearch/rails Expand file tree Collapse file tree 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+
123## 6.0.0.pre
224
325* Added the "Compatibility" chapter to the READMEs
Original file line number Diff line number Diff line change 11module Elasticsearch
22 module Model
3- VERSION = '6.0.0.pre '
3+ VERSION = '6.0.0'
44 end
55end
Original file line number Diff line number Diff line change 11module Elasticsearch
22 module Persistence
3- VERSION = '6.0.0.pre '
3+ VERSION = '6.0.0'
44 end
55end
Original file line number Diff line number Diff line change 11module Elasticsearch
22 module Rails
3- VERSION = '6.0.0.pre '
3+ VERSION = '6.0.0'
44 end
55end
You can’t perform that action at this time.
0 commit comments