Skip to content

Releases: ClaudeBot/hubot-search

v0.1.2

18 Nov 12:03
Compare
Choose a tag to compare

This version introduces a new configuration option / environment variable, MAX_SEARCH_RESULTS. As evident from the name, this change will allow the max results to be set instead of being hardcoded to 5.

Major thanks to @mrcaron for his solid work on this. Relevant PRs: #2 #3 #4

Additionally, Yarn has also been introduced into this repository for dependency management.

View all changes.


As always, please do feel free to open up an issue, make a pull request or contact me if you have any questions, issues, etc. Documentation should be in README.md and the source code (I am also contactable on IRC at FyreChat #sandbox channel).

v0.1.0

18 Nov 17:53
Compare
Choose a tag to compare

This release prepares hubot-search for a transition from the old Azure Marketplace
Bing Search API v2
to Cognitive Services Bing Search API v5 (Preview).

By default, the old Bing API v2 will still be used. That is, the script assumes the key in BING_SEARCH_API_KEY is an Azure marketplace key. We strongly recommend however, enabling USE_BING_V5 (set it to true), and using the new Bing API v5 key for BING_SEARCH_API_KEY.

USE_BING_V5 should not be necessary by 2017.

We also strongly discourage using older versions of hubot-search (i.e. < 0.1.0) as the old Bing API v2 will be deprecated on December 15, 2016.

View all changes.

v0.0.4

18 Nov 17:57
Compare
Choose a tag to compare

This release adds metadata for Google searches (e.g. time taken to fetch results, and total results).

This version is outdated. Do not use it!

v0.0.3

18 Nov 17:56
Compare
Choose a tag to compare

Initial release - do not use this!