Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖(api:minor) bump release to 0.14.0 #225

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

jmaupetit
Copy link
Member

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

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
@jmaupetit jmaupetit self-assigned this Nov 15, 2024
@jmaupetit jmaupetit added needs review release API Item related to the API service labels Nov 15, 2024
@jmaupetit jmaupetit requested a review from ssorin November 15, 2024 09:58
@jmaupetit jmaupetit merged commit a6d5d84 into main Nov 15, 2024
20 checks passed
@jmaupetit jmaupetit deleted the prepare-release-0.14.0 branch November 15, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Item related to the API service needs review release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants