backstage-plugin-coder/v0.5.0-alpha.0
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-providerbackend module - The previous OAuth implementation has been replaced with Backstage's native auth system - The plugin now requires
coderAuthApiRefto 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
CoderAuthApifor improved OAuth flow handling - OAuth authentication now integrates with Backstage's native auth system
- Added
CoderProviderSettingscomponent 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.