Skip to content

backstage-plugin-coder/v0.5.0-alpha.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 20:04
aa4de33

Breaking Changes

This release migrates the plugin to support Backstage's New Backend System and introduces a dependency on the Coder auth API.

  • OAuth authentication now requires the @coder/plugin-auth-backend-module-coder-provider backend module - The previous OAuth implementation has been replaced with Backstage's native auth system
  • The plugin now requires coderAuthApiRef to be registered - Even if you're using token-based authentication instead of OAuth, you must install and configure the auth backend module.

New Features

  • Added support for Backstage's New Backend System
  • Added CoderAuthApi for improved OAuth flow handling
  • OAuth authentication now integrates with Backstage's native auth system
  • Added CoderProviderSettings component for User Settings page integration

Minor Changes

  • Updated React imports for React 17+ JSX transform compatibility
  • Improved OAuth popup message handling for better compatibility with Backstage auth flows

Notes

This is an alpha release for testing with Backstage's New Backend System. See the plugin README for updated setup instructions.