Prisma
Prisma 7 pushed hard on performance and runtime efficiency over this period. The team introduced query result caching in 7.4.0 to eliminate repeated compilation overhead on the event loop, then complemented it with tunable compiler builds in 7.3.0 that let developers trade speed for bundle size. On the adapter front, 7.6.0 expanded driver-specific ergonomics—the pg adapter gained connection string support and custom prepared statement naming, while mariadb toggled between text and binary protocols to fix number precision. Nested transaction rollbacks via savepoints arrived in 7.5.0, enabling proper cleanup when outer transactions fail.
February brought refinement to query handling and adapter support. Prisma shipped 7.4.0 with a new caching layer for the WebAssembly query compiler to reduce event loop contention under high concurrency, addressing the trade-off introduced when the compiler moved onto the JavaScript main thread in version 7. Two patch releases followed, fixing cursor pagination regressions, query plan mutations affecting cursor queries, case-insensitive filter behavior, and compatibility issues in MariaDB and PostgreSQL adapters.