Skip to content

Releases: steebchen/prisma-client-go

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

v0.22.2

13 Sep 19:55
7f851d9
Compare
Choose a tag to compare

v0.22.2

Another patch release for CreateOne

Changes

Contributors

@steebchen


Full Changelog: v0.22.1...v0.22.2

v0.22.1

10 Sep 15:42
ecabf91
Compare
Choose a tag to compare

v0.22.1

Patch release to fix a regression from v0.22.0

Major changes

  • fix(composite): do not include relation fields in create (#987) @steebchen

Changes

Contributors

@steebchen


Full Changelog: v0.22.0...v0.22.1

v0.22.0

07 Sep 21:32
7469763
Compare
Choose a tag to compare

v0.22.0

Support composite primary keys & postgres array bugfixes

Major changes

  • feat(composite): add primary key query helper (#964) @steebchen
  • fix(engine): transform arrays for postgres raw query support (#983) @steebchen

Changes

Contributors

@steebchen


Full Changelog: v0.21.0...v0.22.0

v0.21.0

02 Aug 14:35
4b2c066
Compare
Choose a tag to compare

v0.21.0

Upgrade Prisma to 5.1.0 for improved SQL queries and other improvements

Major changes

Changes

  • chore(deps): bump next from 13.4.9 to 13.4.12 in /docs (#924) @dependabot
  • chore(deps-dev): bump @types/node from 20.4.1 to 20.4.4 in /docs (#923) @dependabot
  • docs(mocks): fix example expectation (#910) @emivespa
  • chore(deps-dev): bump @types/node from 20.4.4 to 20.4.5 in /docs (#925) @dependabot

Contributors

@davidmcnamee, @dependabot, @dependabot[bot], @emivespa and @steebchen

v0.20.0

13 Jul 20:40
2451ee1
Compare
Choose a tag to compare

v0.20.0

Upgrade to Prisma 5.0.0 & fix .env file loading

Major changes

Changes

  • chore(deps): bump next from 13.4.7 to 13.4.8 in /docs (#908) @dependabot
  • fix(platform): add extra check for openssl 3.0.x (#901) @steebchen
  • chore(deps): bump next from 13.4.8 to 13.4.9 in /docs (#912) @dependabot
  • chore(deps-dev): bump @types/node from 20.3.1 to 20.4.0 in /docs (#911) @dependabot
  • chore(deps-dev): bump next-sitemap from 4.1.3 to 4.1.8 in /docs (#906) @dependabot
  • chore(deps-dev): bump @types/node from 20.4.0 to 20.4.1 in /docs (#913) @dependabot
  • chore(deps-dev): bump typescript from 5.0.4 to 5.1.6 in /docs (#902) @dependabot

Contributors

@dependabot, @dependabot[bot] and @steebchen

v0.19.0

01 Jul 14:11
9abae11
Compare
Choose a tag to compare

v0.19.0

Major internal improvements to support native ARM binaries (including M1/M2 macs)

Major changes

Changes

Contributors

@dependabot, @dependabot[bot], @geret13, @steebchen and @stillmatic

v0.18.0

13 Jun 22:35
953a390
Compare
Choose a tag to compare

v0.18.0

Prisma Client Go: Resurrection

The Prisma Go client now lives at https://github.com/steebchen/prisma-client-go and is fully maintained by @steebchen.

Please read the upgrade manual if you are upgrading from a previous Go client version. If you are just getting started or want to create a new project, read the quickstart tutorial.

Major changes

Changes

  • fix(models): do not return empty fields (#796) @steebchen
  • refactor(tests): use docker-compose for test deps (#797) @steebchen
  • chore(deps): bump golang from 1.19.5 to 1.20.0 in /test/integration (#799) @dependabot
  • test(feat/composite): simplify composite self test schema (#801) @steebchen
  • chore(deps): upgrade golang.org/x/text to v0.6.0 (#802) @steebchen
  • feat(prisma): upgrade to 4.1.0, adapt tests (#761) @steebchen
  • chore(prisma): upgrade to prisma 4.7.1 (#805) @steebchen
  • chore(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (#812) @dependabot
  • chore(deps): bump golang from 1.20.0 to 1.20.1 in /test/integration (#813) @dependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#815) @dependabot
  • chore(deps): bump golang from 1.20.1 to 1.20.2 in /test/integration (#817) @dependabot
  • chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#819) @dependabot
  • chore(deps): bump actions/setup-go from 3 to 4 (#818) @dependabot
  • test(integration): clear integration sum file & use go workspace (#804) @steebchen
  • chore(deps): bump golang.org/x/text from 0.6.0 to 0.8.0 (#816) @dependabot
  • chore(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1 (#803) @dependabot
  • chore(deps): bump golang from 1.20.2 to 1.20.3 in /test/integration (#820) @dependabot
  • chore(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 (#821) @dependabot
  • chore(deps): bump golang from 1.20.3 to 1.20.4 in /test/integration (#822) @dependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#829) @dependabot
  • fix(runtime/raw): also check for native pointer types (#831) @steebchen
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#838) @dependabot
  • ci(test): only run on go-related files diff (#840) @steebchen
  • ci(workflows): add missing path filter step (#841) @steebchen
  • chore(deps): bump golang from 1.20.4 to 1.20.5 in /test/integration (#843) @dependabot
  • feat(raw): transform raw queries (#832) @steebchen
  • ci(integration): enable windows & macos (#289) @steebchen
  • test(update): add test for linking in updateMany (#268) @steebchen
  • ci(workflows): remove unused prisma telemetry flag (#845) @steebchen
  • ci(workflows): add missing paths-filter (#848) @steebchen
  • ci(workflows): run on workflow changes (#850) @steebchen
  • ci(workflows): make macOS integration test work (#849) @steebchen
  • chore(deps): bump golang.org/x/text from 0.9.0 to 0.10.0 (#852) @dependabot
  • ci(dependabot): enable docs npm updates (#853) @steebchen

Contributors

@steebchen

v0.17.0

29 Jan 06:31
beb78e4
Compare
Choose a tag to compare

v0.17.0

Improve internal binaries download speed

Major changes

  • fix(binaries): use new cloudfront distribution URL (#794) @steebchen

Changes

  • chore(deps): bump golang from 1.19.2 to 1.19.5 in /test/integration (#792) @dependabot

Contributors

@dependabot, @dependabot[bot] and @steebchen

v0.16.3

01 Jan 05:33
0ea3a6b
Compare
Choose a tag to compare

v0.16.3

Patch release for BigInt fix (#787) & minor changes

Changes

  • chore(deps): bump golang from 1.19.0 to 1.19.1 in /test/integration (#769) @dependabot
  • chore(deps): bump amannn/action-semantic-pull-request from 4.5.0 to 4.6.0 (#774) @dependabot
  • ci(workflows): use go 1.19 (#781) @s-takehana
  • chore(project): fix dependabot dependency name (#780) @s-takehana
  • chore(deps): bump golang from 1.19.1 to 1.19.2 in /test/integration (#775) @dependabot
  • chore(deps): bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.2 (#779) @dependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#782) @dependabot
  • chore: gitignore & git message validation (#788) @steebchen
  • fix(types): add MarshalJSON method for BigInt (#790) @steebchen

Contributors

@dependabot, @dependabot[bot], @s-takehana and @steebchen