Skip to content

Releases: algolia/algoliasearch-client-python

1.15.0

05 Dec 15:55
97bbec2
Compare
Choose a tag to compare
  • Implement iter_synonyms for browsing all the synonyms of an index
  • Implement iter_rules for browsing all the rules of an index
  • Add the scope parameter to copy_index to allow copying only the synonyms, or the rules, or the settings.

1.14.1

06 Nov 10:40
c6bc1d3
Compare
Choose a tag to compare
  • Fix request_options not always optional

1.14.0

30 Oct 13:44
c898c82
Compare
Choose a tag to compare
  • Add per-request parameters
  • Add multi-cluster support

1.12.0

02 Mar 10:14
Compare
Choose a tag to compare

Do not ship the certificates anymore

1.11.2

31 Jan 13:35
Compare
Choose a tag to compare

Fix decoding of the README file in setup.py

1.11.0

12 Dec 22:46
Compare
Choose a tag to compare

A new logic has been implemented to allow better handling of DNS-related errors.

1.10.0

13 Dec 09:41
Compare
Choose a tag to compare
  • Search your facet values with index.search_for_facet_values()

1.9.2

08 Aug 16:47
Compare
Choose a tag to compare
  • Fix error on large API keys by including them in the JSON body instead of as a header
  • Fix potential parsing error in case of httpCode == 4XX

1.9.1

08 Aug 16:48
Compare
Choose a tag to compare
  • Fix the strategy parameter of multiple_queries
  • Add the forwardToSlaves parameter of set_settings