This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree 3 files changed +18
-4
lines changed
src/main/java/com/algolia/search/saas
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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)
5
19
6
20
### New features
7
21
@@ -14,7 +28,7 @@ Change Log
14
28
- Add ` Async ` suffixed aliases to ` searchForFacetValues(...) `
15
29
16
30
17
- ## 3.8 (2016-12-29)
31
+ ## 3.8.0 (2016-12-29)
18
32
19
33
** This release includes backward-incompatible changes** :
20
34
- (#229 ) ` getInsidePolygon() ` now returns a ` Query.Polygon ` array
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
26
26
ext {
27
27
PUBLISH_GROUP_ID = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
28
28
// NOTE: This is the official version number used during publication.
29
- PUBLISH_VERSION = ' 3.9 '
29
+ PUBLISH_VERSION = ' 3.10.0 '
30
30
}
31
31
32
32
android {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ private static class HostStatus {
103
103
// ----------------------------------------------------------------------
104
104
105
105
/** This library's version. */
106
- private final static String version = "3.9 " ;
106
+ private final static String version = "3.10.0 " ;
107
107
108
108
// ----------------------------------------------------------------------
109
109
// Fields
You can’t perform that action at this time.
0 commit comments