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 new
streamEntitiesasync 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 the
authfrontend 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 new
streamEntitiesasync 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 new
streamEntitiesasync 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 using
BACKSTAGE_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 mode
- ae7d426: 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: baseline
- 89da341: 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 old
createRouter. - 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 setting
auth.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 incorrect
defaultTargetoncreateComponentRouteRef. - 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