This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Releases: elastic/workplace-search-ruby
Releases · elastic/workplace-search-ruby
v0.4.1
v0.4.0
This version is compatible with Workplace Search v7.6.
Breaking changes
- 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/
.
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
to/api/ws/v1
.
v0.3.0
This release adds support for the new permissions API in Enterprise Search.
Features
- Add support for the permissions API (#15)
v0.2.1
v0.2.0
0.2.0 (September 9, 2019)
Bug fixes
- Fixed auto-require in Rails and enabled requiring by gem name,
require 'elastic-enterprise-search'
. (@JasonStoltz in #13 )
v0.1.0
Rebranding
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.
How to upgrade
- Rename the package from
swiftype_enterprise
toelastic_enterprise_search
in your codebase. - Change references to
SwiftypeEnterpriseClient
toClient
. - Change exception name prefixes from
SwiftypeEnterprise
toEnterpriseSearch
.