From 37328b1b50a41fed9e705c15ade9e281da844522 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 15 May 2025 20:51:36 +0200 Subject: [PATCH] permission-common: basic permission changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/shaggy-gifts-beam.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shaggy-gifts-beam.md diff --git a/.changeset/shaggy-gifts-beam.md b/.changeset/shaggy-gifts-beam.md new file mode 100644 index 0000000000..f2957fc2c3 --- /dev/null +++ b/.changeset/shaggy-gifts-beam.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-permission-common': patch +--- + +Fixed an issue causing `PermissionClient` to throw an error when authorizing basic permissions with the `permission.EXPERIMENTAL_enableBatchedRequests` config enabled.