Upgrade to omnyhub 1.3.0 (1.12.2) - #19
Merged
Merged
Conversation
Raise the omnyhub constraint to ^1.3.0. omnyhub 1.3.0 is an additive control-plane release (heartbeat telemetry, one-way NodeNotify, connection lifecycle hooks, node retention, injectable node transport, and two node-protocol fixes). Its changes are confined to the node protocol, which omnydrive does not use; the HTTP surface omnydrive is built on is unchanged. Verified by resolving and running the full suite against 1.3.0: analyzer clean, all 260 tests pass. No behaviour or API change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Raises the omnyhub constraint to
^1.3.0and bumps omnydrive to1.12.2.omnyhub 1.3.0 is an additive control-plane release — heartbeat telemetry, one-way
NodeNotify, connection lifecycle hooks, node retention, injectable node transport, plus two node-protocol fixes (frames dropped during registration; a stray binary frame taking down the gateway). All of it is confined to the node protocol, which omnydrive does not use: nothing inlib,bin,testorexamplereferencesNodeGateway,NodeRuntime,HubException,WsCloseCodesorLoggerBase.The HTTP surface omnydrive is built on —
OmnyHub,HttpTransport,HubRequest/HubResponse,RouterService,successEnvelope/errorEnvelope,mapErrors— is unchanged, so there is no behaviour change and no API change here.Verified locally against 1.3.0: resolves to
omnyhub 1.3.0,dart analyzeclean, all 260 tests pass,dependency_validatorclean,dart pub publish --dry-runclean.🤖 Generated with Claude Code