Skip to content

Releases: algolia/algoliasearch-client-kotlin

1.9.1

23 Jul 15:49
c3a38e3

Choose a tag to compare

Fix

  • Search: add enableReRanking field to Query (#275)

1.9.0

13 Jul 12:58
10b6971

Choose a tag to compare

Fixed

  • Answers: use UTF8 encoded index name (#269)

Changed

  • ClientRecommendation renamed to ClientPersonalization (#267)
  • Remove defaults from FacetsOrder and FacetsValuesOrder (#273)
  • Update Kotlin to 1.5.20
  • Update Ktor to 1.6.1

1.8.0

21 Jun 10:24
6626b5d

Choose a tag to compare

Added

  • Facets ordering (#245)

Fixed

  • Analytics: fields nullability in response variant (#262)

Changed

  • Update Kotlin to 1.5.10
  • Update Ktor 1.6.0

1.7.0

22 Feb 13:52
7092066

Choose a tag to compare

Added

  • Query/Settings: relevancyStrictness and decompoundQuery parameters (#248)
  • ResponseSearch: appliedRelevancyStrictness and nbSortedHits parameters
  • Settings: attributesToTransliterate parameter (#249)
  • Custom dictionaries: stop words, plurals and compounds
  • Rules condition: filters parameter (#250)

Changed

  • Update Kotlin to 1.4.30
  • Update Ktor 1.5.1

NOTE: due to Bintray's recent changes, from this version on (1.7.0), all releases will be made directly and only to Maven Central

1.6.2

20 Jan 13:46
4924c02

Choose a tag to compare

Added

  • Settings: attributeCriteriaComputedByMinProximity parameter

Changed

  • Update Kotlin to 1.4.2
  • Update Ktor 1.5.0

Experimental

  • AnswersQuery: queryLanguages required (non-nullable)
  • AnswersQuery: implements SearchParameters for convenience (delegated to params)

1.6.1

15 Dec 15:12
6f421cc

Choose a tag to compare

Fixed

  • Experimental annotation KDoc
  • RankingInfo: personalization fields deserialization

1.6.0

24 Nov 16:16
d075bad

Choose a tag to compare

Added

  • Experimental: Algolia Answers API

Changed

  • Update Ktor to 1.4.2, transitively Kotlin serialization to 1.0.1

1.5.2

10 Nov 09:25
c701130

Choose a tag to compare

Fixed

  • Serialization Proguard rules (#231)

1.5.1

02 Nov 14:08
5bcbf3f

Choose a tag to compare

Fixed

  • AB testing average click pos type from Int to Float
  • Transport layer timeouts

Changed

  • Update Ktor to 1.4.1 transitively Kotlin serialization to 1.0.0-RC2

1.5.0

21 Sep 14:50
cf8b01c

Choose a tag to compare

Added

  • Multi-condition rules (#201)
  • IncrementFrom and IncrementSet built-in operations (#202)
  • Include ProGuard rules into aar and jar artifacts
  • alternative param in the condition function within DSLConditions

Changed

  • Update Kotlin to 1.4.10
  • Update Ktor to 1.4.0 and transitively Kotlin serialization to 1.0.0-RC
  • indexName required in InnerQuery
  • Base64 implementation (#216)

Removed