729 B
729 B
@backstage/plugin-catalog-backend
| @backstage/plugin-catalog-backend |
|---|
| minor |
- The
CatalogProcessorAPI was updated to havepreProcessEntityandpostProcessEntitymethods, instead of just oneprocessEntity. This makes it easier to make processors that have several stages in one, and to make different processors more position independent in the list of processors. - The
EntityPolicyis now given directly to theLocationReaders, instead of being enforced inside a policy. We have decided to separate out the act of validating an entity to be outside of the processing flow, to make it possible to apply more liberally and to evolve it as a separate concept. - Because of the above, the
EntityPolicyProcessorhas been removed.