1.2 KiB
1.2 KiB
Backstage Changelog
This is a best-effort changelog where we manually collect breaking changes. It is not an exhaustive list of all changes or even features added.
If you encounter issues while upgrading to a newer version, don't hesitate to reach out on Discord or open an issue!
Next Release
Collect changes for the next release below
@backstage/catalog-backend
- Fixed an issue with duplicated location logs. Applying the database migrations from this fix will clear the existing migration logs. https://github.com/spotify/backstage/pull/1836
v0.1.1-alpha.17
@backstage/techdocs-backend
- The techdocs backend now requires more configuration to be supplied when creating the router. See packages/backend/src/plugins/techdocs.ts for an example. https://github.com/spotify/backstage/pull/1736
@backstage/cli
- The
create-appcommand was moved out from the CLI to a standalone package. It's now invoked withnpx @backstage/create-appinstead. https://github.com/spotify/backstage/pull/1745