Releases: algolia/algoliasearch-client-python
4.3.0
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.2.3
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.2.2
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.2.1
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.1.1
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.1.0
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.0.2
New version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
4.0.0
New major version released!
→ Browse the Algolia documentation
→ Browse the changelog
→ Browse the commits
v3.0.0
1.17.0
-
Introduce AB Testing feature - PR #408
List/Create/Stop/Delete AB Tests programmatically
Introduce new Analytics object, wrapper around the
Analytics API (more methods to come). -
2 methods about taskID initially available in the
Index
moved to theClient
.
You could get some taskID from the engine without necessarily have an instance of Index,
instead of instantiating an index that you won't need, you can now call wait_task and get_task_status on the client.
The original methods on the index still work and are not deprecated.client.wait_ask(index_name, taskID) client.get_task_status(index_name, taskID)