Releases: steebchen/prisma-client-go
v0.35.0
v0.35.0
Make sure .Disconnect() works as intended.
Major changes
- fix(lifecycle): prevent signal forwarding (#1201) @steebchen
Contributors
Full Changelog: v0.34.0...v0.35.0
v0.34.0
v0.34.0
Upgrade Prisma to v5.10.2, internal fixes and exports a PrismaTransaction interface.
Major changes
TODO: list major changes
Changes
- chore(prisma): upgrade prisma to v5.9.1 (#1171) @steebchen
- ci(publish-cli): add release note links to PR body (#1172) @steebchen
- chore(prisma): upgrade prisma to v5.10.0 (#1191) @steebchen
- chore(prisma): upgrade prisma to v5.10.1 (#1192) @steebchen
- fix(lifecycle): adapt close channel handling (#1193) @steebchen
- feat(transactions): export transaction types (#1180) @steebchen
- test(all): run tests with -race (#1194) @steebchen
- feat(tpl): export Transaction type in client (#1196) @steebchen
- chore(prisma): upgrade prisma to v5.10.2 (#1197) @steebchen
- feat(tpl): rename Transaction to PrismaTransaction (#1199) @steebchen
- docs(transactions): expand docs on relations and slices (#1200) @steebchen
Contributors
Full Changelog: v0.33.0...v0.34.0
v0.33.0
v0.33.0
pgrade prisma to v5.9.0
Major changes
- chore(prisma): upgrade prisma to v5.9.0 (#1167) @steebchen
Contributors
Full Changelog: v0.32.1...v0.33.0
v0.32.1
v0.32.1
Upgrade Prisma minor version for hotfixes
Changes
- chore(prisma): upgrade prisma to v5.8.1 (#1155) @steebchen
Contributors
Full Changelog: v0.32.0...v0.32.1
v0.32.0
v0.32.0
Add unique constraint violation error checks & upgrade Prisma to v5.8.0
Major changes
- chore(prisma): upgrade prisma to v5.8.0 (#1148) @steebchen
- feat(errors): add unique constraint violation error (#1069) @steebchen
Contributors
Full Changelog: v0.31.5...v0.32.0
v0.31.5
v0.31.5
Yet another casing-related bugfix 😁
Changes
- fix(generator): consider model type casing (#1144) @steebchen
Contributors
Full Changelog: v0.31.4...v0.31.5
v0.31.4
v0.31.4
Plenty of bugfixes
Changes
- fix(engine): adapt datasource handling (#1136) @steebchen
- fix(generator): major casing refactor (#1137) @steebchen
- fix(engine): minor changes (#1138) @steebchen
- fix(ast): undo primary key changes (#1139) @steebchen
Contributors
Full Changelog: v0.31.3...v0.31.4
v0.31.3
v0.31.3
Patch fix for unique field query methods, fixing a regression
Changes
- fix(generator): adapt unique field casing (#1135) @steebchen
Contributors
Full Changelog: v0.31.2...v0.31.3
v0.31.2
v0.31.2
Upgrade prisma from v5.7.0 to v5.7.1 for some minor fixes.
Changes
- chore(prisma): upgrade prisma to v5.7.1 (#1131) @steebchen
Contributors
Full Changelog: v0.31.1...v0.31.2
v0.31.1
v0.31.1
Patch release just to remove an unnecessary log in debug mode so that your credentials can't be leaked in those.
Changes
- fix(engine): remove log to prevent leaking logs (#1129) @steebchen
Contributors
Full Changelog: v0.31.0...v0.31.1