Releases: o19s/splainer-search
2.21.0
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.
OpenSearch Support!
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).
2.20.0
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
- @aditya-kanekar made their first contribution in #116
Full Changelog: v2.19.0...v2.20.0
v2.19.0
v2.18.0
"ok boomer" release
Support GET and JSONP for Solr
Due to a small hiccup, ended up releasing twice, so welcome 2.16.1 to the world!
v2.15.0
v2.14.0
Now look for querqy_decorations
and add to the parsed details.