Skip to content

Commit c9f05e5

Browse files
committed
Update CHANGELOG to include 6.0 changes
1 parent ff6c23d commit c9f05e5

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
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+
23+
## 6.0.0.pre
24+
25+
* Added the "Compatibility" chapter to the READMEs
26+
* Updated the Bundler instructions and Github URLs in the READMEs
27+
* Updated the version on the `master` branch to `6.0.0.alpha1`
28+
* Update versions to 6.0.0.beta
29+
* minor: Fix spacing
30+
* Update various gemspecs to conditionally depend on gems incompatible with JRuby (#810)
31+
* Update versions
32+
* Use local as source for gem dependencies when possible
33+
* Only require 'oj' gem if not using JRuby
34+
* Update versions to .pre
35+
36+
### ActiveModel
37+
38+
* Added an example with a custom "pattern" analyzer
39+
* Added a "trigram" custom analyzer to the example
40+
* Fix README typo (s/situation/situations)
41+
* Fix reference to @ids in example and README
42+
* Add Callbacks to the example datamapper adapter
43+
* Fix `Asynchronous Callbacks` example
44+
* Fixed a typo in the README
45+
* Improved the custom analyzer example
46+
* Removed left-overs from previous implementation in the "completion suggester" example
47+
* Updated the `changes` method name in `Indexing` to `changes_to_save` for compatibility with Rails 5.1
48+
* Fixed the handling of changed attributes in `Indexing` to work with older Rails versions
49+
* Update child-parent integration test to use single index type for ES 6.3 (#805)
50+
* Use default doc type: _doc (#814)
51+
* Avoid making an update when no attributes are changed (#762)
52+
53+
### Persistence
54+
55+
* Updated the failing integration tests for Elasticsearch 5.x
56+
* Updated the dependency for "elasticsearch" and "elasticsearch-model" to `5.x`
57+
* Documentation for Model should include Model and not Repository
58+
* Depend on version >= 6 of elasticsearch gems
59+
* Undo last commit; depend on version 5 of elasticsearch gems
60+
* Reduce repeated string instantiation (#813)
61+
* Make default doc type '_doc' in preparation for deprecation of mapping types (#816)
62+
* Remove Elasticsearch::Persistence::Model (ActiveRecord persistence pattern) (#812)
63+
* Deprecate _all field in ES 6.x (#820)
64+
* Remove development dependency on virtus, include explicitly in Gemfile for integration test
65+
* Refactor Repository as mixin (#824)
66+
* Add missing Repository::Response::Results spec
67+
* Update README for Repository mixin refactor
68+
* Minor typo in README
69+
* Add #inspect method for Repository
70+
* Update references to Elasticsearch::Client
71+
72+
### Ruby on Rails
73+
74+
* Fixed typo in README
75+
* Fix typo in rake import task
76+
* Updated the templates for example Rails applications
77+
* Add 'oj' back as a development dependency in gemspec
78+
179
## 6.0.0.alpha1
280

381
* Updated the Rake dependency to 11.1

0 commit comments

Comments
 (0)