Releases: elastic/app-search-ruby
v7.10.0
As of Enterprise Search version 7.10.0, we are directing users to the new Enterprise Search Ruby Client and deprecating this client.
This client will be compatible with all Enterprise Search 7.x releases, but will not be compatible with 8.x releases. Our development effort on this project will be limited to bug fixes. All future enhancements will be focused on the Enterprise Search Ruby Client.
v7.9.0
v7.8.0
v7.7.0
No changes this release.
v7.6.0
v7.5.0
No changes this release.
v7.4.1
Description
This client is now 100% compatible with all App Search APIs. The following have now been added:
Clickthrough: https://swiftype.com/documentation/app-search/api/clickthrough
Synonyms: https://swiftype.com/documentation/app-search/api/synonyms
Analytics: https://swiftype.com/documentation/app-search/api/analytics
Credentials: https://swiftype.com/documentation/app-search/api/credentials
Schema: https://swiftype.com/documentation/app-search/api/schema
Curations: https://swiftype.com/documentation/app-search/api/curations
Logs: https://swiftype.com/documentation/app-search/api/logs
Changes
Added support for remaining endpoints (#16)
v7.4.0
No changes for this release.
v7.3.2
7.3.2 (September 9, 2019)
Bug fixes
- Fixed auto-require in Rails and enabled requiring by gem name,
require 'elastic-app-search'
. (@JasonStoltz in #15)