@polymorph/iroh 0.5.1 - #99
Merged
Merged
Conversation
Patch release carrying the relay-robustness line landed since 0.5.0: home-relay failure is a redial rather than endpoint death (#91), every relay dial carries a deadline (#95), and quiet relay wires are pinged with unanswered pings retiring the connection (#97). No WIT or JS surface change; the published @polyengine/runtime floor is already ^0.5.1 (A23 prompt-discard of dropped import futures, polyengine#239). Gates: build-components + deno publish --dry-run clean; full CI on the PR.
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.
Patch release bump:
host-polyengine/deno.jsonversion 0.5.0 → 0.5.1.Content since v0.5.0 is the relay-robustness line — #91 (home-relay failure is a redial, not endpoint death), #95 (every relay dial carries a deadline), #97 (quiet relay wires are pinged; unanswered pings retire the connection) — plus the release plumbing (#92, #94). No WIT change and no JS-surface change (
harness.ts/mod.ts/types.tsuntouched since v0.5.0); the published@polyengine/runtimefloor moved to^0.5.1in #95 (A23: dial timeouts drop in-flight import futures; polyengine#239), which stays inside the 0.5 line — patch-honest under the caret regime.After merge: dispatch
jsr-publish, which publishes JSR 0.5.1 and creates the v0.5.1 release;release-assetsattachesiroh_endpoint.wasm+SHA256SUMSon publish.Gates:
just build-components+deno publish --dry-runclean locally; fulljust cihere.Automerge is armed.