github typesense/typesense-docsearch-scraper 0.10.0

latest release: 0.9.1
14 hours ago

New features:

  • feat: carry curation rules and synonyms to new collection after scraper runs by @tharropoulos in #66
  • feat: add support for http_auth_domain spider attribute by @nkls-so in #67

Dev Workflow Contributions:

⚠️ Breaking Change:

If you're using API keys with limited permissions in the scraper, you now need to add additional permissions for synonyms and override API endpoints to the API key, to allow Typesense to copy these resources over from the old collection to the new collection.

Here's the full set of permissions you'd need in the API Key:

actions: ["collections:*", "documents:*", "aliases:*", "synonyms:*", "overrides:*"]

Full Changelog: 0.9.1...0.10.0

Don't miss a new typesense-docsearch-scraper release

NewReleases is sending notifications on new releases.