docs/releases/v1.33.0-next.2-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.33.0-next.2
e939cd7: BREAKING The dynamicPluginsFeatureLoader options related to the root logger behavior (transports, level, format) are now gathered under a single logger option which is a function taking an optional Config argument and returning the logger options.
This breaking change is required for 2 reasons:
Config would be required to provide the logger options,logger option because, when the root auditing service is introduced, distinct but similarly-named options would be required for the auditor as well.CommonJSModuleLoader to add support for resolvePackagePath calls from backend dynamic plugins, with customizable package resolution, and make the CommonJSModuleLoader public API.
Fixing this backend dynamic plugin limitation related to resolvePackagePath is important for backend dynamic plugins which use the database, since database migration scripts systematically use resolvePackagePath.createValidatedOpenApiRouterFromGeneratedEndpointMap function that uses the new static server generation in backstage-cli package schema openapi generate --server to create a typed express router.mockServices.database with a given knex instancebackstage-cli package schema openapi generate --client-package ....src/**/generated/**/*.ts.--link flag for package start to deduplicate react-router and react-router-dom..webp files in the frontend tooling.backstage-repo-tools package schema openapi generate --server now generates complete TS interfaces for all request/response objects in your OpenAPI schema. This fixes an edge case around recursive schemas and standardizes both the generated client and server to have similar generated types.backstage-cli package schema openapi generate --server.includeArchivedRepos property, which allows including repositories when the project is archived.backstage-cli package schema openapi generate --server.backend.default.skipMigrations config value.devDependency for local development setup.idb-keyval to 5.1.5.