Skip to content

BUG FIXES AND IMPROVEMENTS (v1.0.0-beta.2)

Choose a tag to compare

@Jonas1015 Jonas1015 released this 19 Mar 07:33
· 158 commits to main since this release

Bug Fixes

  • Authentication: Fixed SECRET_KEY config lookup bug in production - the method now falls back to global config if module-specific config is not found
  • Migration: Fixed PostgreSQL compatibility issues with rollback_available column (use FALSE for PostgreSQL, 0 for SQLite)
  • Migration: Increased version_num column size from VARCHAR(32) to VARCHAR(64) for longer version strings
  • Migration: Skip already applied migrations to prevent duplicate key errors
  • Migration: Skip phantom migrations with unknown table names to prevent false positives
  • Development Server: Fixed import issue in development server starting module