File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Next
5+
6+ - New ` multipleQueries() ` method at index level
7+ - Fix cancellation of requests: in some edge cases, the completion handler could be called after cancellation
8+ - Fix potential crash when cancelling requests (unsafe assertions were made)
9+
10+ The following changes are for the offline mode only:
11+
12+ - New offline fallback strategy. ** Warning: breaking change:** preventive search no longer supported.
13+ - Offline requests now also work for disjunctive faceting
14+ - The ` searchMirror() ` method has been renamed to ` searchOffline() ` , for better consistency with the newly introduced ` searchOnline() ` method.
15+ - Improve detection of non-existent indices
16+
17+
418## 3.4 (2016-07-25)
519
620- New ` Client.isAlive() ` method (` /1/isalive ` endpoint)
You can’t perform that action at this time.
0 commit comments