From aab3bac7fca6d53b58ad109e4ef6dc019f04b345 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Tue, 15 Mar 2022 09:57:55 +0000 Subject: [PATCH] search-backend: switch to minor bump in changeset Signed-off-by: MT Lewis --- .changeset/empty-pens-invent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/empty-pens-invent.md b/.changeset/empty-pens-invent.md index 4f94028fc0..d6937afc84 100644 --- a/.changeset/empty-pens-invent.md +++ b/.changeset/empty-pens-invent.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-search-backend': patch +'@backstage/plugin-search-backend': minor --- -Filter out `authorization` property before returning API responses. +**BREAKING**: The `authorization` property is no longer returned on search results when queried. Note: this will only result in a breaking change if you have custom code in your frontend that relies on the `authorization.resourceRef` property on documents.