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

Releases: algolia/algoliasearch-client-android

3.20.8

13 Apr 00:38
Compare
Choose a tag to compare

3.20.8

3.20.7

12 Apr 22:02
Compare
Choose a tag to compare

3.20.7

3.20.6

12 Apr 20:39
8509239
Compare
Choose a tag to compare

3.20.6

3.14.1

01 Mar 13:38
1d056b0
Compare
Choose a tag to compare

Changes (2018-03-01)

Bug Fixes

  • searchCache: Change search cache from 2s to 120s (3114474)

3.14.0

16 Jan 12:34
b87700a
Compare
Choose a tag to compare

Bug Fixes

  • deleteBy: Use encoded index name (b5a8ab7)
  • rename getIndexName to getRawIndexName in the offline flavor (091008a)
  • Index: missing request options methods (#458) (e081acd)

Features

3.13.1

12 Sep 11:20
60beab5
Compare
Choose a tag to compare

3.13.1 (2017-09-12)

Bug fixes

  • Meta-release merging 3.12.1 branch with master

3.13.0

12 Sep 11:19
6cc7a88
Compare
Choose a tag to compare

Bug fixes

  • Remove broken waitTask(int) in favor of waitTask(long)

3.12.1

26 Jul 11:53
Compare
Choose a tag to compare

Bug fixes

  • Avoid passing large API keys inside HTTP headers

3.12.0

14 Jun 09:34
47297f8
Compare
Choose a tag to compare

New features

  • Support argument as List for setAttributesToRetrieve and etAttributesToHighlight

3.11.0

31 May 17:24
4f59105
Compare
Choose a tag to compare

New features

  • Query.parseFrom() made public, mirroring Query.build()