Rallly v4.7.0-beta: Testers Needed #2135
lukevella
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've released 4.7.0-beta which upgrades the database layer from Prisma 6 to Prisma 7. This is an under-the-hood change with no new features, but it may affect database connectivity depending on your setup.
What's Changed
Prisma 7 has stricter TLS/SSL handling. For the cloud-hosted version, I had to update the database connection string to work with the new requirements. Self-hosted users with certain SSL configurations may experience similar issues.
Setups most likely to be affected:
How to Test
Use the following image:
If you encounter issues, you can safely downgrade back to the latest stable release (i.e.
lukevella/rallly:4). There are no database migrations in this release.I Need Your Feedback
Please reply to this discussion with:
DATABASE_URL:sslmode=require,sslmode=verify-full, etc.)This helps me identify which setups need fixes before the stable release and what information to include in the release notes to troubleshoot common issues.
Beta Was this translation helpful? Give feedback.
All reactions