Skip to content

Releases: nasa-gcn/architect-plugin-search

Version 1.5.0

19 Dec 22:17
Compare
Choose a tag to compare

What's Changed

  • Add options to enable automatic software updates by @lpsinger in #153

Full Changelog: v1.4.1...v1.5.0

Version 1.4.1

09 Dec 19:14
Compare
Choose a tag to compare

What's Changed

  • Adds a fix for a EINVAL error on windows machines by @dakota002 in #145

New Contributors

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

07 Aug 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

03 Jul 17:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

02 Feb 22:49
Compare
Choose a tag to compare

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

Version 1.1.0

07 Nov 17:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

11 Aug 14:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v1.0.0

Version 0.2.0

05 Apr 19:06
Compare
Choose a tag to compare

What's Changed

  • Expose OpenSearch Service name through arc.codes service discovery by @lpsinger in #5

Full Changelog: v0.1.0...v0.2.0

Version 0.1.0

09 Mar 04:48
Compare
Choose a tag to compare

What's Changed

  • Support both OpenSearch Service and OpenSearch Serverless by @lpsinger in #4

Full Changelog: v0.0.2...v0.1.0

Version 0.0.2

01 Mar 16:22
Compare
Choose a tag to compare

What's Changed

  • Fix executable file suffix on Windows by @lpsinger in #2
  • Fix sandbox-search.js import path on Windows by @lpsinger in #3

Full Changelog: v0.0.1...v0.0.2