chore: update versions (beta)#776
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
861b7ed to
efa7347
Compare
5871083 to
5a7270d
Compare
2dd101f to
d1cb6f0
Compare
75c57ec to
91090ab
Compare
91090ab to
1d781e1
Compare
1d781e1 to
4f89682
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.
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/infra@4.0.0-beta.291
Patch Changes
848d26d: Capture more of the rpc request payload in the
rpc.request.payloadspanattribute.
The summarizer was one level deep: top-level scalars were kept, but any nested
object collapsed to
Object[N]and any array toArray[N], hiding usefulinputs (carrier, packageType, dimensions, ids, per-item amounts, …).
It now recurses into nested objects up to
PAYLOAD_MAX_DEPTH(4) and samplesarrays to their first
PAYLOAD_ARRAY_HEAD(20) elements, appending a…N moremarker when longer — so item arrays stay diagnosable without dumping the whole
tail on high-frequency commands. Long strings are still snipped at 256 chars,
and
password/secret/tokenkeys are redacted at any depth (previously onlya top-level
password).@effect-app/vue@4.0.0-beta.291
Patch Changes
fa3533e: Keep the previous suspense value across reactive-arg atom switches.
A reactive arg re-points a resolved suspense query at a different family atom; the fresh atom starts
Initial(nopreviousSuccesscarried over), so the always-defineddatacomputed foundundefinedand threwInternal Error: suspense resolved without a latest valueduring the next render flush. The always-defined ref now serves the last defined value across that transition (TanStack's keepPreviousData — Vue cannot re-suspend after mount); waiting/failure of the new fetch stays observable on theresultref. Applied to.suspense(),.suspenseNew()anduseAtomSuspensevia a sharedlatestDefinedhelper. It only throws when there has never been a value, which is unreachable once the suspense await resolved.@effect-app/vue-components@4.0.0-beta.291
Patch Changes
effect-app@4.0.0-beta.291
@effect-app/e2e@4.0.0-beta.291
Patch Changes