Skip to content

Version Packages - #817

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#817
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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-storage@0.33.0

Minor Changes

  • #816 9113836 Thanks @borisno2! - Add pathname and contentType as optional extra columns for file()'s db.columns: 'keystone' multi-column mode, matching the parts image()'s multi-column mode already supports.

    By default, multi-column file() fields still emit exactly the same three columns as before (filename/filesize/url) — no changes for existing configs. To opt into the extras (e.g. for a legacy Keystone file field that content-sniffs a MIME type or stores a storage-provider pathname), pass parts:

    import { file } from '@opensaas/stack-storage/fields'
    import { FILE_COLUMN_PARTS } from '@opensaas/stack-storage'
    
    resume: file({
      storage: 'documents',
      db: {
        columns: {
          mode: 'keystone',
          parts: FILE_COLUMN_PARTS, // all five: filename, filesize, url, pathname, contentType
        },
      },
    })

    The two extras round-trip through FileMetadata.metadata.pathname / FileMetadata.metadata.contentType, the same way image()'s contentDisposition round-trips through ImageMetadata.metadata.

@opensaas/stack-cli@0.33.0

Patch Changes

  • Updated dependencies []:
    • @opensaas/stack-core@0.33.0

@opensaas/stack-auth@0.33.0

@opensaas/stack-core@0.33.0

@opensaas/stack-rag@0.33.0

@opensaas/stack-storage-s3@0.33.0

@opensaas/stack-storage-vercel@0.33.0

@opensaas/stack-tiptap@0.33.0

@opensaas/stack-ui@0.33.0

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Jul 26, 2026 12:14pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants