From e7f4699912e0ffec8a53e1f29fb2185cc3783612 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 18 Dec 2019 19:15:03 -0500 Subject: [PATCH] Version bump to 4.2.0 [skip ci] --- CHANGELOG.md | 4 ++-- README.md | 2 +- lib/searchkick/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a92b50..19579f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 4.2.0 (unreleased) +## 4.2.0 (2019-12-18) - Added safety check for multiple `Model.reindex` - Added `deep_paging` option -- Added request parameters to `curl` representation +- Added request parameters to search notifications and curl representation - Removed curl from search notifications to prevent confusion ## 4.1.1 (2019-11-19) diff --git a/README.md b/README.md index 10d5821..c200ee0 100644 --- a/README.md +++ b/README.md @@ -1518,7 +1518,7 @@ end products.clear_scroll ``` -## Deep Paging [master] +## Deep Paging By default, Elasticsearch limits paging to the first 10,000 results. [Here’s why](https://www.elastic.co/guide/en/elasticsearch/guide/current/pagination.html). We don’t recommend changing this, but if you really need all results, you can use: diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index 7b7a7fd..cc71175 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "4.1.1" + VERSION = "4.2.0" end -- libgit2 0.21.0