Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Releases: elastic/workplace-search-ruby

v0.4.1

20 Feb 14:06
Compare
Choose a tag to compare

This version is compatible with Workplace Search v7.6.

Bug fixes

  • Removed extra debug output for end-users (#17)

v0.4.0

11 Feb 18:36
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 to /api/ws/v1.

v0.3.0

17 Oct 15:02
Compare
Choose a tag to compare

This release adds support for the new permissions API in Enterprise Search.

Features

  • Add support for the permissions API (#15)

v0.2.1

16 Sep 16:55
Compare
Choose a tag to compare

Update the path to the ca bundle (#14)

v0.2.0

10 Sep 11:51
Compare
Choose a tag to compare

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

19 Aug 17:19
5251490
Compare
Choose a tag to compare

Rebranding

This release indicates the rebranding of the client from Swiftype to Elastic namespace:

How to upgrade

  • Rename the package from swiftype_enterprise to elastic_enterprise_search in your codebase.
  • Change references to SwiftypeEnterpriseClient to Client.
  • Change exception name prefixes from SwiftypeEnterprise to EnterpriseSearch.