Skip to content

v0.8.0

Choose a tag to compare

@HarimxChoi HarimxChoi released this 11 Aug 18:19
· 7 commits to main since this release

Highlights

  • Added scholar_search for Google Scholar paper metadata, citations, related versions, and available full text.
  • Added SearchApi as an optional primary or fallback provider for search, search_parallel, and scholar_search.
  • Browser search remains the default and requires no API key.
  • Added SEARCH_API, SURF_SEARCH_PROVIDER, and SURF_SCHOLAR_PROVIDER configuration.
  • Added provider and API key status to health without exposing the key.

SearchApi support is sponsored by SearchApi.

Fixes

  • Detect dead pooled browser contexts through the context close event instead of the unreliable ctx.pages() probe in #11.

Contributors

Full Changelog: v0.7.0...v0.8.0