Release 1.3.0
What's new in release v1.3.0
OpenAPI Specification
- Added complete OpenAPI 3.0 specification accessible at {authserver-base-url}/openapi.yaml for automatic client generation and API testing tools integration
REST API Documentation
- Complete REST API documentation with step-by-step setup instructions
Configuration simplification
- Removed internal base URL configuration for admin console and streamlined environment variable documentation
This release includes a database schema change for permission management. The migration runs automatically on startup but requires a brief downtime:
- Admin console permissions have been migrated from adminconsole resource to authserver resource
- Migration 000005_move_adminconsole_permissions will execute automatically
- Applies to all database types (MySQL, PostgreSQL, SQL Server, SQLite)
- Recommendation: backup your database before upgrading!
The migration is backward-compatible and handles the transition automatically.