Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: - Allow uvicorn workers configuration in start script using the `QUALICHARGE_UVICORN_WORKERS` environment variable - Make database engine connections pool size configurable (`DB_CONNECTION_POOL_SIZE` and `DB_CONNECTION_MAX_OVERFLOW` settings) - Add a `--json` flag to the `read-user` CLI command Changed: - Upgrade alembic to `1.14.0` - Upgrade fastapi to `0.115.4` - Upgrade pyarrow to `18.0.0` - Upgrade pydantic-extras-types to `2.10.0` - Upgrade pydantic-settings to `2.6.1` - Upgrade pyinstrument to `5.0.0` - Upgrade python-multipart to `0.0.17` - Upgrade sentry-sdk to `2.18.0` - Set fk to `NULL` when related table entry is deleted for the `Station` table Fixed: - Add missing City / Department table foreign key constraints
- Loading branch information