20 KiB
Release v1.43.0-next.2
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.43.0-next.2
@backstage/catalog-client@1.12.0-next.0
Minor Changes
-
0e9ec44: Introduced newstreamEntitiesasync generator method for the catalog.Catalog API and Catalog Service now includes a
streamEntitiesmethod that allows for streaming entities from the catalog. This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them all into memory at once. This is useful when you need to fetch a large number of entities but do not want to use pagination or fetch all entities at once.Example usage:
const pageStream = catalogClient.streamEntities({ pageSize: 100 }, { token }); for await (const page of pageStream) { // Handle page of entities for (const entity of page) { console.log(entity); } }
@backstage/plugin-auth@0.1.0-next.0
Minor Changes
54ddfef: Initial publish of theauthfrontend package
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.6-next.1
@backstage/plugin-catalog-node@1.19.0-next.1
Minor Changes
-
0e9ec44: Introduced newstreamEntitiesasync generator method for the catalog.Catalog API and Catalog Service now includes a
streamEntitiesmethod that allows for streaming entities from the catalog. This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them all into memory at once. This is useful when you need to fetch a large number of entities but do not want to use pagination or fetch all entities at once.Example usage:
const pageStream = catalogClient.streamEntities({ pageSize: 100 }, { token }); for await (const page of pageStream) { // Handle page of entities for (const entity of page) { console.log(entity); } }
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
@backstage/plugin-catalog-react@1.21.0-next.2
Minor Changes
-
0e9ec44: Introduced newstreamEntitiesasync generator method for the catalog.Catalog API and Catalog Service now includes a
streamEntitiesmethod that allows for streaming entities from the catalog. This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them all into memory at once. This is useful when you need to fetch a large number of entities but do not want to use pagination or fetch all entities at once.Example usage:
const pageStream = catalogClient.streamEntities({ pageSize: 100 }, { token }); for await (const page of pageStream) { // Handle page of entities for (const entity of page) { console.log(entity); } }
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/backend-defaults@0.12.1-next.1
Patch Changes
4eda590: Fixed cache namespace and key prefix separator configuration to properly use configured values instead of hardcoded plugin ID. The cache manager now correctly combines the configured namespace with plugin IDs using the configured separator for Redis and Valkey. Memcache and memory store continue to use plugin ID as namespace.- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/integration-aws-node@0.1.17
@backstage/backend-dynamic-feature-service@0.7.4-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-catalog-backend@3.0.2-next.1
- @backstage/plugin-app-node@0.1.37-next.1
@backstage/cli@0.34.2-next.2
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
- @backstage/integration@1.18.0-next.0
@backstage/config-loader@1.10.3-next.0
Patch Changes
a73f495: Allow usingBACKSTAGE_ENVfor loading environment specific config files
@backstage/core-compat-api@0.5.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
@backstage/core-components@0.17.6-next.1
Patch Changes
1ad3d94: Dependency graph can now be opened in full screen modeae7d426: update about card links style for pretty display with other language
@backstage/create-app@0.7.4-next.2
Patch Changes
- Bumped create-app version.
@backstage/dev-utils@1.1.14-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
@backstage/repo-tools@0.15.2-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
@backstage/ui@0.7.1-next.0
Patch Changes
7307930: Add missing class for flex: baseline89da341: Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.
@backstage/plugin-api-docs@0.12.11-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/plugin-catalog@1.31.3-next.2
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-app-backend@0.5.6-next.1
Patch Changes
afd368e: Internal update to not expose the oldcreateRouter.- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-app-node@0.1.37-next.1
@backstage/plugin-app-node@0.1.37-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
@backstage/plugin-auth-backend@0.25.4-next.1
Patch Changes
1d47bf3: Implementing Dynamic Client Registration with the OIDC server. You can enable this by settingauth.experimentalDynamicClientRegistration.enabledinapp-config.yaml. This is highly experimental, but feedback welcome.54ddfef: Updating plugin metadata- Updated dependencies
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-auth-node@0.6.7-next.1
Patch Changes
54ddfef: Updating plugin metadata- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
@backstage/plugin-auth-react@0.1.19-next.1
Patch Changes
54ddfef: Updating plugin metadata- Updated dependencies
- @backstage/core-components@0.17.6-next.1
@backstage/plugin-catalog@1.31.3-next.2
Patch Changes
85c5e04: Fix incorrectdefaultTargetoncreateComponentRouteRef.- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-catalog-backend@3.0.2-next.1
Patch Changes
2204f5b: Prevent deadlock in catalog deferred stitching- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-aws@0.4.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/integration-aws-node@0.1.17
@backstage/plugin-catalog-backend-module-azure@0.3.9-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.6-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.3-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.3-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-gcp@0.3.12-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-gerrit@0.3.6-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-gitea@0.1.4-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-github@0.11.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.0.2-next.1
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-github-org@0.3.14-next.1
Patch Changes
- Updated dependencies
@backstage/plugin-catalog-backend-module-gitlab@0.7.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.13-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/plugin-catalog-backend-module-gitlab@0.7.3-next.1
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/plugin-catalog-backend@3.0.2-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-ldap@0.11.9-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-msgraph@0.8.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-openapi@0.2.14-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.2.14-next.1
Patch Changes
afd368e: BREAKING ALPHA: The module has been moved from the/alphaexport to the root of the package.- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.12-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-backend-module-unprocessed@0.6.4-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-catalog-graph@0.4.23-next.2
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-catalog-import@0.13.5-next.2
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-devtools-backend@0.5.9-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.3-next.0
- @backstage/backend-defaults@0.12.1-next.1
@backstage/plugin-home@0.8.12-next.2
Patch Changes
929c55a: Fixed race condition in CustomHomepageGrid by waiting for storage to load before rendering custom layout to prevent rendering of the default content.- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-kubernetes@0.12.11-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-kubernetes-backend@0.20.2-next.2
Patch Changes
dd7b6d2: Fix a bug wheregetDefaultin thekubernetesFetcherExtensionPointhad the wrongthisvalue- Updated dependencies
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration-aws-node@0.1.17
@backstage/plugin-kubernetes-cluster@0.0.29-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
@backstage/plugin-mcp-actions-backend@0.1.3-next.1
Patch Changes
1d47bf3: Proxy/.well-known/oauth-authorization-serverto/.well-known/openid-configurationonauth-backendwhenauth.experimentalDynamicClientRegistration.enabledis enabled.- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-notifications-backend@0.5.10-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/plugin-notifications-node@0.2.19-next.1
@backstage/plugin-notifications-backend-module-email@0.3.13-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration-aws-node@0.1.17
- @backstage/plugin-notifications-node@0.2.19-next.1
@backstage/plugin-notifications-backend-module-slack@0.1.5-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/plugin-notifications-node@0.2.19-next.1
@backstage/plugin-notifications-node@0.2.19-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
@backstage/plugin-org@0.6.44-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-org-react@0.1.42-next.2
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
@backstage/plugin-scaffolder@1.34.1-next.2
Patch Changes
0d415ae: Render a TechDocs link on the Scaffolder Template List page when templates include eitherbackstage.io/techdocs-reforbackstage.io/techdocs-entityannotations, using the sharedbuildTechDocsURLhelper. Also adds tests to verify both annotations and optionalbackstage.io/techdocs-entity-pathare respected.- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/plugin-scaffolder-react@1.19.1-next.2
- @backstage/integration@1.18.0-next.0
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-scaffolder-backend@2.2.1-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/plugin-auth-node@0.6.7-next.1
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.12-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.8.3-next.1
@backstage/plugin-scaffolder-backend-module-github@0.8.3-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
@backstage/plugin-scaffolder-react@1.19.1-next.2
Patch Changes
58fc108: Fix scaffolder task log stream not having a minimum height- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
@backstage/plugin-search@1.4.30-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-search-backend-module-catalog@0.3.8-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-search-backend-module-techdocs@0.4.6-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
@backstage/plugin-techdocs@1.14.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-react@0.1.19-next.1
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/core-compat-api@0.5.2-next.2
@backstage/plugin-techdocs-addons-test-utils@1.0.53-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/plugin-catalog@1.31.3-next.2
- @backstage/plugin-techdocs@1.14.2-next.2
@backstage/plugin-techdocs-backend@2.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1-next.1
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-node@1.19.0-next.1
- @backstage/integration@1.18.0-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.6-next.1
@backstage/plugin-user-settings@0.8.26-next.2
Patch Changes
- b713b54: Tool-tip text correction for the Theme selection in settings page
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
example-app@0.2.113-next.2
Patch Changes
- Updated dependencies
- @backstage/ui@0.7.1-next.0
- @backstage/plugin-auth-react@0.1.19-next.1
- @backstage/plugin-home@0.8.12-next.2
- @backstage/plugin-scaffolder@1.34.1-next.2
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/plugin-user-settings@0.8.26-next.2
- @backstage/plugin-scaffolder-react@1.19.1-next.2
- @backstage/plugin-catalog@1.31.3-next.2
- @backstage/cli@0.34.2-next.2
- @backstage/plugin-catalog-graph@0.4.23-next.2
- @backstage/plugin-catalog-import@0.13.5-next.2
- @backstage/plugin-org@0.6.44-next.2
- @backstage/plugin-techdocs@1.14.2-next.2
- @backstage/plugin-api-docs@0.12.11-next.2
- @backstage/plugin-kubernetes@0.12.11-next.2
- @backstage/plugin-kubernetes-cluster@0.0.29-next.2
- @backstage/plugin-search@1.4.30-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.28-next.0
example-app-next@0.0.27-next.2
Patch Changes
- Updated dependencies
- @backstage/ui@0.7.1-next.0
- @backstage/plugin-auth-react@0.1.19-next.1
- @backstage/plugin-auth@0.1.0-next.0
- @backstage/plugin-home@0.8.12-next.2
- @backstage/plugin-scaffolder@1.34.1-next.2
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/plugin-user-settings@0.8.26-next.2
- @backstage/plugin-scaffolder-react@1.19.1-next.2
- @backstage/plugin-catalog@1.31.3-next.2
- @backstage/cli@0.34.2-next.2
- @backstage/plugin-catalog-graph@0.4.23-next.2
- @backstage/plugin-catalog-import@0.13.5-next.2
- @backstage/plugin-org@0.6.44-next.2
- @backstage/plugin-techdocs@1.14.2-next.2
- @backstage/core-compat-api@0.5.2-next.2
- @backstage/plugin-api-docs@0.12.11-next.2
- @backstage/plugin-kubernetes@0.12.11-next.2
- @backstage/plugin-kubernetes-cluster@0.0.29-next.2
- @backstage/plugin-search@1.4.30-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.28-next.0