What's Changed
- ♻️ Update poll status names by @lukevella in #2141
- ⬆️ Upgrade to prisma 7.3.0 by @lukevella in #2147
- 🚀 Enable account linking by @lukevella in #2156
Troubleshooting Database Issues
This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.
If you encounter SSL/TLS connection errors after upgrading:
- For secure connections: Add your CA certificate to the connection string:
?sslrootcert=inline:<base64-encoded-cert> - To restore v6 behavior: Add
?uselibpqcompat=trueto the connection string (uses less strict validation)
Full Changelog: v4.6.3...v4.7.0