Skip to content

2.20.0

Compare
Choose a tag to compare
@epugh epugh released this 13 Oct 14:26
· 82 commits to main since this release
2865fbe

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