Skip to content

Releases: steebchen/prisma-client-go

v0.31.0

11 Dec 18:32
5f40401
Compare
Choose a tag to compare

v0.31.0

Prisma engine binary improvements

Changes

Contributors

@steebchen


Full Changelog: v0.30.0...v0.31.0

v0.30.0

07 Dec 18:42
9cbe42a
Compare
Choose a tag to compare

v0.30.0

Upgrade to Prisma v5.7.0, which comes with some major query improvements (using preview features)

See full Prisma v5.7.0 release notes

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.29.0...v0.30.0

v0.29.0

20 Nov 19:10
4bd40a9
Compare
Choose a tag to compare

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

v0.28.0

10 Nov 07:40
4f1b6df
Compare
Choose a tag to compare

v0.28.0

  • Improves error reporting and handling for query engine errors (beta)
  • Disallow querying for duplicate fields; see #1095 for details. This might be a breaking change, but previous behavior was wrong, now it errors consistently if there is a duplicate field.

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.27.1...v0.28.0

v0.27.1

02 Nov 14:28
5db5ff1
Compare
Choose a tag to compare

v0.27.1

Prevents collision with models named Config due to the recently introduced new config options.

Changes

Contributors

@steebchen


Full Changelog: v0.27.0...v0.28.0

v0.27.0

29 Oct 03:58
889edd7
Compare
Choose a tag to compare

v0.27.0

Upgrade Prisma, add data source URL option, fix SQLite relative paths, increase test coverage, minor fixes, improve docs

// new option!
client := db.NewClient(
  db.WithDatasourceURL("postgresql://localhost:5432/mydb?schema=public"),
)

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.26.0...v0.27.0

v0.26.0

18 Oct 17:29
4796bfd
Compare
Choose a tag to compare

v0.26.0

Upgrade Prisma to v5.4.2 & internal updates

Changes

Contributors

@steebchen


Full Changelog: v0.25.0...v0.26.0

v0.25.0

28 Sep 22:38
10bf2b3
Compare
Choose a tag to compare

v0.25.0

Upgrade to Prisma 5.3.1, add "none" relation filter, internal improvements & more test coverage

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.24.0...v0.25.0

v0.24.0

18 Sep 22:06
d0fcda5
Compare
Choose a tag to compare

v0.24.0

Internal query builder fixes, which resolves some query issues like nested JSON filtering

Changes

Contributors

@steebchen


Full Changelog: v0.23.0...v0.24.0

v0.23.0

16 Sep 19:18
198d2e2
Compare
Choose a tag to compare

v0.23.0

Fixes some serverless issues (lambda specifically)

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.22.2...v0.23.0