🚀 Release#142
Open
taras wants to merge 1 commit into
Open
Conversation
1468e43 to
fca0363
Compare
fca0363 to
a2e7efb
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.
Releases
@tisyn/kernel@0.17.0
Minor Changes
cfa66c7: Payload-sensitive replay support:
EffectDescriptiongains optionalinputandshafields, and two new helpers —payloadSha(value)computesbytesToHex(sha256(utf8(canonical(value))))(isomorphic Node + browser via@noble/hashes);payloadIdentity(value)returns{ input, sha }derived from a single canonical snapshot, guaranteeing the pair stays self-consistent under in-place mutation of the original value.Breaking pre-1.0:
YieldEvent.descriptionnow carriesinputandshafor all payload-sensitive effects. Stored journal entries that omitshafor payload-sensitive effects now raiseDivergenceErroron replay (no legacy compatibility path). The two non-canonicalizable runtime-direct effects —stream.subscribeand__config— continue to omit both fields per scoped-effects spec §9.5.8.Adds
@noble/hashesdependency.Patch Changes
@tisyn/runtime@0.17.0
Minor Changes
cfa66c7: Replay matching is now payload-sensitive. Chain-dispatched delegated dispatch records and compares against the post-max boundary descriptor (so a max middleware that transforms
effectIdordataproduces a journal entry reflecting the transformed request); chain-dispatched short-circuit and runtime-direct dispatch use the source descriptor.stream.nextis payload-sensitive;stream.subscribeand__configare non-canonicalizable per the amended spec and continue to journal{ type, name }only.Breaking pre-1.0:
shafor payload-sensitive effects will fail replay withDivergenceError. Re-run the live execution to rebuild the journal under the new shape.Effects.aroundno longer intercepts the runtime-direct effects__config,stream.subscribe, orstream.next— they bypass the user-facing Effects chain per scoped-effects §3.1.1. Workflows that incidentally observed these effectIds in middleware logs will no longer see them.__configYieldEvents now write{ type, name }only (noinput, nosha); replay treats missingshaon stored__configentries as expected, mirroringstream.subscribe.The motivating failure this resolves: a stored result for one input now correctly diverges instead of silently substituting against a different live input. See scoped-effects spec §9.5.3 / §9.5.5 / §9.5.8 / §9.5.10 and
RD-PD-031/RD-PD-091.6c83c81:
scopeinside aninvokeInlinebody now creates an ordinary child scope (own Effection scope, own bindings, own handler middleware, ownCloseEventunderlaneId.{m}) instead of throwing. The scope child uses its own coroutineId for both journal and owner identity; the inline lane itself still produces noCloseEvent. Closes Design inline invocation support for scope #136.Patch Changes
@tisyn/agent@0.17.0
Patch Changes
@tisyn/claude-code@0.14.2
Patch Changes
@tisyn/cli@0.6.4
Patch Changes
@tisyn/code-agent@0.3.2
Patch Changes
@tisyn/codex@0.3.2
Patch Changes
@tisyn/compiler@0.17.0
Patch Changes
@tisyn/dsl@0.4.9
Patch Changes
@tisyn/durable-streams@0.17.0
Patch Changes
@tisyn/effects@0.3.2
Patch Changes
invokeInlineJSDoc to reflect thatscopeinside an inline body is now supported (creates an ordinary child scope, seetisyn-inline-invocation-specification.md§11.7). Nested-resource rejection notice unchanged.@tisyn/protocol@0.17.0
Patch Changes
@tisyn/transport@0.17.0
Patch Changes
@tisyn/validate@0.17.0
Patch Changes
@tisyn/ir@0.17.0