Files
backstage/.changeset/young-penguins-act.md
T
Fredrik Adelöw 31c4fe0c17 chunk up refs in getEntitiesByRefs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-17 10:21:46 +02:00

301 B

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

The client now automatically splits up very large getEntitiesByRefs calls into several smaller requests behind the scenes when needed. This ensures that each individual request does not exceed common Express.js request body limits or overload the server.