From 7f4ea3d3602faa71760f8fac64134412db7794c2 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 23 Jun 2022 20:37:19 +0200 Subject: [PATCH] Add changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/silly-suits-run.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/silly-suits-run.md diff --git a/.changeset/silly-suits-run.md b/.changeset/silly-suits-run.md new file mode 100644 index 0000000000..ed0961a584 --- /dev/null +++ b/.changeset/silly-suits-run.md @@ -0,0 +1,8 @@ +--- +'@backstage/catalog-client': minor +'@backstage/plugin-catalog-backend': minor +--- + +Add /v2beta1/entities endpoint returning paginated entities. + +The endpoint supports cursor base pagination and server side sorting of the entities by name or uid.