From 8c030b1826c9f6629612c0f87f900f04d285519d Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 3 Feb 2023 14:04:27 +0100 Subject: [PATCH] catalog: split changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/breezy-bees-care.md | 5 +++++ .changeset/silly-suits-run.md | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/breezy-bees-care.md 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