From 94a54dd477e0e4b78c9aa9c09c252888a50a4d9e Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 12 Jul 2021 11:51:01 +0200 Subject: [PATCH] Changeset Signed-off-by: Eric Peterson --- .changeset/techdocs-migration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/techdocs-migration.md diff --git a/.changeset/techdocs-migration.md b/.changeset/techdocs-migration.md new file mode 100644 index 0000000000..939ace17a5 --- /dev/null +++ b/.changeset/techdocs-migration.md @@ -0,0 +1,13 @@ +--- +'@backstage/plugin-techdocs': minor +--- + +Added a `migrateDocsCase()` method to TechDocs publishers, along with +implementations for AWS, Azure, and GCS. + +This change is in support of a future update to TechDocs that will allow for +case-insensitive entity triplet URL access to documentation pages which will +require a migration of existing documentation objects in external storage +solutions. + +See [#4367](https://github.com/backstage/backstage/issues/4367) for details.