Join Slack
Powered by
Hi everyone! I would like to fix something in old ...
# orm-help
c
Cristian Salamea
03/16/2022, 1:42 PM
Hi everyone! I would like to fix something in old version, specific 2.5.1 since GitHub full disabled git protocol yesterday, I checked the code and I didn’t find branch for 2.5.1 tag, so can anyone help me to find it? to remove this git ref
https://github.com/prisma/prisma/blob/8e8412d6419de1f2691d00e9cc0d740de7f729b0/src/packages/engine-core/package.json#L47
j
Joël
03/21/2022, 8:24 AM
Hi Cristian! So the undici package was referenced as a git protocol url in some versions, and was removed in 2.8.0 see
https://github.com/prisma/prisma/blob/2.8.0/src/packages/engine-core/package.json#L48
And indeed GitHub disabled that on March 15:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Since we do not provide support for older versions: I would recommend to update to 2.8.0, and check the release notes before
https://github.com/prisma/prisma/releases/tag/2.6.0
https://github.com/prisma/prisma/releases/tag/2.7.0
https://github.com/prisma/prisma/releases/tag/2.8.0
Joël
03/21/2022, 8:25 AM
Though I’m also curious why it’s a problem for you? Because Prisma Client dependencies are bundled, and this should not affect you. Are you using
engine-core
directly maybe?
Open in Slack
Previous
Next