Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prisma to 3.13 because of OpenSSL 3 #5362

Closed
yk-sgr opened this issue Apr 30, 2022 · 7 comments
Closed

Update prisma to 3.13 because of OpenSSL 3 #5362

yk-sgr opened this issue Apr 30, 2022 · 7 comments
Assignees

Comments

@yk-sgr
Copy link

yk-sgr commented Apr 30, 2022

prisma/prisma#11356

Prisma 3.12 does not work with the new OpenSSL version which is for example defautlt on the new Ubuntu 22.04. With Prisma 3.13 they introduced a fix.

@jtoar jtoar added this to Triage Apr 30, 2022
@jtoar jtoar moved this to Needs triage in Triage Apr 30, 2022
@yk-sgr yk-sgr changed the title Update prisma to 3.13 becase of OpenSSL 3 Update prisma to 3.13 because of OpenSSL 3 Apr 30, 2022
@davidrhoderick
Copy link

Confirmed this is an issue with Pop!_OS 22.04. I was going to try Redwood.js out now that it's v1 (last time I tried it was 0.2x) and was stuck at running yarn redwood dev because of this issue.

@jtoar
Copy link
Contributor

jtoar commented May 1, 2022

Thanks @yk-sgr and @davidrhoderick; we've got a PR for it now and I'll merge it as soon as checks pass: #5375

@yk-sgr
Copy link
Author

yk-sgr commented May 1, 2022

Thanks, i't working now.

@jnhooper
Copy link
Contributor

jnhooper commented May 2, 2022

sorry this is probably a very basic question, but how do i get the latest package? i upgraded and am currently on v1.2.0 but when i install i still get prisma client 3.12 I've tried clearing yarns cache, removing node_modeuls and yarn.lock. It looks like this got merged into main, but a new version hasn't be released since then so i'm just confused with how to force yarn to get the latest package?

@jtoar
Copy link
Contributor

jtoar commented May 2, 2022

@jnhooper no worries! Every time a PR is merged to main, a "canary" version is released. You can upgrade to that via:

yarn rw upgrade --tag canary

Right now that's the only way to try prisma 3.13 as we haven't released a version with it yet.

@jnhooper
Copy link
Contributor

jnhooper commented May 2, 2022

!! Amazing thank you so much!

@jtoar
Copy link
Contributor

jtoar commented May 3, 2022

We just released v1.3.0.

@jtoar jtoar closed this as completed May 3, 2022
Repository owner moved this from Needs triage to Done in Triage May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

5 participants