Skip to content

DRIFT v0.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:03

Railway PostgreSQL connection-string compatibility patch.

Fixed

  • Normalize provider-native postgres:// and postgresql:// connection URLs
    to SQLAlchemy's required async postgresql+asyncpg:// dialect before the
    application engine or Alembic migration environment is initialized.
  • Added full branch coverage for native, legacy, and already-normalized
    PostgreSQL connection URLs, so the Railway database reference can be used
    directly without composing credential variables.

Deployment note

  • The API service must reference the database service's complete native
    DATABASE_URL; v0.5.1 supplies the driver normalization. Applying
    migrations and creating the first reviewed capture remain operator actions.