Prisma ORM 7.2.0 is out with several CLI improvements and bug fixes. Key changes include the return of the --url flag for prisma db subcommands (removed in v7 but restored after community feedback), runtime-specific prisma init output that generates different configs for Bun vs Node environments, the ability to run prisma generate without a defined database URL, improved error messages for missing URLs, and a fix for the [DecimalError] bug affecting @db.Money values over 999.99 in PostgreSQL.