Prisma Client Go Versions Save

Prisma Client Go is an auto-generated and fully type-safe database client

v0.37.0

1 month ago

v0.37.0

Add .Select() and .Omit(). Omitted fields will default to their zero value. Upgrades prisma to v5.13.0.

Major changes

  • feat(builder): add omit option (#1250) @steebchen
  • feat(builder): add select option (#1252) @steebchen

Changes

  • chore(prisma): upgrade prisma to v5.12.1 (#1234) @steebchen
  • ci(integration): use macos-12 (#1248) @steebchen
  • chore(prisma): upgrade prisma to v5.13.0 (#1247) @steebchen
  • chore(deps): upgrade go to 1.21 (#1251) @steebchen
  • docs(fields): add select & omit docs (#1253) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.36.0...v0.37.0

v0.36.0

2 months ago

v0.36.0

Upgrade Prisma to v5.12.0

Major changes

  • chore(prisma): upgrade prisma to v5.11.0 (#1216) @steebchen
  • chore(prisma): upgrade prisma to v5.12.0 (#1232) @steebchen

Changes

  • docs(getting-started): fix API reference link (#1224) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.35.0...v0.36.0

v0.35.0

3 months ago

v0.35.0

Make sure .Disconnect() works as intended.

Major changes

  • fix(lifecycle): prevent signal forwarding (#1201) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.34.0...v0.35.0

v0.34.0

3 months ago

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

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.33.0...v0.34.0

v0.33.0

4 months ago

v0.33.0

pgrade prisma to v5.9.0

Major changes

  • chore(prisma): upgrade prisma to v5.9.0 (#1167) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.32.1...v0.33.0

v0.32.1

4 months ago

v0.32.1

Upgrade Prisma minor version for hotfixes

Changes

  • chore(prisma): upgrade prisma to v5.8.1 (#1155) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.32.0...v0.32.1

v0.32.0

4 months ago

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

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.31.5...v0.32.0

v0.31.5

5 months ago

v0.31.5

Yet another casing-related bugfix 😁

Changes

  • fix(generator): consider model type casing (#1144) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.31.4...v0.31.5

v0.31.4

5 months ago

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

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.31.3...v0.31.4

v0.31.3

5 months ago

v0.31.3

Patch fix for unique field query methods, fixing a regression

Changes

  • fix(generator): adapt unique field casing (#1135) @steebchen

Contributors

@steebchen


Full Changelog: https://github.com/steebchen/prisma-client-go/compare/v0.31.2...v0.31.3