Skip to content

Version 0.3.3

Choose a tag to compare

@hu55ain3laa hu55ain3laa released this 05 May 08:46
· 26 commits to main since this release

Version 0.3.3 (May 5, 2025)

Enhanced CLI Configuration Detection

  • Added support for automatically detecting database URLs and secret keys from multiple sources:
    • Environment variables (DATABASE_URL, SECRET_KEY)
    • .env files in project directories
    • Imported modules in Python applications
    • Database engine objects in imported modules
  • Improved error messages when configuration is not found
  • Enhanced search for configuration in common files (config.py, settings.py, db.py, etc.)

Benefits

  • More flexible configuration options for projects using FastAuth
  • No need to explicitly pass database URL and secret key when they are defined elsewhere
  • Better integration with different project setups and architectures
  • Seamless support for both direct configuration and configuration from environment variables

Full Changelog: Release...Release-V-0.3.3