|
| 1 | +## 6.1.0 |
| 2 | + |
| 3 | +* Update test tasks and travis (#840) |
| 4 | +* `respond_to_missing?` to silence Ruby 2.4 warnings (#838) |
| 5 | +* Only execute update if document attributes is not empty (#862) |
| 6 | +* Update bundler dependencies in gemspec files (#899) |
| 7 | +* Ensure that 6.x is in the Compatibility table |
| 8 | + |
| 9 | +### ActiveModel |
| 10 | + |
| 11 | +* Fix import when preprocess returns empty collection (#720) |
| 12 | +* Add test for not importing when ActiveRecord query is empty |
| 13 | +* Validate that #first called on response records equals #[] with 0 |
| 14 | +* Port basic response tests to rspec (#833) |
| 15 | +* Add newlines at the end of files that are missing it |
| 16 | +* Port adapter tests to rspec (#834) |
| 17 | +* Ensure that specified ActiveRecord order is not overwritten by Elasticsearch search results order (#835) |
| 18 | +* Port remainder of Elasticsearch::Model unit tests to rspec (#836) |
| 19 | +* Port all integration tests to rspec (#837) |
| 20 | +* Avoid executing search twice; Reuse response in Response#raw_response (#850) |
| 21 | +* Update example to account for deprecation of _suggest endpoint in favor of _search |
| 22 | +* Use logger to log index not found message (#868) |
| 23 | +* Add warning and documentation about STI support being deprecated (#898) |
| 24 | +* Tweak STI deprecation description |
| 25 | + |
| 26 | +### Persistence |
| 27 | + |
| 28 | +* Ensure that arguments are passed to super (#853) |
| 29 | +* Index name option is handled by super, no need to pass options expicitly |
| 30 | + |
| 31 | +### Ruby on Rails |
| 32 | + |
| 33 | +* Convert tests to rspec (#842) |
| 34 | +* Fix seeds file to stop using outdated YAML method (#843) |
| 35 | +* Fixed 03-expert.rb set tracer only in dev env (#621) |
| 36 | + |
1 | 37 | ## 6.0.0
|
2 | 38 |
|
3 | 39 | * Update to test against Elasticsearch 6.4
|
|
0 commit comments