[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
129 lines (69 loc) · 5.7 KB

CHANGELOG.md

File metadata and controls

129 lines (69 loc) · 5.7 KB

Changelog

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.

Release Notes

Changed

  • Major version!: drop support for Python 2.7, add support for Python 3.9, 3.10 and 3.11 (#553)
  • Major version!: remove recommendation client in favor of personalization (#554)

Fixed

  • Unable to initialize SearchClient on Python 3.11 (#549)

Fixed

  • prevent KeyError when popping an unknown property (#552)

Fixed

  • Encode path parameters (#546)

Fixed

  • Prevent recursion issue with browse_rules method (#542)

Added

  • Provide RecommendClient class for Algolia Recommend (#539)
  • Provide PersonalizationClient class in favor of RecommendationClient (#536)
  • Dockerize repository (#538)

Changed

  • Deprecate RecommendationClient in favor of PersonalizationClient (#536)

Added

  • Bring support custom dictionaries (#522)

Added

  • Bring support for HTTP_PROXY / HTTPS_PROXY (#505)

Fixed

  • Invalid format in setup.cfg -> python_requires. (#500)

Added

  • Closeable http sessions directly from the clients (#492)

Fixed

  • Replace all objects could get blocked on the replace all objects method while using safe parameter with async dependencies. (#479, 493)

Added

  • Method RecommendationClient.set_personalization_strategy and Method RecommendationClient.get_personalization_strategy (#471)
  • Method SearchClient.has_pending_mappings (#463)
  • Method SearchClient.assign_user_ids (#473)

Changed

  • Deprecates method SearchClient.set_personalization_strategy and method SearchClient.get_personalization_strategy (#471)

Added

  • Method SearchClient.get_secured_api_key_remaining_validity (#455)
  • Method SearchIndex.exists (#444) (#454)
  • Method SearchIndex.find_object and SearchIndex.get_object_position (#449)

Fixed

  • On getVersion param used by search_index.get_settings (#426)

Fixed

  • Missing attributesToRetrieve data on multiple get_objects (#424)

Fixed

  • Conflict with typing standard library (#423)

Fixed

  • Batching algorithm when reaching the batch_size (#421)

Changed