Skip to content

Releases: elastic/workplace-search-python

v0.3.0

11 Feb 18:38
Compare
Choose a tag to compare

This version is compatible with Workplace Search v7.6.

Breaking changes

How to upgrade

  • See the README for updated installation and usage instructions.
  • If you were using a custom API endpoint, update the API path from /api/v1/ent to /api/ws/v1.

v0.2.0

17 Oct 15:01
Compare
Choose a tag to compare

This release adds support for the new permissions API in Enterprise Search and includes some breaking changes.

Breaking changes

  • The existing methods have been namespaced. Rename them accordingly:
    • client.index_documents -> client.documents.index_documents
    • client.delete_documents -> client.documents.delete_documents

Features

  • Add support for the permissions API (#20)

Internal

  • Update license link (#18)
  • Refactor APIs into modules (#19)