Skip to content

Releases: o19s/splainer-search

2.21.0

23 May 15:55
Compare
Choose a tag to compare

2.21.0 (2023-05-23)

  • Urls to documents that have a document id with a # character embedded don't pass the id into OpenSearch and Elasticsearch. We now escape that character to fool the browser ;-). #120 by @epugh fixes #119.

  • We also fixed a bug in how the urls for Elasticsearch 7+ and OpenSearch are formatted with the /_doc/[id] and /_explain/[id] pattern. Splainer-search now only properly works with those search engines and above. #120 by @epugh.

v2.20.2...v2.21.0

OpenSearch Support!

01 May 15:43
Compare
Choose a tag to compare

2.20.2 (2023-05-01)

  • Urls that link to a individual document in OpenSearch and ES7+ have changed to have a _doc element in the path. #117 by @mkr fixes o19s/quepid#701.

  • npm outdated highlights nothings. All dependencies (barring this is Angular 1 ;-) ) are up to date. #118 by @epugh.

2.20.1 (slight publish issue, this is really 2.20.0).

13 Oct 14:10
Compare
Choose a tag to compare

2.20.0

13 Oct 14:26
2865fbe
Compare
Choose a tag to compare

What's Changed

  • We now support API keys! Search engine deploys (like Elastic Cloud) are increasingly locked down, with an API Key being the most common way to access them. Splainer-search now supports custom headers, which supports the api key usecase, and lays ground work for other use cases. A huge round of thanks goes to @aditya-kanekar who created the first implmentation via #116, and then @worleydl for making it more generic. This improvement will be surfaced into Splainer and Quepid asap.

  • Splainer-search is ASL2.0 licensed, but there was a mismatch in package.json that said MIT. Fixed this, and eliminated a old javascript promise.js implementation that isn't used in the library. #115 by @epugh.

New Contributors

Full Changelog: v2.19.0...v2.20.0

v2.19.0

06 Sep 16:19
Compare
Choose a tag to compare

v2.18.0...v2.19.0

v2.18.0

11 Aug 11:07
Compare
Choose a tag to compare

v2.17.0...v2.18.0

"ok boomer" release

23 Apr 14:43
Compare
Choose a tag to compare

v2.16.1...v2.17.0

Support GET and JSONP for Solr

22 Apr 01:19
Compare
Choose a tag to compare

Due to a small hiccup, ended up releasing twice, so welcome 2.16.1 to the world!

v2.15.0

12 Apr 20:27
Compare
Choose a tag to compare

v2.14.0...v2.15.0

v2.14.0

05 Apr 19:57
Compare
Choose a tag to compare

Now look for querqy_decorations and add to the parsed details.

v2.13.0...v2.14.0