github backstage/backstage v0.1.1-alpha.18

latest releases: v1.26.5, v1.27.0-next.1, v1.26.4...
pre-release3 years ago

@backstage/catalog-backend

  • Fixed an issue with duplicated location logs. Applying the database migrations from this fix will clear the existing migration logs. #1836

@backstage/auth-backend

This version fixes a breakage in CSP policies set by the auth backend. If you're facing trouble with auth in alpha.17, upgrade to alpha.18.

  • OAuth redirect URLs no longer receive the env parameter, as it is now passed through state instead. This will likely require a reconfiguration of the OAuth app, where a redirect URL like http://localhost:7000/auth/google/handler/frame?env=development should now be configured as http://localhost:7000/auth/google/handler/frame. #1812

@backstage/core

  • SignInPage props have been changed to receive a list of provider objects instead of simple string identifiers for all but the 'guest' and 'custom' providers. This opens up for configuration of custom providers, but may break existing configurations. See packages/app/src/App.tsx and packages/app/src/identityProviders.ts for how to bring back the existing providers. #1816

Don't miss a new backstage release

NewReleases is sending notifications on new releases.