Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a59427f to
ed81d10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@opensaas/stack-cli@0.19.0
Minor Changes
#342
94b0df6Thanks @borisno2! - Improve KeystoneJS migration agent with side-by-side examples and targeted update guidanceThe Keystone migration wizard and agent now produce a targeted migration guide instead of
regenerating the entire config. Since Keystone and OpenSaaS Stack share the same
list()/field/hook/access API, only imports, the database adapter config, and auth setupneed to change.
Key improvements:
config structure, imports, access control, hooks, auth, and many-to-many join tables
auth, auth methods) instead of the full question flow
change, rather than regenerating list definitions the user already has
detected, with
joinTableNaming: 'keystone'guidance to preserve existing dataPatch Changes
#344
c259030Thanks @borisno2! - Fix updatedAt field to include @default(now()) in generated Prisma schema to prevent migration failures on databases with existing dataUpdated dependencies []:
@opensaas/stack-auth@0.19.0
@opensaas/stack-core@0.19.0
@opensaas/stack-rag@0.19.0
@opensaas/stack-storage@0.19.0
@opensaas/stack-storage-s3@0.19.0
@opensaas/stack-storage-vercel@0.19.0
@opensaas/stack-tiptap@0.19.0
@opensaas/stack-ui@0.19.0