Rallly
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
Alternative to: doodle, when2meet
v4.7.0
2026-02-04What’s Changed
- ♻️ Update poll status names by @lukevella in https://github.com/lukevella/rallly/pull/2141
- ⬆️ Upgrade to prisma 7.3.0 by @lukevella in https://github.com/lukevella/rallly/pull/2147
- 🚀 Enable account linking by @lukevella in https://github.com/lukevella/rallly/pull/2156
‼️ Breaking Changes: 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 inside
DATABASE_URL:?sslrootcert=inline:<base64-encoded-cert> - To restore v6 behavior: Add
?uselibpqcompat=trueto the connection string insideDATABASE_URL
Full Changelog: https://github.com/lukevella/rallly/compare/v4.6.3…v4.7.0