Skip to content

chore: version packages#66

Merged
techiejd merged 1 commit into
mainfrom
changeset-release/main
Jun 3, 2026
Merged

chore: version packages#66
techiejd merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 3, 2026

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

payloadcms-vectorize@1.0.1

Patch Changes

  • #65 d8fea7a Thanks @techiejd! - Defer adapter config validation to call-time instead of throwing at construction.

    The mongodb and cf adapter factories previously threw on missing config (e.g. uri, dbName, binding) the moment they were called, which happens while the Payload config is being built. That broke payload generate:types and generate:importmap in environments without runtime variables — such as CI that builds payload-types to publish as a separate package. Validation now runs when an adapter method is actually invoked, so config-time codegen no longer requires runtime credentials. Valid configurations behave exactly as before.

    Closes Avoid throwing Errors on missing variables #64.

@payloadcms-vectorize/cf@1.0.1

Patch Changes

  • #65 d8fea7a Thanks @techiejd! - Defer adapter config validation to call-time instead of throwing at construction.

    The mongodb and cf adapter factories previously threw on missing config (e.g. uri, dbName, binding) the moment they were called, which happens while the Payload config is being built. That broke payload generate:types and generate:importmap in environments without runtime variables — such as CI that builds payload-types to publish as a separate package. Validation now runs when an adapter method is actually invoked, so config-time codegen no longer requires runtime credentials. Valid configurations behave exactly as before.

    Closes Avoid throwing Errors on missing variables #64.

  • Updated dependencies [d8fea7a]:

    • payloadcms-vectorize@1.0.1

@payloadcms-vectorize/mongodb@1.0.1

Patch Changes

  • #65 d8fea7a Thanks @techiejd! - Defer adapter config validation to call-time instead of throwing at construction.

    The mongodb and cf adapter factories previously threw on missing config (e.g. uri, dbName, binding) the moment they were called, which happens while the Payload config is being built. That broke payload generate:types and generate:importmap in environments without runtime variables — such as CI that builds payload-types to publish as a separate package. Validation now runs when an adapter method is actually invoked, so config-time codegen no longer requires runtime credentials. Valid configurations behave exactly as before.

    Closes Avoid throwing Errors on missing variables #64.

  • Updated dependencies [d8fea7a]:

    • payloadcms-vectorize@1.0.1

@payloadcms-vectorize/pg@1.0.1

Patch Changes

  • #65 d8fea7a Thanks @techiejd! - Defer adapter config validation to call-time instead of throwing at construction.

    The mongodb and cf adapter factories previously threw on missing config (e.g. uri, dbName, binding) the moment they were called, which happens while the Payload config is being built. That broke payload generate:types and generate:importmap in environments without runtime variables — such as CI that builds payload-types to publish as a separate package. Validation now runs when an adapter method is actually invoked, so config-time codegen no longer requires runtime credentials. Valid configurations behave exactly as before.

    Closes Avoid throwing Errors on missing variables #64.

  • Updated dependencies [d8fea7a]:

    • payloadcms-vectorize@1.0.1

@github-actions github-actions Bot requested a review from techiejd as a code owner June 3, 2026 04:10
@techiejd techiejd merged commit 4af4170 into main Jun 3, 2026
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.

Avoid throwing Errors on missing variables

1 participant