chore(engine): release 1.11.0#188
Merged
hugocorreia90 merged 1 commit intomainfrom Apr 20, 2026
Merged
Conversation
Closes the first wave of every trust-system arc (Arcs 1-7) plus the two wave-2 follow-ups landed the same day. Nine feature PRs since v1.10.0. - Arc 1 (#170): rocky lineage --downstream, rocky branch, rocky run --branch, rocky replay - Arc 2 (#171): per-run cost attribution, [budget] block, budget_breach hook - Arc 3 (#172): three-state CircuitBreaker, adapter consolidation - Arc 4 (#173): rocky trace Gantt + feature-gated OTLP metrics export - Arc 5 (#174): schema-grounded rocky ai prompt + project-aware validator - Arc 6 wave 1 (#184): --target-dialect P001 portability lint (12 constructs) - Arc 7 wave 1 (#185): blast-radius P002 SELECT * lint (semantic-graph aware) - Arc 6 wave 2 (#186): [portability] config block + per-model rocky-allow pragma - Arc 7 wave 2 wave-1 (#187): --with-seed source-schema inference Plus #169 fix: install scripts pick latest engine version by semver. Version bump: 20 Cargo.toml files (all workspace members except rocky-bigquery, which tracks its own version). Wave 2/3 work for every arc remains in the deferred backlog — see the changelog Deferred section for the full carry-forward.
hugocorreia90
added a commit
that referenced
this pull request
Apr 20, 2026
The fixture version strings and the dagster-rocky wheel-version in uv.lock still reflected engine-v1.10.0 / dagster-v1.6.0 from before the coordinated 1.11.0 / 1.7.0 release (PRs #188, #189). Regenerated via `just regen-fixtures` and `just codegen`; the 35 fixture diffs are pure `version` string bumps with no shape changes. Unblocks the codegen-drift CI check on PR #194.
hugocorreia90
added a commit
that referenced
this pull request
Apr 20, 2026
…tioning (#194) * docs: align READMEs, llms.txt, and agent files with trust-system positioning - engine/README.md: lead with trust-system framing; add ELT scope table, seven trust dimensions section, and Branches / Cost / Observability / Portability rows in the features table. - README.md (monorepo root): one-liner now leads with "trust system for your data" + "Keep Databricks or Snowflake, bring Rocky for the DAG." - docs/public/llms.txt: replace the "owns the T" positioning and add explicit ELT scope bullets so LLM-crawlers pick up the accurate coverage (rocky load, bronze replication). - CLAUDE.md (root), engine/AGENTS.md: one-line wording fixes so future agent guidance doesn't carry the stale "replaces dbt" frame. All changes are pure copy; no code or feature changes. Docs build still passes (69 pages, 1.68s). * chore(dagster): refresh generated fixtures + uv.lock for engine-v1.11.0 The fixture version strings and the dagster-rocky wheel-version in uv.lock still reflected engine-v1.10.0 / dagster-v1.6.0 from before the coordinated 1.11.0 / 1.7.0 release (PRs #188, #189). Regenerated via `just regen-fixtures` and `just codegen`; the 35 fixture diffs are pure `version` string bumps with no shape changes. Unblocks the codegen-drift CI check on PR #194.
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.
Closes the first wave of every trust-system arc (Arcs 1–7) plus two wave-2 follow-ups landed the same day. Nine feature PRs since v1.10.0.
Summary
rocky lineage --downstream,rocky branch create|delete|list|show,rocky run --branch,rocky replay[budget]block,budget_breachhookCircuitBreaker, adapter consolidationrocky traceGantt + feature-gated OTLP metrics exportrocky aiprompt + project-aware validator--target-dialectP001 portability lintSELECT *lint[portability]config + per-model-- rocky-allowpragmarocky compile --with-seedsource-schema inference #187) —--with-seedsource-schema inferencePlus #169 fix: install scripts resolve latest engine version by semver.
Wave 2/3 work for every arc remains in the deferred backlog — see the changelog Deferred section for the full carry-forward.
Version bump
20 Cargo.toml files (all workspace members except
rocky-bigquery, which tracks its own version).Test plan
cargo buildsucceeds,Cargo.lockupdatedengine-v1.11.0on the merged commit and push to triggerengine-release.yml