docs/releases/v1.33.0-next.3-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.33.0-next.3
typesVersions for additional entry points rather than using additional package.json files for type resolution. This improves auto completion of separate entry points when consuming published packages.--max-warnings -1 support to backstage-cli package lintts-morph to ^24.0.0.css-loader to ^7.0.0.@module-federation/enhanced to ^0.7.0..css style injection would fail for published packages.50df3c8: - Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.
79e9631: Allow OffsetPaginatedCatalogTable to configure Table options and CursorPaginatedCatalogTable to configure paginationPosition.
76857da: Added entity_ref column to final_entities in order to move refresh_state away from the read path
34d4360: Drop redundant indices from the database.
The following redundant indices are removed in this version:
final_entities_entity_id_idx - overlaps with final_entities_pkeyrefresh_state_entity_id_idx - overlaps with refresh_state_pkeyrefresh_state_entity_ref_idx - overlaps with refresh_state_entity_ref_uniqsearch_key_idx and search_value_idx - these were replaced by the composite index search_key_value_idx in #22594No negative end user impact is expected, but rather that performance should increase due to less index churn.
scaffolder.template.management for accessing the template management featurescontextMenu not being disabled bug in new scaffolder pagescontextMenu not being disabled bug in new scaffolder pagesscaffolder.template.management for accessing the template management featuresnode-fetch instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013create-app installsgetDefaultCredentialsChain function now accepts and applies a region parameter, preventing it from defaulting to us-east-1 when no region is specified.generate-patch command now properly includes newly created files in the patch.ts-morph to ^24.0.0.generate-patch command will now fall back to always adding a resolutions entry, even if no matching descriptors are found.ts-morph to ^24.0.0.RequestDetails
and use the raw body when validating incoming event requests.RequestDetails
and use the raw body when validating incoming event requests.RequestDetails
and use the raw body when validating incoming event requests.createDryRunner and corresponding route to include templateMetaData inside the templateInfo. This allows custom action writers to access things like templateInfo.entity.metadata.name via the action context while executing templates using the dry run framework.fs:readdir action to list current content of the workspacescaffolder.template.management for accessing the template management features