Skip to content

v0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 19:10
· 250 commits to refs/heads/main since this release
4bd40a9

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

Changes

Contributors

@steebchen


Full Changelog: v0.28.0...v0.29.0