Skip to Page NavigationSkip to Page NavigationSkip to Content
Keystone 6 is in Community Preview! What does that mean? see our Roadmap. For Keystone 5 docs, visit v5.keystonejs.com

Release: 23rd March 2021

"@keystone-next/admin-ui": "12.0.1",
"@keystone-next/auth": "19.0.0",
"@keystone-next/fields-document": "3.2.0",
"@keystone-next/fields-legacy": "23.2.0",
"@keystone-next/fields-cloudinary-image-legacy": "3.2.0",
"@keystone-next/test-utils-legacy": "14.0.1",

Added support for SQLite with Prisma 🎉

You can now use SQLite to store your data via Prisma. The SQLite rollout also includes support for the File and Cloudinary field types.

Noteworthy bug-squashing 🐛

Mitchell solved a bug where withItemData returned sessions that don't match an item, rather than treating them as invalid.

You can also view the verbose release notes on GitHub.