Skip to content

0.14.0

Compare
Choose a tag to compare
@jmaupetit jmaupetit released this 15 Nov 10:26
· 118 commits to main since this release

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