v1.5.0: Lock Updates, Additional Env Var Config
What's Changed
- Updates to Pre-commit and DB changes by @bsieber-mozilla in #373
- Updating FastAPI and Starlette, modifying db create_engine EV's by @bsieber-mozilla in #374
- When 'for_update' is True, use the 'model' provided as the 'of' param to 'query.with_for_update' by @bsieber-mozilla in #375
- Modifying engine params back to defaults from SQLAlchemy. by @bsieber-mozilla in #376
- Removing 'of' param in call to 'with_for_update' by @bsieber-mozilla in #377
- Revert "Removing 'of' param in call to 'with_for_update'" by @bsieber-mozilla in #378
- Trying to unravel the ongoing db issues by @bsieber-mozilla in #379
- Adding environment variable for sql_alchemy create_engine call pool_recycle:
db_pool_recycle_in_seconds
by @bsieber-mozilla in #380 - Upping the time-limit before pool recycling by @bsieber-mozilla in #381
- Modifying recycle time to 10min by @bsieber-mozilla in #382
- Upping time to 15 min by @bsieber-mozilla in #383
- chore(stripe): Set for_update to False on price query by @bkochendorfer in #384
- Updating version; v1.5.0 by @bsieber-mozilla in #385
New Contributors
- @bkochendorfer made their first contribution in #384
Full Changelog: v1.4.0...v1.5.0