From 4da29658236bb90f85c6af093fae0767d44d00ec Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 11 Apr 2025 11:28:14 +0200 Subject: [PATCH] permission: changeset batched requests Signed-off-by: Vincenzo Scamporlino --- .changeset/lazy-tires-show.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/lazy-tires-show.md diff --git a/.changeset/lazy-tires-show.md b/.changeset/lazy-tires-show.md new file mode 100644 index 0000000000..3ccf5f155e --- /dev/null +++ b/.changeset/lazy-tires-show.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-permission-backend': minor +'@backstage/plugin-permission-common': minor +'@backstage/plugin-permission-node': minor +--- + +Fixed an issue causing the `PermissionClient` to exhaust the request body size limit too quickly when making many requests.