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

Commit 1623571

Browse files
committed
Version 3.4.0
1 parent 0b58368 commit 1623571

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog.md

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

4+
## 3.4.0 (2016-09-05)
5+
6+
- Implement new user-agent convention
7+
- Fix propagation of exhaustiveFacetsCount on aggregated disjunctive faceting queries
8+
49
## 3.3.0 (2016-07-28)
510

611
- removeStopWords can be either a list of language codes or a boolean, see [documentation](https://www.algolia.com/doc/rest-api/search#param-removeStopWords-2).

algoliasearch/common.gradle

Lines changed: 2 additions & 2 deletions
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.3.0'
29+
PUBLISH_VERSION = '3.4.0'
3030
}
3131

3232
android {
@@ -199,4 +199,4 @@ def editPom(pom) {
199199
}
200200
}
201201
}
202-
}
202+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* </p>
6464
*/
6565
public class Client {
66-
private final static String version = "3.3.0";
66+
private final static String version = "3.4.0";
6767

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

0 commit comments

Comments
 (0)