5dcb0f3b7d
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
479 B
479 B
@backstage/plugin-catalog-backend
| @backstage/plugin-catalog-backend |
|---|
| minor |
Added a new catalog.disableRelationsCompatibility configuration option that avoids JSON deserialization and serialization if possible when reading entities. This significantly reduces the memory usage of the catalog, and slightly increases performance, but it removes the backwards compatibility processing that ensures that both entity.relation[].target and entity.relation[].targetRef are present in returned entities.