From bfa4ea96ec817c19528a1fd20bd1697957086d21 Mon Sep 17 00:00:00 2001 From: Thomas Cardonne Date: Mon, 3 Feb 2025 18:59:19 +0100 Subject: [PATCH] fix: add changeset for create-app Signed-off-by: Thomas Cardonne --- .changeset/heavy-bobcats-search.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/heavy-bobcats-search.md diff --git a/.changeset/heavy-bobcats-search.md b/.changeset/heavy-bobcats-search.md new file mode 100644 index 0000000000..86f7ea09ef --- /dev/null +++ b/.changeset/heavy-bobcats-search.md @@ -0,0 +1,8 @@ +--- +'@backstage/create-app': patch +--- + +Enable `catalog.useUrlReadersSearch` configuration by default in newly created Backstage installations. + +This parameter makes `UrlReaderProcessor` always use the search method. +New adopters are encouraged to enable it as this behavior will be the default in a future release.