From eee13749e4a8a3775859480abb2131c4004bb533 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 19 Feb 2026 06:29:31 +0000 Subject: [PATCH] added compatibility announcement #46 --- blog/2026-02-19-typesense30docscraper.md | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 blog/2026-02-19-typesense30docscraper.md diff --git a/blog/2026-02-19-typesense30docscraper.md b/blog/2026-02-19-typesense30docscraper.md new file mode 100644 index 0000000..5c318c3 --- /dev/null +++ b/blog/2026-02-19-typesense30docscraper.md @@ -0,0 +1,29 @@ +--- +slug: typesense30x-docscraper-compatibility +title: Typesense 30.x & DocSearch Scraper +authors: [akyriako] +tags: [announcement] +--- + +## Typesense 30.x & DocSearch Scraper Compatibility Issue + +As of Typesense version `30.0`, breaking changes were introduced in the API for transferring the synonyms and curation sets that created a compatibility issue with DocSearch Scraper version prior to `0.12.0.rc14`. For that reason, it is advised to upgrade Typesense and DocSearch Scraper simultaneously if you are upgrading to Typesense 30.x+ from earlier major versions. + +**Compatibility Matrix:** + +| Typesense | DocSearch Scraper | +| --------- | ----------------- | +| 29.x | 0.11.0 | +| 30.x+ | 0.12.0.rc14+ | + +:::info +You can follow the related thread in the Typesense Slack channel [here](https://typesense-community.slack.com/archives/C01P749MET0/p1769523580405969) for more information. +::: + +:::danger + +TyKO `0.3.7` is the first version tested with Typesense 30.x+, therefore is the only version of the operator recommended for using in conjunction with Typesense `30.x+` **and** DocSearch Scraper `0.12.0.rc14+`. + +**Any earlier versions combinations might lead to undefined behavior and/or potential index corruption.** + +:::