release: @parity/truapi 0.14.0, @parity/truapi-host 0.11.0, @parity/truapi-debugger 0.1.0, @parity/ios-host 0.14.0, @parity/android-host 0.2.0 - #601
Open
pgherveou wants to merge 2 commits into
Conversation
…os-host 0.14.0, @parity/android-host 0.2.0 Consume the changesets for the wire-decode entry point and the worker host runtime, snapshot the 0.14.0 explorer surface, and regenerate the root changelog. The debugger stays unpublished at 0.1.0; only its @parity/truapi range moves.
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.
Release: @parity/truapi 0.14.0, @parity/truapi-debugger 0.1.0, @parity/truapi-host 0.11.0, @parity/ios-host 0.14.0, @parity/android-host 0.2.0
Summary
This release ships the wire observability work.
@parity/truapigains a./wire-decodeentry point whose generatedWIRE_DECODE_TABLEturns raw SCALE frame bytes into typed values, kept off the package barrel so a product bundle never pulls a decoder in, and the wire metadata marks which methods carry sensitive payloads.@parity/truapi-hostgainscreateWorkerHostRuntimefor hosting the runtime in a Web Worker and forwards the Rust core's wire tap to the debugger, off unless the host page is a dev build and the host origin'slocalStoragecarries aws://loopback URL undertruapi:debugger. The core restores theAuthSessionslot itself at boot and reports the outcome through theauthcallback,Disconnectedincluded, so a host waits for the firstauthStateChangedrather than reading silence as signed out. The host CLI persists its/loglevel, and the signing host follows the current People chain proof contexts.@parity/ios-host 0.14.0tracks the protocol version and carries the regenerated UniFFI bindings for the host callbacks.@parity/android-host 0.2.0publishes the AAR with the same core; the README pin moves with it.@parity/truapi-debugger 0.1.0publishes for the first time. It imports@parity/truapi/wire-decode, so it could not ship against any earlier protocol release: It runs underbunxrather thannpx.Checklist
npm run changesetand selected the package + bump type (patch / minor / major)npm run version-packagesto consume the changesetjs/packages/truapi/package.jsonversion is bumpedjs/packages/truapi-host/package.jsonversion is bumped when releasing the host@parity/ios-host <version>when publishing the iOS hostPackage.swift@parity/android-host <version>when publishing the Android host AAR; nothing in the tree records that version, so there is no manifest to bump@parity/truapi-hostdepends on^<current @parity/truapi version>js/packages/truapi/CHANGELOG.mdhas the new entryjs/packages/truapi-host/CHANGELOG.mdhas the new entry when releasing the hostrust/crates/truapi/Cargo.tomlandrust/crates/truapi-host-cli/Cargo.tomlversions matchjs/packages/truapi/package.json(npm run check-release-versions), andCargo.lockrecords them@parity/truapialso publishes the prebuilttruapi-hostbinaries; no extra title entry is needed.changeset/(other thanconfig.json)@parity/truapi-debugger <version>when publishing the debugger;js/packages/truapi-debugger/package.jsonis0.1.0and that tag is unpublished, so the workflow publishes rather than skipsAlso in this PR
scripts/cut-version.shtook the0.14.0explorer snapshot and regenerated the rootCHANGELOG.md.android/truapi-host/README.mdpinsio.parity:truapi-host-android:0.2.0, the version this release publishes.