Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 81c23d3

Browse files
author
Clément Le Provost
committed
Update change log
1 parent 731e66b commit 81c23d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log
22
==========
33

4+
## Next version
5+
6+
- New `Index.multipleQueriesAsync()` method (convenience shortcut to `Client.multipleQueriesAsync()`)
7+
8+
The following changes impact the offline mode only:
9+
10+
- Require an Android `Context` to be provided during client construction. **Warning: breaking change.**
11+
- Offline requests now also work for disjunctive faceting
12+
- New offline fallback strategy. **Warning: breaking change:** preemptive search no longer supported.
13+
- Improve detection of non-existent indices
14+
- Improve error handling
15+
- Fix crash on concurrent accesses to a local index
16+
- Fix potential race condition in lazy instantiation of the local index
17+
18+
419
## 3.2.2 (2016-06-06)
520

621
- Better resource handling: close client streams and connection when appropriate

0 commit comments

Comments
 (0)