Commit e7f4699912e0ffec8a53e1f29fb2185cc3783612

Authored by Andrew Kane
1 parent 5f308fa6

Version bump to 4.2.0 [skip ci]

1 -## 4.2.0 (unreleased) 1 +## 4.2.0 (2019-12-18)
2 2
3 - Added safety check for multiple `Model.reindex` 3 - Added safety check for multiple `Model.reindex`
4 - Added `deep_paging` option 4 - Added `deep_paging` option
5 -- Added request parameters to `curl` representation 5 +- Added request parameters to search notifications and curl representation
6 - Removed curl from search notifications to prevent confusion 6 - Removed curl from search notifications to prevent confusion
7 7
8 ## 4.1.1 (2019-11-19) 8 ## 4.1.1 (2019-11-19)
@@ -1518,7 +1518,7 @@ end @@ -1518,7 +1518,7 @@ end
1518 products.clear_scroll 1518 products.clear_scroll
1519 ``` 1519 ```
1520 1520
1521 -## Deep Paging [master] 1521 +## Deep Paging
1522 1522
1523 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: 1523 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:
1524 1524
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "4.1.1" 2 + VERSION = "4.2.0"
3 end 3 end