docs/releases/v1.9.0-next.0-changelog.md
getEntitiesByRefs endpoint to CatalogApi, for efficient batch fetching of entities by ref.msw to ^0.49.0.POST /entities/by-refs endpoint, which allows you to efficiently
batch-fetch entities by their entity ref. This can be useful e.g. in graphql
resolvers or similar contexts where you need to fetch many entities at the same
time.LocationSpec from the @backstage/plugin-catalog-node packagemsw to ^0.49.0.cf41eedf43: BREAKING: Remove required field router at HttpPostIngressEventPublisher.fromConfig
and replace it with bind(router: Router).
Additionally, the path prefix /http will be added inside HttpPostIngressEventPublisher.
// at packages/backend/src/plugins/events.ts
const eventsRouter = Router();
- const httpRouter = Router();
- eventsRouter.use('/http', httpRouter);
const http = HttpPostIngressEventPublisher.fromConfig({
config: env.config,
logger: env.logger,
- router: httpRouter,
});
+ http.bind(eventsRouter);
cf41eedf43: Introduce a new interface RequestDetails to abstract Request
providing access to request body and headers.
BREAKING: Replace request: Request with request: RequestDetails at RequestValidator.
Updated dependencies
cf41eedf43: Introduce a new interface RequestDetails to abstract Request
providing access to request body and headers.
BREAKING: Replace request: Request with request: RequestDetails at RequestValidator.
transformErrors function to the Stepper for /nextd4d07cf55e: Enabling the customization of the last step in the scaffolder template.
To override the content you have to do the next:
<TemplatePage ReviewStepComponent={YourCustomComponent} />
ef803022f1: Initialize all formData in the Stepper in /next
3280711113: Updated dependency msw to ^0.49.0.
19356df560: Updated dependency zen-observable to ^0.9.0.
a63e2df559: fixed headerOptions not passed to TemplatePage component
Updated dependencies
msw to ^0.49.0.zen-observable to ^0.9.0.lifecycleFactory implementation.msw to ^0.49.0.lifecycleFactory to default service factories.lifecycleServiceRef.msw to ^0.49.0.msw version in default plugin/app templatesmsw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.msw to ^0.49.0.zen-observable to ^0.9.0.rc-progress to 3.4.1.msw to ^0.49.0.zen-observable to ^0.9.0.zen-observable to ^0.9.0.msw to ^0.49.0.integrations.github.apps.allowedInstallationOwners to the configuration schema.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.zen-observable to ^0.9.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.CatalogKindHeader component.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.GithubMultiOrgProcessor so membership relations are resolved correctly.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.rc-progress to 3.4.1.msw to ^0.49.0.zen-observable to ^0.9.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.GroupListPicker. Fixes: Vertical size jump on text entry, left align for text, selecting a value closes the popup, auto focus on the popup when openingmsw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.msw to ^0.49.0.msw to ^0.49.0.max listeners exceeded warning to be logged when more than 10 collators were running simultaneously.msw to ^0.49.0.msw to ^0.49.0.zen-observable to ^0.9.0.msw to ^0.49.0.rc-progress to 3.4.1.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.app.title from app-config.yaml when creating new Documentation Feedback issue. Backstage is the default value.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.msw to ^0.49.0.express-promise-router to catch errors properly.
Add 403 error as a known one. It will now return a NotAllowed error.msw to ^0.49.0.