Releases: steebchen/prisma-client-go
v0.23.0
v0.23.0
Fixes some serverless issues (lambda specifically)
Major changes
- feat(binaries): cache dir improvements (#995) @steebchen
Changes
- chore(docs): code cleanup (#993) @steebchen
- chore(auto-merge): adapt auto merge condition (#994) @steebchen
- chore(scripts): add setup & teardown scripts & run configs (#997) @steebchen
Contributors
Full Changelog: v0.22.2...v0.23.0
v0.22.2
v0.22.2
Another patch release for CreateOne
Changes
- fix(create): adapt create one signature (#990) @steebchen
Contributors
Full Changelog: v0.22.1...v0.22.2
v0.22.1
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
Full Changelog: v0.22.0...v0.22.1
v0.22.0
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
- ci(workflows): add auto merge dep PRs action (#936) @steebchen
- ci(integration): temp fix for macOS action bug (#947) @steebchen
- feat(prisma): upgrade prisma to 5.2.0 (#946) @steebchen
- docs(help): add heading (#960) @steebchen
- chore(editorconfig): fix space indent styles (#958) @steebchen
- ci(integration): rename alpine to match other workflows (#959) @steebchen
- fix(composite): support composite primary key in create ops (#961) @steebchen
- refactor(test/composite-id): use table test (#962) @steebchen
- feat(composite): add primary key query helper (#964) @steebchen
- chore(idea): ignore .idea folder, keep run configs (#965) @steebchen
- refactor(test/composite-id): cleanup schema (#966) @steebchen
- test(composite): add tests for linking composite primary keys (#967) @steebchen
- docs(composite): add composite key docs (#968) @steebchen
- fix(generator): escape datamodel schema (#971) @steebchen
- refactor(test/int-cursor): rename package (#972) @steebchen
- chore(project): code cleanup (#973) @steebchen
- ci(lint): add editorconfig lint check (#974) @steebchen
- ci(auto-merge): improve dependabot auto merge (#980) @steebchen
- refactor(raw): extract convert type function (#982) @steebchen
Contributors
Full Changelog: v0.21.0...v0.22.0
v0.21.0
v0.21.0
Upgrade Prisma to 5.1.0 for improved SQL queries and other improvements
Major changes
- feat(prisma): upgrade prisma to 5.1.0 (#926) @steebchen
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
v0.20.0
Upgrade to Prisma 5.0.0 & fix .env file loading
Major changes
- feat(prisma): upgrade prisma to 5.0.0 (#916) @steebchen
- fix(engine): revert accidental env file rename (#917) @steebchen
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
v0.19.0
Major internal improvements to support native ARM binaries (including M1/M2 macs)
Major changes
- chore(prisma): upgrade to 4.16.0 (#889) @steebchen
- feat(binaries): support arm64 CLI & engine binaries (#874) @stillmatic
- fix(binaries): binary detection fixes & improvements (#814) @steebchen
Changes
- ci(docs): only run docs test on docs changes (#855) @steebchen
- ci(docs-deploy): deploy on tag (#862) @steebchen
- ci(publish-cli): automate CLI publishing process (#863) @steebchen
- docs(readme): adapt header and links (#864) @steebchen
- ci(integration): skip setup docker macos step on empty diff (#865) @steebchen
- ci(publish-cli): fix install script (#866) @steebchen
- ci(cli-publish): pin pkg version & test executable (#867) @steebchen
- ci(cli-publish): set aws default region (#868) @steebchen
- docs(readme): correct link to contributing file (#871) @geret13
- docs(getting-started): improve quickstart & add CLI examples (#872) @steebchen
- ci(publish-cli): pause auto-publish CLI (#875) @steebchen
- docs(community): adapt community contents (#876) @steebchen
- docs(quickstart): add go mod tidy note (#882) @steebchen
- fix(gen/imports): add missing no-op import (#881) @steebchen
- fix(binaries): build static linux binary (#888) @steebchen
- docs(analytics): add google analytics (#892) @steebchen
- chore(deps): bump next from 13.4.4 to 13.4.7 in /docs (#896) @dependabot
- chore(deps-dev): bump @types/node from 20.2.5 to 20.3.1 in /docs (#895) @dependabot
- ci(docs): get versions from .tool-versions (#897) @steebchen
- docs(community): simplify community page (#903) @steebchen
Contributors
@dependabot, @dependabot[bot], @geret13, @steebchen and @stillmatic
v0.18.0
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
- chore: rename package to github.com/steebchen/prisma-client-go (#854) @steebchen
- chore(prisma): upgrade to 4.15.0 (#842) @steebchen
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
v0.17.0
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
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