All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bring support custom dictionaries #522
- Bring support for HTTP_PROXY / HTTPS_PROXY (#505)
- Invalid format in
setup.cfg
->python_requires
. (#500)
- Closeable http sessions directly from the clients (#492)
- Replace all objects could get blocked on the replace all objects method while using safe parameter with async dependencies. (#479, 493)
- Method
RecommendationClient.set_personalization_strategy
and MethodRecommendationClient.get_personalization_strategy
(#471) - Method
SearchClient.has_pending_mappings
(#463) - Method
SearchClient.assign_user_ids
(#473)
- Deprecates method
SearchClient.set_personalization_strategy
and methodSearchClient.get_personalization_strategy
(#471)
- Method
SearchClient.get_secured_api_key_remaining_validity
(#455) - Method
SearchIndex.exists
(#444) (#454) - Method
SearchIndex.find_object
andSearchIndex.get_object_position
(#449)
- On
getVersion
param used bysearch_index.get_settings
(#426)
- Missing
attributesToRetrieve
data on multipleget_objects
(#424)
- Conflict with
typing
standard library (#423)
- Batching algorithm when reaching the
batch_size
(#421)
- Major version - Upgrade Guide