← Back to events
ActiveTechRelease8.0.0-rc.7

v8.0.0-rc.7

What happened

v8.0.0-rc.7 ORM collection pagination renames to limit / offset , and the toolchain releases against @prisma/cli-engine@0.2.3 , the engine whose config loader ships the prisma init scaffold fixes from the unified CLI's rc line. The upgrade recipe for this hop: the user recipe . Breaking changes ORM pagination is limit / offset , not take / skip — .take(n) and .skip(n) are renamed to .limit(n) and .offset(n) on SQL a…

Summary assembled by rule from the sources below

Why it's spreading

Sources

Release