chore(release): bump cex-broker to 0.2.32 - #85
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout. (1)
🔇 Additional comments (1)
WalkthroughThe package manifest version was incremented from ChangesPackage release metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This was referenced Jul 29, 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.
Version bump only. Nothing is published by merging this — the
Publishworkflow triggers on a pushedv*tag, so the release happens whenv0.2.32is tagged after this lands.What 0.2.32 contains
One change, #84 — the transfer archive now carries
client_withdrawal_id, the caller's request-side withdrawal key, on submission rows.git log v0.2.31..developis exactly that PR and its two commits; there is no other unreleased work in this version.Why it matters to consumers
broker_execution.transfer_eventspreviously had no key tying a withdrawal submission back to the caller's request:external_idis venue-owned and empty on rejected submissions and on responses carrying no id. Consumers had to fall back to window + account + asset matching.client_withdrawal_idis the caller-owned identity, populated on both the success and failure submit paths.Upgrade note
The schema file carries an idempotent
ALTER TABLE ... ADD COLUMN IF NOT EXISTS, applied by the archive forwarder on startup, so no manual migration is needed. The forwarder must start on the new schema before a broker carrying this version emits — it exits non-zero if it cannot apply schema, so a forwarder-first or joint release is self-enforcing.Summary by CodeRabbit