Can someone explain to me the pros of Prisma 3 ove...
# orm-help
t
Can someone explain to me the pros of Prisma 3 over 2? My team is currently using v2, but not sure the advantages of upgrading.
a
Hey @Tyler Bell! Prisma recently switched to semantic versioning. This means that the major version of Prisma will now increment whenever we release breaking changes. So, the difference between Prisma 2 and Prisma 3 is less dramatic than the change from Prisma 1 to Prisma 2. In any case, you can view all the relevant Prisma 3 changes in our release notes and you can find upgrade paths in our migration guide.
💯 2
t
oh awesome! Thanks for the reply!
👍 1