catalog: split changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-02-03 14:04:27 +01:00
parent 5468b81811
commit 8c030b1826
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-client': minor
---
Add `queryEntities` method to `CatalogApi`.
+1 -2
View File
@@ -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