chore(release): cut SDK 0.10.0 — world-class series (four roles, typed domains, conformance, compat)#16
Merged
Merged
Conversation
…ns, conformance, compat) Finalizes the CHANGELOG [Unreleased] section as [0.10.0] and bumps both version constants (pyproject + fluid_sdk.version.SDK_VERSION) 0.9.1 -> 0.10.0. Ships the world-class SDK series merged since v0.9.1 (no PyPI release had carried it): #10 typed domains + four real role ABCs (InfraProvider, CatalogAdapter) + PluginCapabilities + SDK<->CLI compat declaration + conformance harnesses; #11-#15 type/doc-honesty cascade and docs-honesty CI gate; #9 actions/checkout bump. SDK_PROTOCOL_VERSION stays 1 (additive, non-breaking). MIN_CLI_VERSION unchanged (0.7.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.
Finalizes the release of the world-class SDK series merged on
mainsincev0.9.1but never published (PyPIdata-product-forge-sdkis still at 0.9.1).What this PR does
CHANGELOG.md## [Unreleased]→## [0.10.0] — 2026-06-27(content unchanged — it already documents the series).pyproject.tomlandfluid_sdk.version.SDK_VERSION0.9.1 → 0.10.0.SDK_PROTOCOL_VERSIONstays1(series is purely additive — no breaking interface change).MIN_CLI_VERSIONunchanged.What ships in 0.10.0 (already merged, previously unreleased)
Severity/ActionStatus/Phase), two new role ABCs (InfraProvider,CatalogAdapter) making the "four roles" real,PluginCapabilities+BasePlugin.capabilities(), SDK↔CLI compat declaration, three role conformance harnesses.actions/checkout6→7.Verification (exact release quality-gate, fresh venv)
ruff check src/clean ·black --check src/21 files unchangedpyproject == SDK_VERSION == 0.10.0pytest tests/→ 156 passed, 1 skipped (skip = CLI-not-installed doc check; CI installs the CLI)After merge: tag
v0.10.0→release.ymlpublishes to PyPI.