Releases: algolia/algoliasearch-client-scala
Releases · algolia/algoliasearch-client-scala
1.45.1
Fix
- query:
similarQuery
not accounted for in param string (#654) (thanks @shawncruz)
Misc
- deps: update
netty-codec
version to 4.1.86.Final
(#656)
1.45.0
Misc
- Upgraded json4s dependency to v4.0.5, other dependencies to their latest versions. (#653) (thanks @alexbolo)
1.44.1
Fix
- shutdown DNS event loop when closing HTTP client (#651) (bdd3d7d)
Feat
1.43.1
Fix
- index: batch delete operation serialization (#640) (e2f72cc)
Misc
- deps: update
netty-codec
version to 4.1.68.Final
(#639) (9dbbe55)
1.43.0
This version introduces some breaking changes.
Fix
- index: batch index write operations (#636) (ab766b0)
- index:
numericAttributesToIndex
deserialization (#637) (e7ed32f)
- search: make result fields optional (#635) (cc048b0)
Misc
- search:
replaceExistingSynonyms
to clearExistingSynonyms
(#610) (cc32835)
1.41.0
Feat
- index: add primary param to Index (#625) (7452f35)
- analytics: add trackedSearchCount to variant response (#607) (ddce033)
- facets ordering (#631) (a32af41)
- settings: add attributesToTransliterate and decompoundQuery params (#623) (a257ff2)
- virtual indices: Virtual indices related parameters (#632) (4e85211)
Change
- rename
RecommendationClient
to PersonalizationClient
(#634) (aa3fa2f)