|
| 1 | +## 7.0.0.pre |
| 2 | + |
| 3 | +* Update test tasks and travis (#840) |
| 4 | +* `respond_to_missing?` to silence Ruby 2.4 warnings (#838) |
| 5 | +* Update README.md to link to migration blog post (#857) |
| 6 | +* Add license headers, LICENSE and NOTICE files (#861) |
| 7 | +* Only execute update if document attributes is not empty (#862) |
| 8 | +* Remove bundler version requirement in gemspec files |
| 9 | +* 7.0 support (#875) |
| 10 | +* Update version to 7.0.0.pre |
| 11 | + |
| 12 | +### ActiveModel |
| 13 | + |
| 14 | +* Fix import when preprocess returns empty collection (#720) |
| 15 | +* Add test for not importing when ActiveRecord query is empty |
| 16 | +* with 0 |
| 17 | +* Port basic response tests to rspec (#833) |
| 18 | +* Add newlines at the end of files that are missing it |
| 19 | +* Port adapter tests to rspec (#834) |
| 20 | +* Ensure that specified ActiveRecord order is not overwritten by Elasticsearch search results order (#835) |
| 21 | +* Port remainder of Elasticsearch::Model unit tests to rspec (#836) |
| 22 | +* Port all integration tests to rspec (#837) |
| 23 | +* Avoid executing search twice; Reuse response in Response#raw_response (#850) |
| 24 | +* Update example to account for deprecation of _suggest endpoint in favor of _search |
| 25 | +* Handle total hits as an object in search response |
| 26 | +* Use logger to log index not found message (#868) |
| 27 | +* Test against Rails 6.0.rc1 |
| 28 | + |
| 29 | +### Persistence |
| 30 | + |
| 31 | +* Ensure that arguments are passed to super (#853) |
| 32 | +* Index name option is handled by super, no need to pass options expicitly |
| 33 | +* Handle total hits as an object in search response |
| 34 | + |
| 35 | +### Ruby on Rails |
| 36 | + |
| 37 | +* Convert tests to rspec (#842) |
| 38 | +* Fix seeds file to stop using outdated YAML method (#843) |
| 39 | +* Fixed 03-expert.rb set tracer only in dev env (#621) |
| 40 | + |
1 | 41 | ## 6.0.0
|
2 | 42 |
|
3 | 43 | * Update to test against Elasticsearch 6.4
|
|
0 commit comments