-
Notifications
You must be signed in to change notification settings - Fork 2
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.17.0 #365
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added: - Activate and configure Sentry profiling by setting the `SENTRY_PROFILES_SAMPLE_RATE` configuration - Set request's user (`username`) in Sentry's context - Add `Localisation.coordonneesXY` unique contraint [BC] 💥 - Implement `Statique` materialized view Changed: - Prefetch user-related groups and operational units in `get_user` dependency - Improve bulk endpoints permissions checking - Cache logged user object for `API_GET_USER_CACHE_TTL` seconds to decrease the number of database queries - CLI: sort groups and operational units alphabetically in the `list-groups` command - Decrease the number of database queries for dynamic endpoints - Cache the "get PointDeCharge id from its `id_pdc_itinerance`" database query - Improve JSON string parsing using pyarrow engine - Add default values for optional Statique model fields - Migrate database enum types from names to values - Improve API performance by integrating the `Statique` materialized view - Upgrade alembic to `1.14.1` - Upgrade geoalchemy2 to `0.17.0` - Upgrade psycopg to `3.2.4` - Upgrade pyarrow to `19.0.0` - Upgrade pydantic to `2.10.5` - Upgrade pydantic-extra-types to `2.10.2` - Upgrade pydantic-settings to `2.7.1` - Upgrade python-multipart to `0.0.20` - Upgrade questionary to `2.1.0` - Upgrade sentry-sdk to `2.20.0` Fixed: - Rename database `raccordementemum` to `raccordementenum` - Run database migrations in a post-deploy hook Removed: - Remove `Localisation.adresse_station` unique constraint
Current benchmark
Comparison with the latest previous benchmark
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
SENTRY_PROFILES_SAMPLE_RATE
configurationusername
) in Sentry's contextLocalisation.coordonneesXY
unique contraint [BC] 💥Statique
materialized viewChanged
get_user
dependencyAPI_GET_USER_CACHE_TTL
seconds to decrease the number of database querieslist-groups
commandid_pdc_itinerance
" database queryStatique
materialized view1.14.1
0.17.0
3.2.4
19.0.0
2.10.5
2.10.2
2.7.1
0.0.20
2.1.0
2.20.0
Fixed
raccordementemum
toraccordementenum
Removed
Localisation.adresse_station
unique constraint