Skip to content

Releases: typesense/typesense-docsearch-scraper

0.12.0.rc1

31 Oct 00:18
edd508e
Compare
Choose a tag to compare
0.12.0.rc1 Pre-release
Pre-release
  • Flatten hierarchy_radio fields during record transformation by @nascosto in #70

Full Changelog: 0.11.0...0.12.0.rc1

0.11.0

10 Oct 19:46
f386f70
Compare
Choose a tag to compare
  • feat: multi-arch by @darkweaver87 in #58
  • Switched base OS to Debian from Ubuntu

Full Changelog: 0.10.0...0.11.0

0.11.0.rc1

09 Oct 21:45
953627d
Compare
Choose a tag to compare
0.11.0.rc1 Pre-release
Pre-release
  • feat: multi-arch support by @darkweaver87 in #58
  • Switched base OS to Debian from Ubuntu

Full Changelog: 0.10.0...0.11.0.rc1

0.10.0

17 Oct 21:36
Compare
Choose a tag to compare

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

0.9.1

17 Oct 22:34
Compare
Choose a tag to compare

What's Changed

  • Include "Bot" token in default user agent string by @Krinkle in #48
  • Increase connection timeout, to account for potential embedding generation for semantic search

Full Changelog: 0.8.0...0.9.1