From c2090e5844433a3bcbe449af8c0dc9b86492a863 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Thu, 2 May 2024 00:49:32 +0300 Subject: [PATCH] cache warning --- docs/3.0/upgrade.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/3.0/upgrade.md b/docs/3.0/upgrade.md index 0e2620ce..ad40a585 100644 --- a/docs/3.0/upgrade.md +++ b/docs/3.0/upgrade.md @@ -4,6 +4,13 @@ We'll update this page when we release new Avo 3 versions. If you're looking for the Avo 2 to Avo 3 upgrade guide, please visit [the dedicated page](./avo-2-avo-3-upgrade). +## Upgrade from 3.6.1 to 3.6.2 +:::option Cache +From version `3.6.1` to version `3.6.2` table cache logic suffered some changes. Old cached table may break with this change, we recommend to clear cache on production after upgrade (`Rails.cache.clear`). + +Versions `3.6.2` / `3.6.3` have some issues around cache, we recommend to upgrade directly to `3.6.4`. +::: + ## Upgrade from 3.5.4 to 3.5.5 :::option Record errors With version `3.5.5` we introduced a stricter error check. Now when the record have any error included the save action will fail. This allow you to do things like: