Upgrade omnyshell to ^1.55.0 (omnyhub-backed transport)#44
Merged
Conversation
omnyshell 1.55.0 moves its transport onto the shared omnyhub stack (FrameConnection over a TypedConnection<OmnyShellFrame>). The change is native/dart:io-side; the browser barrel (WsChannelConnection, the web transport factory) is unchanged, so the PWA is unaffected. Verified against the published 1.55.0: analyze clean, 151 VM tests pass, the dart2js release bundle builds (670 KB, no dart:io leak), and the 65 Chrome browser/e2e tests pass. Bumped web client version to 1.14.11. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps the
omnyshelldependency from ^1.54.0 to ^1.55.0.In omnyshell 1.55.0 the transport moves onto the shared omnyhub stack —
FrameConnectionover aTypedConnection<OmnyShellFrame>. That change is entirely native/dart:io-side; the browser barrel (WsChannelConnection, the web transport factory behind thedart.library.js_interopconditional export) is untouched, so the PWA is unaffected.Verification (against the published omnyshell 1.55.0)
dart analyze --fatal-infos --fatal-warnings— clean.build_runner build --release):main.dart.jsproduced at 670 KB — proving nodart:ioleaked into the web graph (dart2js silently emits nothing on an unsupported-SDK import).dart test -p chrome test/ui test/e2e): 65 pass, incl. the full e2e login → nodes → sessions → reconnect → logout workflow.Bumped the web client version to 1.14.11 (pubspec +
lib/core/version.dart+ CHANGELOG).🤖 Generated with Claude Code