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

Commit 182eb5b

Browse files
committed
Version 3.10.0
1 parent 2b86ace commit 182eb5b

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

ChangeLog.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
Change Log
22
==========
33

4-
## 3.9 (2017-02-08)
4+
## 3.10.0 (2017-04-04)
5+
6+
### New features
7+
8+
- Support `percentileCalculation` query parameter
9+
- Support `length` and `offset` query parameter
10+
- Support `disableExactOnAttributes` query parameter
11+
- Support `restrictHighlightAndSnippetArrays` query parameter
12+
- Support `percentileCalculation` query parameter
13+
14+
### Other changes
15+
16+
- Expose a getSettings overload using a default format version
17+
18+
## 3.9.0 (2017-02-08)
519

620
### New features
721

@@ -14,7 +28,7 @@ Change Log
1428
- Add `Async` suffixed aliases to `searchForFacetValues(...)`
1529

1630

17-
## 3.8 (2016-12-29)
31+
## 3.8.0 (2016-12-29)
1832

1933
**This release includes backward-incompatible changes**:
2034
- (#229) `getInsidePolygon()` now returns a `Query.Polygon` array

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.9'
29+
PUBLISH_VERSION = '3.10.0'
3030
}
3131

3232
android {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private static class HostStatus {
103103
// ----------------------------------------------------------------------
104104

105105
/** This library's version. */
106-
private final static String version = "3.9";
106+
private final static String version = "3.10.0";
107107

108108
// ----------------------------------------------------------------------
109109
// Fields

0 commit comments

Comments
 (0)