diff --git a/.changeset/breezy-bees-care.md b/.changeset/breezy-bees-care.md new file mode 100644 index 0000000000..9a5b59fe03 --- /dev/null +++ b/.changeset/breezy-bees-care.md @@ -0,0 +1,5 @@ +--- +'@backstage/catalog-client': minor +--- + +Add `queryEntities` method to `CatalogApi`. diff --git a/.changeset/silly-suits-run.md b/.changeset/silly-suits-run.md index 2fc731f2a4..ec371e4077 100644 --- a/.changeset/silly-suits-run.md +++ b/.changeset/silly-suits-run.md @@ -1,8 +1,7 @@ --- -'@backstage/catalog-client': minor '@backstage/plugin-catalog-backend': minor --- Add /entities/by-query endpoint returning paginated entities. -The endpoint supports cursor base pagination and server side sorting of the entities by name or uid. +The endpoint supports cursor base pagination and server side sorting of the entities