Skip to content

Commit 02ec985

Browse files
author
Clément Le Provost
committed
Update change log [ci skip]
1 parent b7ab97e commit 02ec985

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change 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)

0 commit comments

Comments
 (0)