Prisma

Latest version: v0.15.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 36 of 44

0.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

0.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

0.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](https://github.com/steebchen/prisma-client-go/issues/857) 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](https://goprisma.org/docs/getting-started/quickstart).

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

steebchen

0.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

0.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

0.16.2

Minor version upgrades & custom query engine bugfix

Major changes

* fix(engine): adapt error check (768) steebchen
see 767 for more details

Changes

* chore(deps): bump golang from 1.18.1 to 1.18.3 in /test/integration (747) dependabot
* docs: remove Data Proxy (749) janpio
* chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (748) dependabot
* chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (750) dependabot
* ci(publish): adapt pkg targets to x64 & arm64 (740) steebchen
* chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (751) dependabot
* chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (753) dependabot
* test(e2e): skip data proxy tests (754) steebchen
* feat(engine): remove newlines in error message (758) steebchen
* fix(generator): create directory before generation (759) Kalissaac
* chore(deps): bump golang from 1.18.3 to 1.18.4 in /test/integration (760) dependabot
* feat(cli): use new x64 prefix binaries (738) steebchen
* chore(deps): bump golang from 1.18.4 to 1.19.0 in /test/integration (763) dependabot
* docs(readme): add note about prisma alias (770) steebchen

Contributors

Kalissaac, dependabot, dependabot[bot], janpio and steebchen

Page 36 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.