From 070af4230736479e9c985625ade435653c66a9f5 Mon Sep 17 00:00:00 2001 From: suhr25 Date: Sun, 12 Apr 2026 15:50:35 +0530 Subject: [PATCH] Add changeset for notifications limit=0 fix Signed-off-by: suhr25 --- .changeset/fix-notifications-limit-zero.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-notifications-limit-zero.md diff --git a/.changeset/fix-notifications-limit-zero.md b/.changeset/fix-notifications-limit-zero.md new file mode 100644 index 0000000000..4f30fc0394 --- /dev/null +++ b/.changeset/fix-notifications-limit-zero.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications-backend': patch +--- + +Fix handling of `limit=0` in `getNotifications` query to return empty results instead of all notifications