v0.29.0
github-actions
released this
20 Nov 19:10
·
250 commits
to refs/heads/main
since this release
v0.29.0
Internal improvements, upgrade Prisma, better handle generated code by getting rid of third party libraries
NOTE: If you have enums or some specific model field name casing or potentially changes in your go.mod, you might run into breaking changes. However, this is easy to fix as you would just need to adapt the occurrences of the fields to the new naming.
For example, if you use uppercase enum values in your schema.prisma, Prisma Client Go enum fields change from UserROLE
to UserRole
. There might be also some minor differences in cases like Last7d
, which changed to Last7D
.
Major changes
- refactor(case): vendor case libs (#1101) @steebchen
Changes
- feat(generator): warn on prisma version mismatch (#1100) @steebchen
- refactor(generator): manually define template order (#1104) @steebchen
- refactor(binaries): move version definition to version.go (#1105) @steebchen
- chore(prisma): upgrade prisma to v5.6.0 (#1106) @steebchen
- test(binaries): improve local binaries test (#1108) @steebchen
- test(enums): add some casing tests (#1112) @steebchen
Contributors
Full Changelog: v0.28.0...v0.29.0