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
percentileCalculation
query parameter - Support
length
andoffset
query parameter - Support
disableExactOnAttributes
query parameter - Support
restrictHighlightAndSnippetArrays
query parameter - Support
percentileCalculation
query 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.Polygon
array
New features
- (#229)
insidePolygon
now accepts one or several polygons - [offline] Support manual building of local indices (
MirroredIndex
andOfflineIndex
) - [offline] Support fallback logic when getting individual objects
Bug fixes
- Fix filtering by attribute in
getObjectAsync
andgetObjectsAsync
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.setIgnorePlurals
can 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 usesetFilters
instead.
3.6.0
New features
- (#175) Add support for Algolia Places
3.5
New features
- Support the
createIfNoExists
parameter 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
attributesToIndex
tosearchableAttributes
- 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 shareIndex
instances with same name - [Offline mode] Upgrade to Offline Core 1.0