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

Commit 6cdd116

Browse files
author
Clément Le Provost
committed
Version 3.8
1 parent 3a1894c commit 6cdd116

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Change Log
22
==========
33

4-
## Upcoming
4+
## 3.8 (2016-12-29)
55

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

99
## New features
1010
- (#229) `insidePolygon` now accepts one or several polygons
11+
- [offline] Support manual building of local indices (`MirroredIndex` and `OfflineIndex`)
12+
- [offline] Support fallback logic when getting individual objects
13+
14+
## Bug fixes
15+
- Fix filtering by attribute in `getObjectAsync` and `getObjectsAsync`
1116

1217
## Other changes
1318
- (#202) Mark `{get,set}NumericFilters` as deprecated, you should use `{get,set}Filters`

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.7.1'
29+
PUBLISH_VERSION = '3.8'
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.7.1";
106+
private final static String version = "3.8";
107107

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

0 commit comments

Comments
 (0)