Changelog - Dev - 05.13.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-05-13 โ
Changed โ
- Migrate Dataform cron to Cloud Scheduler โ Replaces Dataform's internal scheduler with Google Cloud Scheduler to resolve recurring data-freshness incidents caused by IAM permission mismatches. The internal scheduler required different IAM roles than ad-hoc invocations, causing silent failures while manual runs continued working. (#519)
enhancement
Update - 2026-05-13 16:05 UTC โ
Added โ
- Auto-fetch Firebase SDK config during env setup โ Extended
npm run env:bootstrapto automatically fetch the sevenVITE_FIREBASE_*configuration values from the Firebase Management API, eliminating manual copying from Firebase Console. Reduces onboarding friction and error-prone manual steps for new developers. (#518)enhancement