2026-08-31
📦 keystonejsView on GitHub →
✨ 1 features🐛 4 fixes⚡ 1 deprecations🔧 6 symbols
Summary
This release introduces support for setting the Session type and includes several bug fixes across core packages. It also updates the `@keystar/ui` dependency to version `0.10.0`.
✨ New Features
- Adds support for setting the `Session` type with `declare module "./generated/keystone/types" { interface Session {} }`.
🐛 Bug Fixes
- Moves `next` from `dependencies` to `peerDependencies` in `@keystone-6/auth` to prevent duplicate copies of `next`.
- Changes `height` to `minHeight` in `PageContainer`.
- Removes runtime `node:` imports from `@keystone-6/core` and `@keystone-6/core/context`.
- Updates `@keystar/ui` to `0.10.0` for `@keystone-6/auth`, `@keystone-6/cloudinary`, `@keystone-6/core`, and `@keystone-6/fields-document`.
Affected Symbols
⚡ Deprecations
- The existing session type parameter in `declare module "./generated/keystone/types" { interface Session {} }` will be removed in a future major version.