Release v1.6.0-next.1
@backstage/cli@0.19.0-next.1
Minor Changes
-
1fe6823bb5: Updated dependency
eslint-plugin-jestto^27.0.0.Note that this major update to the Jest plugin contains some breaking changes. This means that some of your tests may start seeing some new lint errors. Read about them here.
These are mostly possible to fix automatically. You can try to run
yarn backstage-cli repo lint --fixin your repo root to have most or all of them corrected.
Patch Changes
- 817f3196f6: Added a new
migrate react-router-depscommand to aid in the migration to React Router v6 stable. - 33fbd9f9a4: Updated dependency
@types/minimatchto^5.0.0.
@backstage/core-app-api@1.1.0-next.1
Minor Changes
- a448fea691: Updated the routing system to be compatible with React Router v6 stable.
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 70299c99d5: Updated
FlatRoutesto be compatible with React Router v6 stable. - Updated dependencies
- @backstage/core-plugin-api@1.0.6-next.1
@backstage/test-utils@1.2.0-next.1
Minor Changes
- 817f3196f6: Elements rendered in a test app are no longer wrapped in a
RoutesandRouteelement, as this is not compatible with React Router v6 stable.
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- Updated dependencies
- @backstage/core-app-api@1.1.0-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/plugin-permission-react@0.4.5-next.1
@backstage/plugin-auth-backend@0.16.0-next.1
Minor Changes
- 2fc41ebf07: Removed the previously deprecated class
AtlassianAuthProvider. Please useproviders.atlassian.create(...)instead. - a291688bc5: Renamed the
RedirectInfotype toOAuthStartResponse
Patch Changes
- d669d89206: Minor API signatures cleanup
- e1ebaeb332: Cloudflare Access Provider: Add JWT to CloudflareAccessResult
- Updated dependencies
- @backstage/plugin-auth-node@0.2.5-next.1
- @backstage/backend-common@0.15.1-next.1
@backstage/plugin-catalog-backend@1.4.0-next.1
Minor Changes
- dd395335bc: Allow unknown typed location from being registered via the location service by configuration settings
- 651c9d6800: The search index now does retain fields that have a very long value, but in the form of just a null. This makes it possible to at least filter for their existence.
Patch Changes
- ce77e78c93: Fixes a bug to be able to utilize refresh keys after the entity is loaded from cache
- 679f7c5e95: Include entity ref into error message when catalog policies fail
- Updated dependencies
- @backstage/plugin-permission-node@0.6.5-next.1
- @backstage/backend-common@0.15.1-next.1
@backstage/plugin-scaffolder-backend@1.6.0-next.1
Minor Changes
- 7db9613671: Added
projectIdfor gitlab projects to be displayed in thegitlab:publishoutput
Patch Changes
- 0d8d650e32: Applied the fix from version 1.5.1 of this package, which is part of the v1.5.1 release of Backstage.
- Updated dependencies
- @backstage/backend-common@0.15.1-next.1
- @backstage/plugin-catalog-backend@1.4.0-next.1
@backstage/plugin-tech-insights@0.3.0-next.1
Minor Changes
-
f7e99ac1d8: Added the possibility to display check results of different types on a single scorecard.
- BREAKING Removed the
getScorecardsDefinitionmethod from theTechInsightsApiinterface. Added thegetCheckResultRenderersmethod that returns rendering components for given types. - BREAKING The
CheckResultRenderertype now exposes thecomponentfactory method that creates a React component used to display a result of a provided check result. - The
TechInsightsClientconstructor accepts now the optionalrenderersparameter that can be used to inject a custom renderer. - BREAKING The
titleparameter in theEntityTechInsightsScorecardContentandEntityTechInsightsScorecardCardcomponents is now mandatory. - The
jsonRulesEngineCheckResultRendererused to renderjson-rules-enginecheck results is exported. - The
BooleanCheckcomponent that can be used to render other check results types is also exported.
If you were overriding the
getScorecardsDefinitionmethod to adjust the rendering of check results, you should now provide a custom renderer usingrenderersparameter in theTechInsightsClientclass.See the README for more details.
- BREAKING Removed the
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 763fb81e82: Internal refactor to use more type safe code when dealing with route parameters.
- Updated dependencies
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/plugin-catalog-react@1.1.4-next.1
@backstage/app-defaults@1.0.6-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- Updated dependencies
- @backstage/core-app-api@1.1.0-next.1
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/plugin-permission-react@0.4.5-next.1
@backstage/backend-common@0.15.1-next.1
Patch Changes
-
c3c90280be: Added a keep-alive refresh loop to the
DatabaseManager, keeping the connection pool up. -
c3c90280be: The options part of
DatabaseManager.fromConfignow accepts an optional logger field. -
60b85d8ade: Updated dependency
helmetto^6.0.0.Please note that these policies are no longer applied by default:
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
@backstage/backend-test-utils@0.1.28-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.1-next.1
- @backstage/cli@0.19.0-next.1
@backstage/core-components@0.11.1-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 37e8c5e128: The
RoutedTabscomponent has been updated to be compatible with React Router v6 stable. - Updated dependencies
- @backstage/core-plugin-api@1.0.6-next.1
@backstage/core-plugin-api@1.0.6-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
@backstage/create-app@0.4.31-next.1
Patch Changes
-
c1f1a4c760: The Backstage packages and plugins have all been updated to support React Router v6 stable. The
create-apptemplate has not been migrated yet, but if you want to migrate your own app or plugins, check out the migration guide. -
c3c90280be: The options part of
DatabaseManager.fromConfignow accepts an optional logger field. You may want to supply that logger in your backend initialization code to ensure that you can get relevant logging data when things happen related to the connection pool.In
packages/backend/src/index.ts:function makeCreateEnv(config: Config) {
const root = getRootLogger();
...
- const databaseManager = DatabaseManager.fromConfig(config);
+ const databaseManager = DatabaseManager.fromConfig(config, { logger: root });
@backstage/dev-utils@1.0.6-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- Updated dependencies
- @backstage/app-defaults@1.0.6-next.1
- @backstage/core-app-api@1.1.0-next.1
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/test-utils@1.2.0-next.1
- @backstage/plugin-catalog-react@1.1.4-next.1
@backstage/plugin-adr@0.2.1-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- b489de83b1: Fix parsing of ADR location which includes a trailing slash
- Updated dependencies
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/plugin-catalog-react@1.1.4-next.1
- @backstage/plugin-search-react@1.0.2-next.1
@backstage/plugin-adr-backend@0.2.1-next.1
Patch Changes
- b489de83b1: Continue processing subsequent entities when an error occurs in collator
- Updated dependencies
- @backstage/backend-common@0.15.1-next.1
@backstage/plugin-airbrake@0.3.9-next.1
Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- Updated dependencies
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/dev-utils@1.0.6-next.1
- @backstage/test-utils@1.2.0-next.1
- @backstage/plugin-catalog-react@1.1.4-next.1
@backstage/plugin-airbrake-backend@0.2.9-next.1
Patch Changes
- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
- Updated dependencies
- @backstage/backend-common@0.15.1-next.1