github lukevella/rallly v4.7.0

6 hours ago

What's Changed

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=true to the connection string (uses less strict validation)

Full Changelog: v4.6.3...v4.7.0

Don't miss a new rallly release

NewReleases is sending notifications on new releases.