chore: release v5.0.0 - #592
Merged
Merged
Conversation
hogan-yuan
force-pushed
the
chore/release-v5.0
branch
from
September 14, 2026 03:44
069c6d5 to
f54fa18
Compare
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.
Release v5.0.0.
Bumps the workspace version
4.5.0→5.0.0and closes out the[Unreleased]CHANGELOG section as
[5.0.0] - 2026-09-14. Major bump: this release carriesbreaking API changes across every language binding.
Base includes everything on
mainthrough #581 (thecomparison_symbolsswitch, verified live against production) and #591 (
history_executionspaging).Breaking changes (7)
GridContext.submit_strategy_questionnaire(POST /v1/record/questionnaire) andSubmitStrategyQuestionnaireOptionsacross all bindings.WarrantStatusgains anUnknownvariant (first variant) — shifts the ordinal of existing variants in C/C++/Java/Node.js/Python.WarrantInfo.expiry_dateis now optional (empty server dates no longer fail the wholewarrant_list).FundamentalContext.industry_ranktakes typedIndustryRankIndicator/IndustryRankSortType(+Market) instead of three free-form strings.FundamentalContext.us_financial_statementtakes a typedFinancialStatementKindinstead of a free-formkindstring.AlertContext(add/update/delete) andSharelistContext(delete/add_securities/remove_securities/sort_securities) now return()/void/Promise<void>.FundamentalContext.ratings(GET /v1/quote/ratings) is temporarily unavailable (server-side 暂不开放) — commented out across all bindings;StockRatingstypes retained.Added (7), Changed (14), and Fixed (12) are detailed in
CHANGELOG.md.Changelog housekeeping
Consolidated the interleaved duplicate
[Unreleased]section headers(
Breaking changes×2,Fixed×3) into one section each, orderedBreaking → Added → Changed → Fixed, and removed 4 duplicate Fixed entries
(the C/C++ null-pointer, C++
AssetContext, and Clb_statement_item_titemseach appeared twice). No entry content was dropped other than the duplicates.
Added one new entry for #581 under Changed.
To publish after merge
releasebranch to the merge commit:git push origin <merge-sha>:release(triggers the Release workflow → crates.io / PyPI / npm / Maven Central / S3).