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

Latest commit

 

History

History
49 lines (30 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.95 KB

Changelog

0.4.1

This version is compatible with Workplace Search v7.6.

Bug fixes

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

0.4.0

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.

0.3.0

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

Features

  • Add support for the permissions API (#15)

0.2.1

Update the path to the ca bundle (#14)

0.2.0

Bug fixes

  • Fixed auto-require in Rails and enabled requiring by gem name, require 'elastic-enterprise-search'. (@JasonStoltz in #13 )

0.1.0

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.