Merge pull request #15506 from backstage/jhaals/remove-read

backend-common: Remove read method from UrlReader
This commit is contained in:
Johan Haals
2023-01-03 14:13:18 +01:00
committed by GitHub
37 changed files with 439 additions and 417 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-common': minor
---
**BREAKING**: Removed deprecated `read` method from the `UrlReader` interface. All implementations should use the `readUrl` method instead.
Migrated `UrlReader` and related types to `backend/backend-plugin-api`, types remain re-exported from `backend-common` for now.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-openapi': patch
---
Updated internal usage of UrlReader interface.