Changes.Watch

Backend changelog digest

Oct 6 - Oct 12, 2025. Useful releases, risky migrations, and noisy updates from the Backend channel.

No matching updates in this bucket.

Backend updates in 2025-w41

2025-10-08, Version 24.10.0 (Current), @RafaelGSS

  • Added per‑stream `inspectOptions` to the console API.
  • Removed legacy `util.getCallSite` from the lib module.
  • Introduced a new SQLite authorization API.

6.17.1

  • Fix regression in v6.17.0 where diffing of unsupported types caused unnecessary or incorrect migration changes.
  • Prevent incorrect changes when running db pull or creating migrations for schemas containing Unsupported fields.
  • Release recommended as a patch for all users with Unsupported fields in their schema.

6.17.0

  • Added Entra ID (Active Directory) authentication support for the MS SQL driver and relaxed the @opentelemetry/instrumentation version range.
  • Restored original group‑by aggregation behavior and fixed JSON column handling for MariaDB.
  • Introduced usage metrics and GA support for Prisma Postgres with any client, and added Codex CLI detection to block unsafe Prisma operations.