- This release is compatible with Workplace Search v7.6
- Changed the package name to
elastic-workplace-search
to follow the product name change (Announcement) - Changed API path from
/api/v1/ent/
to/api/ws/v1/
. If previously using a custom API endpoint you may need to update accordingly.
- Changed the
index_documents
anddelete_documents
API methods to be namespaced underclient.documents
. API calls will need to be updated accordingly. - Added support for the Permissions API (#20)
- Changed "Swiftype" references to "Elastic" in the README and code
- Changed the package name to
elastic-enterprise-search
- Changed versioning to be pre-release again (0.1.0) since we are not yet GA similar to App Search
- Added analytics HTTP headers
Swiftype-X-Client
andSwiftype-X-Client-Version
- Added Circle CI