v0.13.0 - Coverage closure #17
AnthonyPuggs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release v0.13.0 is focused on coverage-closure and surface-cleanup.
This release does not broaden the server to new sources or new MCP tools. Instead, it closes a small number of high-value ABS coverage gaps, removes misleading runtime placeholders, and tightens the release path ahead of the RC cycle.
Highlights
BUILDING_APPROVALSdwelling_approvalsRTafter live validation confirmed the ABS retail trade dataflow is current againdocs/contributing.md,docs/migration-v0.13.0.md, and a checked-in FastMCP client smoke scriptWhat Changed
Added
BUILDING_APPROVALS, backed by live ABS dataflowBA_GCCSAdwelling_approvals, resolving toBUILDING_APPROVALS.headline_approvalsdocs/contributing.mddocs/migration-v0.13.0.mdscripts/mcp_client_smoke.pyfor pre-tag stdio client verificationChanged
abs_keyand placeholder RBA variants with norba_series_idsare no longer public at runtimeRTis live again and no longer suppressed from ordinary discoveryBUILDING_ACTIVITYno longer carriesbuilding approvalsaliasing now that approvals have a dedicated live entryMCP Surface
There are no new MCP tools in
v0.13.0, and the retrieval response schema is unchanged.The public MCP tools remain:
search_datasetslist_catalogueget_abs_dataset_structureget_abs_datalist_rba_tablesget_rba_tableget_economic_seriesCompatibility Notes
This release includes one intentional discovery-surface cleanup:
This is a surface-cleanup change, not a retrieval-contract change.
Deferred
RPPIremains ceased inv0.13.0Validation
This release was verified with:
env UV_CACHE_DIR=.uv-cache RUFF_CACHE_DIR=/tmp/ausecon-ruff-cache uv run ruff check src tests integration_tests scriptsenv UV_CACHE_DIR=.uv-cache uv run pytestenv UV_CACHE_DIR=.uv-cache uv run pytest integration_tests/ -venv UV_CACHE_DIR=.uv-cache uv run python scripts/audit_catalogue.pyenv UV_CACHE_DIR=.uv-cache uv run python scripts/mcp_client_smoke.pyWhy This Release Matters
v0.12.0froze the retrieval contract.v0.13.0cleans up the remaining public discovery surface so users see live, intentional coverage rather than dead aliases or unwired placeholders.This is intended to be the last pre-RC feature release before the move to
v0.14.0-rc1.This discussion was created from the release v0.13.0 - Coverage closure.
Beta Was this translation helpful? Give feedback.
All reactions