This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree 3 files changed +15
-2
lines changed
src/main/java/com/algolia/search/saas
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
+ <a name =" " ></a >
4
+ # 3.14.0 [ Changes] ( https://github.com/algolia/algoliasearch-client-android/compare/3.13.1...3.14.0 ) (2018-01-16)
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deleteBy:** Use encoded index name ([ b5a8ab7] ( https://github.com/algolia/algoliasearch-client-android/commit/b5a8ab7 ) )
9
+ * rename getIndexName to getRawIndexName in the offline flavor ([ 091008a] ( https://github.com/algolia/algoliasearch-client-android/commit/091008a ) )
10
+ * ** Index:** missing request options methods (#458 ) ([ e081acd] ( https://github.com/algolia/algoliasearch-client-android/commit/e081acd ) )
11
+
12
+
13
+ ### Features
14
+
15
+ * ** Query:** implement sortFacetValuesBy (#450 ) ([ fc406b8] ( https://github.com/algolia/algoliasearch-client-android/commit/fc406b8 ) )
3
16
4
17
## 3.13.1 (2017-09-12)
5
18
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.13.1 '
29
+ PUBLISH_VERSION = ' 3.14.0 '
30
30
APPCOMPAT_VERSION = ' 25.3.0'
31
31
BUILD_TOOLS_VERSION = ' 26.0.2'
32
32
}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ private static class HostStatus {
106
106
// ----------------------------------------------------------------------
107
107
108
108
/** This library's version. */
109
- private final static String version = "3.13.1 " ;
109
+ private final static String version = "3.14.0 " ;
110
110
111
111
/** Maximum size for an API key to be sent in the HTTP headers. Bigger keys will go inside the body. */
112
112
private final static int MAX_API_KEY_LENGTH = 500 ;
You can’t perform that action at this time.
0 commit comments