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