From 23612c55e223e1e54e5d3c573effc06237739726 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Wed, 17 May 2023 10:20:03 -0600 Subject: [PATCH] Update changelog Signed-off-by: Tim Hansen --- .changeset/dirty-eels-poke.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.changeset/dirty-eels-poke.md b/.changeset/dirty-eels-poke.md index e2e3fa5066..2caae0eb16 100644 --- a/.changeset/dirty-eels-poke.md +++ b/.changeset/dirty-eels-poke.md @@ -3,3 +3,11 @@ --- Changed the default backend CacheClient to an in-memory cache when not explicitly configured. + +Explicit configuration of an **in-memory cache** can be removed from `app-config.yaml`, as this is now the default: + +```diff +backend: +- cache: +- store: memory +```