Revert "feat(trade): Add grid trading APIs (#563)" - #568
Merged
Conversation
This was referenced Aug 14, 2026
Merged
hogan-yuan
added a commit
that referenced
this pull request
Aug 14, 2026
Release **v4.5.0**. Bumps the workspace version `4.4.3` → `4.5.0` and closes out the `[Unreleased]` CHANGELOG section as `[4.5.0] - 2026-08-14`. ### Included since v4.4.3 - **Added:** AI Agent `public_agents`, `parent_message_id`, `further_questions`, richer `Reference` payload, `ChatStartedPayload` fields, and `Interrupt.interactions` / `QuestionOption.label` (all languages incl. C++). - **Changed:** all SDKs share a single process-wide `reqwest::Client`. - **Fixed:** `TradeContext`/`QuoteContext` reconnect-loop leak on drop; a batch of Java JNI safety fixes (no more JVM aborts on bad args / callback failures / double-close / use-after-free). ### NOT included - Grid trading was reverted (#568) and is intentionally **excluded** — it will ship in a later release once the gateway is live (restore PR #570). ### To publish after merge 1. Fast-forward the `release` branch to this commit: `git push origin <merge-sha>:release` (triggers the Release workflow → crates.io / PyPI / npm / Maven Central / S3). 2. Tag: `git tag v4.5.0 <merge-sha> && git push origin v4.5.0`.
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.
Reverts #563.
The gateway is not released yet, but #563 (grid trading APIs) was merged into
mainprematurely. Reverting it so the APIs are not shipped in an SDK release before the gateway goes live.