From 9422179944a812bbc1d7fb9b9cdf9b6cc3893b52 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 16 Feb 2017 20:28:21 -0800 Subject: [PATCH] More details about 2.0 changes - #851 --- CHANGELOG.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d3ccd..dcef878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,10 @@ Breaking changes - Removed support for Elasticsearch 1 as it reaches [end of life](https://www.elastic.co/support/eol) - Removed facets, legacy options, and legacy methods - Invalid options now throw an `ArgumentError` +- The `query` and `json` options have been removed in favor of `body` +- The `include` option has been removed in favor of `includes` +- The `personalize` option has been removed in favor of `boost_where` +- The `partial` option has been removed in favor of `operator` - Renamed `select_v2` to `select` (legacy `select` no longer available) - The `_all` field is disabled if `searchable` option is used (for performance) - The `partial_reindex(:method_name)` method has been replaced with `reindex(:method_name)` diff --git a/README.md b/README.md index 1d4c04b..9af3452 100644 --- a/README.md +++ b/README.md @@ -1728,6 +1728,10 @@ Important notes are listed below. - Removed support for Elasticsearch 1 as it reaches [end of life](https://www.elastic.co/support/eol) - Removed facets, legacy options, and legacy methods - Invalid options now throw an `ArgumentError` +- The `query` and `json` options have been removed in favor of `body` +- The `include` option has been removed in favor of `includes` +- The `personalize` option has been removed in favor of `boost_where` +- The `partial` option has been removed in favor of `operator` - Renamed `select_v2` to `select` (legacy `select` no longer available) - The `_all` field is disabled if `searchable` option is used (for performance) - The `partial_reindex(:method_name)` method has been replaced with `reindex(:method_name)` -- libgit2 0.21.0