Skip to content

Prisma Next

v0.11.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 12d CLI & Terminal
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

loggy-core loggy-terminal

ReleasePort's take

Light signal
editorial:auto 12d

Prisma Next v0.11.0 adds CLI telemetry and a new --format global flag while tightening init‑command validation.

Why it matters: The release introduces CLI telemetry (track usage) and rejects mismatched --authoring/--schema-path flags during prisma‑next init; adopt the new --format <pretty|json> flag for consistent output formatting.

Summary

AI summary

Broad release touches deps-dev, TML-2557, fix, and scripts.

Changes in this release

Breaking Medium

reject mismatched --authoring/--schema-path flags in prisma‑next init (TML-2652)

reject mismatched --authoring/--schema-path flags in prisma‑next init (TML-2652)

Source: llm_adapter@2026-05-22

Confidence: low

Feature Medium

stub deploy-telemetry-backend workflow on main branch

stub deploy-telemetry-backend workflow on main branch

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Implement CLI telemetry

Implement CLI telemetry

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

target packs contribute entity descriptors with hydration and validation (TML-2584)

target packs contribute entity descriptors with hydration and validation (TML-2584)

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

add array insert and expression support to sql‑builder (feat)

add array insert and expression support to sql‑builder (feat)

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

write Mongo‑shaped DATABASE_URL in scaffolded .env (TML-2651)

write Mongo‑shaped DATABASE_URL in scaffolded .env (TML-2651)

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

add --format <pretty|json> framework‑wide flag with preserved --json alias (TML-2616)

add --format <pretty|json> framework‑wide flag with preserved --json alias (TML-2616)

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

add Mongo coverage to prisma‑next‑queries skill (TML-2650)

add Mongo coverage to prisma‑next‑queries skill (TML-2650)

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

bump version to 0.11.0 release

bump version to 0.11.0 release

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

polish scaffolded README first‑run experience (TML-2621)

polish scaffolded README first‑run experience (TML-2621)

Source: llm_adapter@2026-05-22

Confidence: low

Feature Medium

install agent skills under Windsurf's expected path (TML-2610)

install agent skills under Windsurf's expected path (TML-2610)

Source: llm_adapter@2026-05-22

Confidence: low

Dependency Medium

Bump dependency-cruiser from 16.10.4 to 17.3.10

Bump dependency-cruiser from 16.10.4 to 17.3.10

Source: llm_adapter@2026-05-22

Confidence: low

Dependency Medium

Bump the dev-deps group across 1 directory with 9 updates

Bump the dev-deps group across 1 directory with 9 updates

Source: llm_adapter@2026-05-22

Confidence: low

Performance Medium

add db.close() and Symbol.asyncDispose across Postgres/SQLite/Mongo facades

add db.close() and Symbol.asyncDispose across Postgres/SQLite/Mongo facades

Source: llm_adapter@2026-05-22

Confidence: high

Performance Medium

depth‑2+ ORM includes use lateral/correlated single‑query paths (TML-2594)

depth‑2+ ORM includes use lateral/correlated single‑query paths (TML-2594)

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

add username to prisma next starter user

add username to prisma next starter user

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

make publish-packages.mjs idempotent on republish-blocked

make publish-packages.mjs idempotent on republish-blocked

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

strip @prisma-next/agent-skill references

strip @prisma-next/agent-skill references

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

repair SKILL.md YAML frontmatter

repair SKILL.md YAML frontmatter

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

install skills with no‑install init flag for CLI

install skills with no‑install init flag for CLI

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

pass --no‑skill flag to init journey tests

pass --no‑skill flag to init journey tests

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

fix prisma‑next‑migrations skill correctness (apply→migrate, drop redundant verify, dual‑target) (TML-2630)

fix prisma‑next‑migrations skill correctness (apply→migrate, drop redundant verify, dual‑target) (TML-2630)

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

replace PN‑CLI‑4999 with typed envelopes for marker‑row read failures (TML-2608)

replace PN‑CLI‑4999 with typed envelopes for marker‑row read failures (TML-2608)

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

assert working tree is clean after build and test jobs

assert working tree is clean after build and test jobs

Source: llm_adapter@2026-05-22

Confidence: low

Refactor Medium

consolidate umbrella + replan S1 documentation

consolidate umbrella + replan S1 documentation

Source: llm_adapter@2026-05-22

Confidence: low

Refactor Medium

close out the cli‑telemetry project (docs, audit, ADR promotion, cleanup)

close out the cli‑telemetry project (docs, audit, ADR promotion, cleanup)

Source: llm_adapter@2026-05-22

Confidence: low

Refactor Medium

rewrite README onboarding and fix MongoDB agent skills documentation

rewrite README onboarding and fix MongoDB agent skills documentation

Source: llm_adapter@2026-05-22

Confidence: low

Refactor Medium

add facade re‑export parity and defineContract wraps across 3 targets (TML-2526)

add facade re‑export parity and defineContract wraps across 3 targets (TML-2526)

Source: llm_adapter@2026-05-22

Confidence: low

Full changelog

What's Changed

  • fix: add username to prisma next starter user by @AmanVarshney01 in https://github.com/prisma/prisma-next/pull/544
  • fix(scripts): make publish-packages.mjs idempotent on republish-blocked by @wmadden in https://github.com/prisma/prisma-next/pull/543
  • chore(deps-dev)(deps-dev): Bump dependency-cruiser from 16.10.4 to 17.3.10 by @dependabot[bot] in https://github.com/prisma/prisma-next/pull/526
  • TML-2617: strip @prisma-next/agent-skill references by @wmadden in https://github.com/prisma/prisma-next/pull/547
  • docs(target-extensible-ir-namespaces): consolidate umbrella + replan S1 by @wmadden in https://github.com/prisma/prisma-next/pull/549
  • TML-2557: stub deploy-telemetry-backend workflow on main by @tensordreams in https://github.com/prisma/prisma-next/pull/551
  • TML-2557: Implement CLI telemetry by @tensordreams in https://github.com/prisma/prisma-next/pull/550
  • ci: assert working tree is clean after build and test jobs by @SevInf in https://github.com/prisma/prisma-next/pull/558
  • fix(drive-discussion): repair SKILL.md YAML frontmatter by @tensordreams in https://github.com/prisma/prisma-next/pull/562
  • TML-2614: db.close() + [Symbol.asyncDispose] across Postgres/SQLite/Mongo facades by @wmadden in https://github.com/prisma/prisma-next/pull/548
  • fix(cli): install skills with no-install init by @AmanVarshney01 in https://github.com/prisma/prisma-next/pull/563
  • chore(deps-dev)(deps-dev): Bump the dev-deps group across 1 directory with 9 updates by @dependabot[bot] in https://github.com/prisma/prisma-next/pull/560
  • fix(test/init-journey): pass --no-skill so release-bump PRs aren't blocked by @wmadden in https://github.com/prisma/prisma-next/pull/566
  • TML-2584: target packs contribute entity descriptors with hydration and validation by @wmadden in https://github.com/prisma/prisma-next/pull/552
  • TML-2594: depth-2+ ORM includes use lateral/correlated single-query paths by @tensordreams in https://github.com/prisma/prisma-next/pull/555
  • chore(cli-telemetry): close out the project — m3 (docs / audit / ADR promotion / cleanup) by @tensordreams in https://github.com/prisma/prisma-next/pull/556
  • feat(sql-builder): array insert + expression support in update by @SevInf in https://github.com/prisma/prisma-next/pull/553
  • TML-2651 Write Mongo-shaped DATABASE_URL in scaffolded .env by @wmadden in https://github.com/prisma/prisma-next/pull/570
  • TML-2630 Fix prisma-next-migrations skill correctness (apply→migrate, drop redundant verify, dual-target) by @wmadden in https://github.com/prisma/prisma-next/pull/569
  • TML-2652 Reject mismatched --authoring/--schema-path in prisma-next init by @wmadden in https://github.com/prisma/prisma-next/pull/573
  • docs: rewrite README onboarding, fix MongoDB agent skills by @ankur-arch in https://github.com/prisma/prisma-next/pull/564
  • TML-2608 Replace PN-CLI-4999 with typed envelopes for marker-row read failures by @wmadden in https://github.com/prisma/prisma-next/pull/575
  • TML-2621 Polish scaffolded README first-run experience by @wmadden in https://github.com/prisma/prisma-next/pull/572
  • TML-2616 Add --format <pretty|json> framework-wide (--json alias preserved) by @wmadden in https://github.com/prisma/prisma-next/pull/571
  • TML-2650 Add Mongo coverage to prisma-next-queries skill by @wmadden in https://github.com/prisma/prisma-next/pull/567
  • TML-2610 Install agent skills under Windsurf's expected path by @wmadden in https://github.com/prisma/prisma-next/pull/568
  • TML-2526: facade re-export parity + defineContract wraps across 3 targets by @wmadden in https://github.com/prisma/prisma-next/pull/557
  • Bump to version 0.11.0 by @wmadden in https://github.com/prisma/prisma-next/pull/583

New Contributors

  • @tensordreams made their first contribution in https://github.com/prisma/prisma-next/pull/551
  • @ankur-arch made their first contribution in https://github.com/prisma/prisma-next/pull/564

Full Changelog: https://github.com/prisma/prisma-next/compare/v0.10.0...v0.11.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Prisma Next

Get notified when new releases ship.

Sign up free

About Prisma Next

All releases →

Related context

Earlier breaking changes

  • v0.12.0 Models and value objects moved to namespaced domain plane (`contract.domain.namespaces.<ns>`).
  • v0.12.0 Migration manifest closed; `labels` and `hints` fields removed.
  • v0.12.0 `verifyMarker` replaces `verify`/`RuntimeVerifyOptions`; old options removed.
  • v0.12.0 `capabilities` field removed from `defineContract` API.
  • v0.12.0 Cross‑namespace references now use explicit `{ namespace, model }` pairs instead of bare strings.

Beta — feedback welcome: [email protected]