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

Commit fecd999

Browse files
author
Clément Le Provost
committed
Version 3.5
1 parent 7d1ae3f commit fecd999

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

ChangeLog.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
Change Log
22
==========
33

4-
## Upcoming
5-
- Rename master/slave to primary/replica
4+
## 3.5 (2016-10-03)
5+
6+
### New features
7+
8+
- Support the `createIfNoExists` parameter in partial updates
9+
- [offline] Offline-only indices
10+
11+
### Bug fixes
12+
13+
- (#157) Use new format version when retrieving settings
14+
15+
### Other changes
16+
17+
- Rename "master"/"slave" to "primary"/"replica"
18+
- Rename `attributesToIndex` to `searchableAttributes`
19+
- Upgrade to Android API level 24. **Note:** As a consequence, the **minimum supported SDK version** is now 10 (was 7 previously).
20+
- Upgrade to Build Tools 24.0.3
21+
- Upgrade to Oracle JDK 8 in Travis
22+
623

724
## 3.4.2 (2016-09-15)
825

algoliasearch/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626
ext {
2727
PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: "com.algolia"
2828
// NOTE: This is the official version number used during publication.
29-
PUBLISH_VERSION = '3.4.2'
29+
PUBLISH_VERSION = '3.5'
3030
}
3131

3232
android {

algoliasearch/src/main/java/com/algolia/search/saas/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* </p>
6666
*/
6767
public class Client {
68-
private final static String version = "3.4.2";
68+
private final static String version = "3.5";
6969

7070
/**
7171
* The user agents as a raw string. This is what is passed in request headers.

0 commit comments

Comments
 (0)