From 5ac8c94f7c7d426d550dfd4b7f195e2c184813a3 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 14 Apr 2025 10:25:28 +0100 Subject: [PATCH] doc: add meilisearch upgrade to 25.05 release notes --- doc/release-notes/rl-2505.section.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-notes/rl-2505.section.md b/doc/release-notes/rl-2505.section.md index 1fd281475dbe..2f117e12ae18 100644 --- a/doc/release-notes/rl-2505.section.md +++ b/doc/release-notes/rl-2505.section.md @@ -223,6 +223,9 @@ - `fluxus` has been removed, as it depends on `racket_7_9` and had no updates in 9 years. +- `meilisearch` has been upgraded from 1.11.3 to 1.14.0, which requires manually dumping and importing the data. + See Meilisearch's [upgrade guide](https://www.meilisearch.com/docs/learn/update_and_migration/updating) for more information. + - `sm64ex-coop` has been removed as it was archived upstream. Consider migrating to `sm64coopdx`. - `tldr` now uses [`tldr-python-client`](https://github.com/tldr-pages/tldr-python-client) instead of [`tldr-c-client`](https://github.com/tldr-pages/tldr-c-client) which is unmaintained.