Files
backstage/.changeset/two-mails-boil.md
T
Fredrik Adelöw a3eb3d2afa remove getXByEntity
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-04 13:52:00 +01:00

434 B

@backstage/catalog-client
@backstage/catalog-client
minor

BREAKING: Removed CatalogClient.getLocationByEntity and CatalogClient.getOriginLocationByEntity which had previously been deprecated. Please use CatalogApi.getLocationByRef instead. Note that this only affects you if you were using CatalogClient (the class) directly, rather than CatalogApi (the interface), since it has been removed from the interface in an earlier release.