Update sdk featues in new releases - #19
Merged
Merged
Conversation
Contributor
Author
|
bugbot run |
2 similar comments
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Bugbot couldn't runSomething went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_9ebe217d-1f68-481a-b91a-7ef1722135ac). |
Contributor
Author
|
bugbot run |
Bugbot couldn't runSomething went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_ac5c39c9-ea57-430f-adbe-b62ff11a76a8). |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 94f1fcf. Configure here.
emanuelpinho
approved these changes
Jul 20, 2026
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.
Note
Medium Risk
Go trading and signing wire formats change (vault, TTL, fast cancel), and gRPC streaming behavior on reconnect is non-trivial; mitigated by extensive HTTP recording tests but still affects live trading and market-data clients.
Overview
Adds monorepo CI and per-language publish workflows: path-filtered builds for TypeScript, Python, Rust, and Go, plus a single
ci-okgate for branch protection; tag-driven publish pipelines with version/tag alignment checks (PyPI trusted publishing, npm provenance, Cargo, Go release gate).The Go SDK gains substantial API surface. gRPC streaming adds mempool, order/gossip priority, raw-bytes
StreamBytes, BBO/L2 diff/L4 updates/TP-SL streams, packed L2/BBO fast paths,StreamOptions (StreamWithStartBlock, coin/user filters), and reconnect resume semantics (start block cursor, L2 diff snapshot on reconnect). Exchange actions now support optionalvaultAddressandexpiresAfteron build/send, fast cancel (f: true), vault-aware close, and trigger grouping; order builder mirrors vault/TTL fields. Order book protos are extended and regenerated to match new RPCs.Docs and tests cover wire payloads, subscription registration, and mapping helpers;
.gitignorepicks up env variants, coverage artifacts, and local Go example binaries.Reviewed by Cursor Bugbot for commit 94f1fcf. Configure here.