Skip to content

chore: update versions (beta) - #877

Merged
patroza merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

chore: update versions (beta)#877
patroza merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 2026

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

effect-app@4.0.0-beta.317

Minor Changes

  • 186de3a: Stop forcing Date/Map/Set Encoded shapes to JSON.

    Schema.Date / ReadonlySet / ReadonlyMap now keep native Encoded types (Date, Set, Map). Use DateFromString, ReadonlySetFromArray, and ReadonlyMapFromArray when the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes / in / includes-any) on Date[] and ReadonlySet fields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set through Schema.toCodecJson on write/read; query parameters and defaults lower the same way from the store schema. App types such as DateOnly stay native Encoded and JSON-lower via that schema — not a type registry.

  • 186de3a: Query maps as JSON arrays of [key, value] tuples.

    where("meta", "hasKey" | "hasValue" | "hasKeyValue", ...) (and not* / *-any / *-all variants) filter ReadonlyMap fields. Memory, Disk, SQLite, Postgres, and Cosmos compile those ops against the encoded tuple array.

  • 186de3a: JSON stores lower native Encoded values (Date, Map, Set, and app types such as DateOnly) through the store's document schema.

    makeRepo already passes that schema. Adapters encode documents, query parameters, and defaults with Schema.toCodecJson(toEncoded(schema)) at the field path. No type registry. Schemaless stores still lower Date/Map/Set structurally.

@effect-app/infra@4.0.0-beta.317

Minor Changes

  • 186de3a: Stop forcing Date/Map/Set Encoded shapes to JSON.

    Schema.Date / ReadonlySet / ReadonlyMap now keep native Encoded types (Date, Set, Map). Use DateFromString, ReadonlySetFromArray, and ReadonlyMapFromArray when the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes / in / includes-any) on Date[] and ReadonlySet fields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set through Schema.toCodecJson on write/read; query parameters and defaults lower the same way from the store schema. App types such as DateOnly stay native Encoded and JSON-lower via that schema — not a type registry.

  • 186de3a: Query maps as JSON arrays of [key, value] tuples.

    where("meta", "hasKey" | "hasValue" | "hasKeyValue", ...) (and not* / *-any / *-all variants) filter ReadonlyMap fields. Memory, Disk, SQLite, Postgres, and Cosmos compile those ops against the encoded tuple array.

  • 186de3a: JSON stores lower native Encoded values (Date, Map, Set, and app types such as DateOnly) through the store's document schema.

    makeRepo already passes that schema. Adapters encode documents, query parameters, and defaults with Schema.toCodecJson(toEncoded(schema)) at the field path. No type registry. Schemaless stores still lower Date/Map/Set structurally.

Patch Changes

  • 186de3a: Declare @sentry/node as a runtime dependency of @effect-app/infra. errorReporter.ts imports it statically, so pnpm install --prod of linked source (Docker) must install it next to the package, not only as a peer of the app.
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
    • effect-app@4.0.0-beta.317

@effect-app/vue-components@4.0.0-beta.317

Minor Changes

  • 186de3a: Stop forcing Date/Map/Set Encoded shapes to JSON.

    Schema.Date / ReadonlySet / ReadonlyMap now keep native Encoded types (Date, Set, Map). Use DateFromString, ReadonlySetFromArray, and ReadonlyMapFromArray when the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes / in / includes-any) on Date[] and ReadonlySet fields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set through Schema.toCodecJson on write/read; query parameters and defaults lower the same way from the store schema. App types such as DateOnly stay native Encoded and JSON-lower via that schema — not a type registry.

Patch Changes

  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
    • effect-app@4.0.0-beta.317
    • @effect-app/vue@4.0.0-beta.317

@effect-app/vue@4.0.0-beta.317

Patch Changes

  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
    • effect-app@4.0.0-beta.317

@effect-app/e2e@4.0.0-beta.317

Patch Changes

  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
  • Updated dependencies [186de3a]
    • @effect-app/infra@4.0.0-beta.317
    • effect-app@4.0.0-beta.317
    • @effect-app/vue@4.0.0-beta.317

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@patroza
patroza merged commit d20a37f into main Sep 6, 2026
4 checks passed
@patroza
patroza deleted the changeset-release/main branch September 6, 2026 06:56
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.

1 participant