Skip to content

v1.4.0

Choose a tag to compare

@kristof-siket kristof-siket released this 19 Aug 11:41
4afbbbe

Composer runs under Bun

  • The deploy step now runs prisma-composer under Bun — Composer's own tested runtime (its e2e and docs deploys use bun node_modules/.bin/prisma-composer). Local bin: bun <bin> deploy …; fallback when no local bin: bunx --bun -p @prisma/composer-cli@<composer-version> prisma-composer.
  • The action fails early with a clear message if bun is not on the runner. Add oven-sh/setup-bun@v2 (pinned) before this action; workflows generated by the Prisma platform after prisma/pdp-control-plane#4949 include it.
  • Log label is now honest: composer=local bin (bun) / composer=<version> (bunx fallback).
  • The user's app is still installed and built with its own toolchain; only the Composer deploy step changes runtime.

PR: #7