This version is compatible with Workplace Search v7.6.
- Removed extra debug output for end-users (#17)
This version is compatible with Workplace Search v7.6.
- The old elastic-enterprise-search gem has been deprecated and replaced by elastic-workplace-search to follow the product name change. See the announcement for more details.
- The API path has been changed from
/api/v1/ent/
to/api/ws/v1/
.
- See the README for updated installation and usage instructions.
- If you were using a custom API endpoint, update the API path from
/api/v1
to/api/ws/v1
.
This release adds support for the new permissions API in Enterprise Search.
- Add support for the permissions API (#15)
Update the path to the ca bundle (#14)
- Fixed auto-require in Rails and enabled requiring by gem name,
require 'elastic-enterprise-search'
. (@JasonStoltz in #13 )
This release indicates the rebranding of the client from Swiftype to Elastic namespace:
- We released the new ruby gem elastic-enterprise-search. The old swiftype-enterprise package will be deprecated soon.
- Rename the package from
swiftype_enterprise
toelastic_enterprise_search
in your codebase. - Change references to
SwiftypeEnterpriseClient
toClient
. - Change exception name prefixes from
SwiftypeEnterprise
toEnterpriseSearch
.