chore: update versions (beta) - #877
Merged
Merged
Conversation
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
effect-app@4.0.0-beta.317
Minor Changes
186de3a: Stop forcing Date/Map/Set Encoded shapes to JSON.
Schema.Date/ReadonlySet/ReadonlyMapnow keep native Encoded types (Date,Set,Map). UseDateFromString,ReadonlySetFromArray, andReadonlyMapFromArraywhen the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes/in/includes-any) onDate[]andReadonlySetfields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set throughSchema.toCodecJsonon 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", ...)(andnot*/*-any/*-allvariants) filterReadonlyMapfields. 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.
makeRepoalready passes that schema. Adapters encode documents, query parameters, and defaults withSchema.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/ReadonlyMapnow keep native Encoded types (Date,Set,Map). UseDateFromString,ReadonlySetFromArray, andReadonlyMapFromArraywhen the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes/in/includes-any) onDate[]andReadonlySetfields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set throughSchema.toCodecJsonon 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", ...)(andnot*/*-any/*-allvariants) filterReadonlyMapfields. 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.
makeRepoalready passes that schema. Adapters encode documents, query parameters, and defaults withSchema.toCodecJson(toEncoded(schema))at the field path. No type registry. Schemaless stores still lower Date/Map/Set structurally.Patch Changes
@sentry/nodeas a runtime dependency of@effect-app/infra.errorReporter.tsimports it statically, sopnpm install --prodof linked source (Docker) must install it next to the package, not only as a peer of the app.@effect-app/vue-components@4.0.0-beta.317
Minor Changes
186de3a: Stop forcing Date/Map/Set Encoded shapes to JSON.
Schema.Date/ReadonlySet/ReadonlyMapnow keep native Encoded types (Date,Set,Map). UseDateFromString,ReadonlySetFromArray, andReadonlyMapFromArraywhen the Encoded form must be JSON. The query DSL accepts those native values, including array ops (includes/in/includes-any) onDate[]andReadonlySetfields. Memory, Disk, SQL, and Cosmos convert Encoded Date/Map/Set throughSchema.toCodecJsonon 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
@effect-app/vue@4.0.0-beta.317
Patch Changes
@effect-app/e2e@4.0.0-beta.317
Patch Changes
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.