DRIFT v0.5.1
Railway PostgreSQL connection-string compatibility patch.
Fixed
- Normalize provider-native
postgres://andpostgresql://connection URLs
to SQLAlchemy's required asyncpostgresql+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.1supplies the driver normalization. Applying
migrations and creating the first reviewed capture remain operator actions.