Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@lpsinger lpsinger released this 02 Feb 22:49
· 89 commits to main since this release

This release adds support for either ElasticSearch or Opensearch in local sandbox mode, although the default is still ElasticSearch.

Opensearch does not distribute prebuilt binaries for as many platforms as ElasticSearch does: for example, there are no Opensearch binaries for macOS. In this case we fall back to launching Opensearch under Docker for you.

We also added a feature where you can add a file called postdeploy-search.js to your project, which you can populate with post-deployment API calls to make to the search engine. This is a great place to configure indices and deploy machine learning models.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0