|
| 1 | +## 6.0.0.alpha1 |
| 2 | + |
| 3 | +* Updated the Rake dependency to 11.1 |
| 4 | +* Reduced verbosity of `rake test:unit` and `rake test:integration` |
| 5 | +* Removed the "CI Reporter" integration from test Rake tasks |
| 6 | +* Added the "Compatibility" chapter to the READMEs |
| 7 | +* Updated the Bundler instructions and Github URLs in the READMEs |
| 8 | + |
| 9 | +### ActiveModel |
| 10 | + |
| 11 | +* Fixed a problem where `Hashie::Mash#min` and `#max` returned unexpected values |
| 12 | +* Added information about `elasticsearch-dsl` to the README |
| 13 | +* Added support for inherited index names and doc types |
| 14 | +* Added a `Elasticsearch::Model.settings` method |
| 15 | +* Changed the naming inheritance logic to use `Elasticsearch::Model.settings` |
| 16 | +* Added information about the `settings` method and the `inheritance_enabled` setting into the README |
| 17 | +* Disable "verbose" and "warnings" in integration tests |
| 18 | +* Added code for establishing ActiveRecord connections to test classes |
| 19 | +* Reorganized the class definitions in the integration tests |
| 20 | +* Moved `require` within unit test to the top of the file |
| 21 | +* Added ActiveRecord 5 support to integration test configuration |
| 22 | +* Fixed records sorting with ActiveRecord 5.x |
| 23 | +* Added, that `add_index` for ActiveRecord models is only called when it doesn't exist already |
| 24 | +* Use `records.__send__ :load` instead of `records.load` in the ActiveRecord adapter |
| 25 | +* Call `Kaminari::Hooks.init` only when available |
| 26 | +* Fixed the deprecation messages for `raise_in_transactional_callbacks` |
| 27 | +* Fixed the deprecation messages for `timestamps` in migrations in integration tests |
| 28 | +* Fixed the naming for the indexing integration tests |
| 29 | +* Fixed the failing integration tests for ActiveRecord associations |
| 30 | +* Fixed integration tests for ActiveRecord pagination |
| 31 | +* Added the `rake bundle:install` Rake task to install dependencies for all gemfiles |
| 32 | +* Run unit tests against all Gemfiles |
| 33 | +* Updated dependencies in gemspec |
| 34 | +* Relaxed the dependency on the "elasticsearch" gem |
| 35 | +* Fixed the completion example for ActiveRecord for Elasticsearch 5 |
| 36 | +* Added an example with Edge NGram mapping for auto-completion |
| 37 | +* Expanded the example for indexing and searching ActiveRecord associations |
| 38 | +* Added an example for source filtering to the ActiveRecord associations example |
| 39 | +* Fixed a typo in the README |
| 40 | +* Changed the default mapping type to `text` |
| 41 | +* Added a `HashWrapper` class to wrap Hash structures instead of raw `Hashie::Mash` |
| 42 | +* Call `Hashie.disable_warnings` method in Response wrappers |
| 43 | +* Added, that `HashWrapper`, a sub-class of `Hashie::Mash` is used |
| 44 | +* Updated the configuration for required routing in the integration test |
| 45 | +* Fixed incorrect name for the parent/child integration test |
| 46 | +* Fixed incorrect mapping configuration in the integration tests |
| 47 | +* Allow passing the index settings and mappings as arguments to `create_index!` |
| 48 | +* Added instructions about creating the index into the README |
| 49 | +* Updated the "completion suggester" example |
| 50 | + |
| 51 | +### Persistence |
| 52 | + |
| 53 | +* Updated dependencies in gemspec |
| 54 | +* Updated dependencies in gemspec |
| 55 | +* Relaxed the dependency on the "elasticsearch" gem |
| 56 | +* Use `text` instead of `string` for the <String> data types |
| 57 | +* Changed the default mapping type to `text` |
| 58 | +* Removed the `search_type=scan` in the `find_in_batches` method |
| 59 | +* Updated the `count` method in the "repository" module |
| 60 | +* Updated the "update by script" integration test for Elasticsearch 5 |
| 61 | +* Added, that `HashWrapper`, a sub-class of `Hashie::Mash` is used |
| 62 | +* Updated the "Notes" example application for Elasticsearch 5.x |
| 63 | +* Updated the "Music" example application for Elasticsearch 5.x |
| 64 | +* Updated the URLs in the "Music" application template |
| 65 | +* Updated the Git URLs in the "Notes" example application |
| 66 | + |
| 67 | +### Ruby on Rails |
| 68 | + |
| 69 | +* Updated the application templates to support Rails 5 & Elasticsearch 5 |
| 70 | +* Updated the `03-expert` application template to work with Rails 5 |
| 71 | +* Updated the application templates to work with README.md instead of README.rdoc |
| 72 | +* Updated the installation process in the "01-basic" application template |
| 73 | +* Fixed typo in README |
| 74 | +* Fix typo in rake import task |
| 75 | + |
1 | 76 | ## 0.1.9
|
2 | 77 |
|
3 | 78 | The last version for the old versioning scheme -- please see the Git commit log
|
|
0 commit comments