From 79605f824ea5746657dcd363a49630905858732e Mon Sep 17 00:00:00 2001 From: Alex Eftimie Date: Wed, 22 May 2024 19:23:54 +0200 Subject: [PATCH] Update .changeset/empty-avocados-tease.md Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Alex Eftimie --- .changeset/empty-avocados-tease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/empty-avocados-tease.md b/.changeset/empty-avocados-tease.md index da3aaba0e6..08f191becd 100644 --- a/.changeset/empty-avocados-tease.md +++ b/.changeset/empty-avocados-tease.md @@ -3,4 +3,4 @@ '@backstage/plugin-techdocs': minor --- -Use fetch-event-source instead of event-source-polify in order to stop hardcoding the Authorization header and reuse the fetchApi configuration. +Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header.