chore: release v5.1.0 - #596
Merged
Merged
Conversation
Bump the workspace version 5.0.0 → 5.1.0 and open the [5.1.0] - 2026-09-20 CHANGELOG section. Minor release. Contents new since v5.0.0: - (Breaking) QuoteContext.option_chain_info_by_date moves off quote socket command 21 onto the HTTP endpoint GET /v1/gemini/option/option_chain_list; return type reshaped to a flat OptionChainContract (StrikePriceInfo removed), plus OptionExpiryCycleType / OptionStandardAttr enums and a standard_only parameter (#588). - (Added) MultiLegStrategy gains CalendarCallSpread (7) and CalendarPutSpread (8) — calendar spreads for submit_multileg (#590). - (Changed) Refreshed the option Greek field descriptions on SecurityCalcIndex; theta is now documented as a per-day value (#586). Changelog housekeeping: the post-5.0.0 PRs had each re-inserted the whole [5.0.0] block plus their own entry, leaving [5.0.0] with duplicated Added/Changed/Fixed subsections (public_agents / parent_message_id / submit_multileg / grid-trading / Execution.side / SignalContext all listed twice). Restored [5.0.0] to its tagged content and moved the three genuinely-new entries into [5.1.0]. public_agents and parent_message_id were already shipped in 4.5.0, so they are not repeated here.
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.1.0. Bumps workspace
5.0.0→5.1.0.New since v5.0.0
option_chain_info_by_datemoves to HTTPGET /v1/gemini/option/option_chain_list; return type reshaped to flatOptionChainContract(StrikePriceInforemoved), +OptionExpiryCycleType/OptionStandardAttrenums andstandard_onlyparam (feat!: move the option chain onto the OpenAPI endpoint #588)MultiLegStrategygainsCalendarCallSpread/CalendarPutSpread(feat: add calendar spreads to MultiLegStrategy #590)SecurityCalcIndexGreek docs;thetanow per-day (docs(quote): refresh option Greek descriptions on SecurityCalcIndex #586)Housekeeping
Restored
[5.0.0]to its tagged content (post-tag PRs had duplicated its Added/Changed/Fixed entries) and moved only the three new entries into[5.1.0].