Skip to content

Prisma CLI v0.6.11.7

Choose a tag to compare

@kageiit kageiit released this 17 Sep 22:07

Prisma CLI now downloads verified rustls engines. It pins v4.8.0-gitar.1 and SHA-256 checksums for all four engines on macOS ARM64 and Linux ARM64/x86_64.

Engine selection uses the Rust target instead of probing the host OpenSSL installation. Downloads install atomically after checksum verification, explicit engine path overrides remain supported, and child command failures return nonzero status.

All compatibility jobs passed: https://github.com/gitarcode/prisma-client-rust/actions/runs/35280105174

Both Gitar schemas generate identical Rust. The Debian 12 fixture covers fresh downloads and generation with an OpenSSL command stub that exits 99. Driver and Quaint TLS fixtures passed too.

The bundled Prisma 4.8 Node command runner is retained. Its embedded OpenSSL is tracked separately in gitarcode/gitar#18150.