3.71.0 (2025-06-12)
Bug Fixes
- before running e2e in CI, make sure the db is initilized correctly (e582d31)
- disable db SSL in CI (be56b18)
- make the DATABASE_URL environment variable mandatory (1398d8d)
- only enable ssl when the NODE_ENV is set to production and when it's not the building phase (76dce37)
- rename global variable for database and set SSL conditionally in DB connection (9291fcb)
- run db when building Next.js (9eefff3)
- specify db file location to have persistent database (928aef6)
- start pglite server during development (26de7bd)
- upgrade to Zod v4 (8bc02fd)
- use local db instance for migration instead of global reference (6e2a44d)