This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Releases: algolia/algoliasearch-client-android
Releases · algolia/algoliasearch-client-android
3.10.1
Miscellaneous changes
- [offline] Better error reporting when building offline indices
3.10.0
New features
- Support
percentileCalculationquery parameter - Support
lengthandoffsetquery parameter - Support
disableExactOnAttributesquery parameter - Support
restrictHighlightAndSnippetArraysquery parameter - Support
percentileCalculationquery parameter
Other changes
- Expose a getSettings overload using a default format version
3.9.0
3.8.0
This release includes backward-incompatible changes:
- (#229)
getInsidePolygon()now returns aQuery.Polygonarray
New features
- (#229)
insidePolygonnow accepts one or several polygons - [offline] Support manual building of local indices (
MirroredIndexandOfflineIndex) - [offline] Support fallback logic when getting individual objects
Bug fixes
- Fix filtering by attribute in
getObjectAsyncandgetObjectsAsync
Other changes
3.7.1
3.7.0
This release includes backward-incompatible changes and requires the following updates:
- (#178)
getIgnorePlurals()should be replaced bygetIgnorePlurals().enabled
New features
- (#163) Search in your facets values with
Index.searchForFacetValues - (#178) Ignore plurals only for some languages:
Query.setIgnorePluralscan take a list of language ISO codes for ignorePlurals. - (#183) Whitelist the fields returned in the response for a search query with
Query.setResponseFields
Other changes
- (#182) Deprecate
setFacetFilters: you should usesetFiltersinstead.
3.6.0
New features
- (#175) Add support for Algolia Places
3.5
New features
- Support the
createIfNoExistsparameter in partial updates - [offline] Offline-only indices
Bug fixes
- (#157) Use new format version when retrieving settings
Other changes
- Rename "master"/"slave" to "primary"/"replica"
- Rename
attributesToIndextosearchableAttributes - Upgrade to Android API level 24. Note: As a consequence, the minimum supported SDK version is now 10 (was 7 previously).
- Upgrade to Build Tools 24.0.3
- Upgrade to Oracle JDK 8 in Travis
3.4.2
- New
Client.getIndex()method to automatically shareIndexinstances with same name - [Offline mode] Upgrade to Offline Core 1.0