Releases: elastic/workplace-search-node
Releases · elastic/workplace-search-node
v0.4.0
This version is compatible with Workplace Search v7.6.
Breaking changes
- The old @elastic/enterprise-search-node npm package has been deprecated and replaced by @elastic/workplace-search-node 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/ent/
to/api/ws/v1/
.
v0.3.0
v0.2.0
Breaking changes
- Drop support for Node.js 8
Features
- Improve error handling
Internal
- Use 'simple-get' instead of 'request'
v0.1.0
Rebranding
This release indicates the rebranding of the client from Swiftype to Elastic namespace:
- We released the new npm-package @elastic/enterprise-search-node. The old swiftype-enterprise-node package will be deprecated soon.
- The package version was reset to
0.1.0
.
There are no changes in API in this release.
How to upgrade
- Rename the package from
swiftype-enterprise-node
to@elastic/enterprise-search-node
in your codebase. - Change the package version to
0.1.0
.